Skip to content

Awdesh/Algorithmic

Repository files navigation

Algorithms

Repository contains problems on strings, tree, array, linkedlist etc.

HashTable Vs HashMap-:

1.) HashTable is synchronized which means multiple threads can access a single hash table whereas HashMap is not which is why HashMap is more suitable for non-threaded applications. Non-synchronized tends to perform better and faster.

2.) Hashtable does not allow null keys or values. HashMap allows one null key and any number of null values.

About

Algorithms to solve different problems on arrays, strings, linkedlist, tree and graphs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages