python-ds icon indicating copy to clipboard operation
python-ds copied to clipboard

No non-sense and no BS repo for how data structure code should be in Python - simple and elegant.

Results 58 python-ds issues
Sort by recently updated
recently updated
newest added

@prabhupant the problem product_of_array_except_self.py in array section has an critical bug in its code . this is in the left subarray and due to this the answer got will be...

Case when the length of the linked list and N is equal # Description In the Linked List Problem of Removing nth Node from the End, One of the cases...

.py file was empty # Description Please include a summary of the change and which issue is fixed or what question/feature you have added. Fixes # (issue) ## Type of...

# 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...

# Description Please include a summary of the change and which issue is fixed or what question/feature you have added. Fixes # (issue) ## Type of change Please delete options...