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

Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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