Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanv92/java-collections-list-map-set
Java Collections (List, Map, Set)
https://github.com/sanv92/java-collections-list-map-set
Last synced: 12 days ago
JSON representation
Java Collections (List, Map, Set)
- Host: GitHub
- URL: https://github.com/sanv92/java-collections-list-map-set
- Owner: sanv92
- Created: 2018-08-13T22:17:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-14T22:07:16.000Z (over 6 years ago)
- Last Synced: 2024-12-22T05:30:36.333Z (about 1 month ago)
- Language: Java
- Homepage:
- Size: 3.82 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java Collections (List, Map, Set)
## Links (articles && videos):
### ArrayList:
- http://www.codenuclear.com/how-arraylist-works-internally-java/### LinkedList:
- https://habr.com/post/337558/
- https://habr.com/post/127864/### HashMap:
- https://www.youtube.com/watch?v=c3RVW3KGIIE### LinkedHashMap:
- https://habr.com/post/128017/### TreeMap:
- https://www.youtube.com/watch?v=85a-sHg5otU### HashSet
- https://www.youtube.com/watch?v=WPcKwA5WF7s## Other links:
##### Red-black tree
- https://www.youtube.com/watch?v=-gKLTH0KTF4