Huzaifa rehman

Results 4 issues of Huzaifa rehman

# Description completed implementation of hashtable from scratch #464 # Checklist: - [x] My code follows the style guidelines of this project i.e. [Pep8](https://www.python.org/dev/peps/pep-0008/) - [x] I have performed a...

the file for the hashtable is made but it is not implemented so i would like to do that

# Description i changed entire logic of queue class and rewrote it using liked list to achieve O(1) time complexity while also keeping the same space compeltxity Fixes #462 ##...

in the queue.py the get function pop the first element and copy all the elements 1 step behing which is not effecient i can make this a O(1) operation please...