Home Algorithm
Post
Cancel

Algorithm

Link

JAVA HashMap

1
2
    Map<Integer, Integer> map = new HashMap<>();
    map.containskey(), map.get(),

Python HashMap

  • https://docs.python.org/3/tutorial/datastructures.html#dictionaries
This post is licensed under CC BY 4.0 by the author.