+ 1
Is hashmap similar to graphs in Data Structures ?
2 Answers
+ 4
No, hashmap (a map) consists of key -> value pairs. The map can have a key only once but a value can belong to multiple keys.
+ 2
Java HashMap is similar to a python dictionary and to a dictionary in general
Hot today
Python â File Handling
1 Votes
Help me solve this (using loop)
3 Votes
What is wrong? Error on test.
1 Votes
Help me wiht python
1 Votes
Help me
0 Votes
Question is write a c program to print prime numbers up to n and print the largest number in array.
1 Votes
Whatâs wrong?
2 Votes