8000 Convert List<V> into Map<K, List<V>> · Daleb015/Java-Coding-Problems@d0dbb28 · GitHub
[go: up one dir, main page]

Skip to content

Commit d0dbb28

Browse files
Convert List<V> into Map<K, List<V>>
1 parent a5ae945 commit d0dbb28

File tree

1 file changed

+1
-1
lines changed
  • Chapter05/BONUS_3_ConvertListVtoMapKListV

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
**[Convert `List<V>` into `Map<K, List<V>>`]**
1+
# Convert `List<V>` into `Map<K, List<V>>`
22

33
Write a program that converts `List<V>` into `Map<K, List<V>>`.

0 commit comments

Comments
 (0)
0