Python/data_structures
Hanif Ali 4c37eb7d07 Improved on Singly Linked List Programs (#1558)
* Improved Singly Linked List
Added String Representations of Nodes and Linked Lists
Added support for indexing and changing of Node data using indices.

* Added a few comments to Linked Lists

* Reformatted to conform to PEP8

* Added from_sequence.py
Convert a Python List to Linked List comprising of Nodes and return head.

* Added print_reverse.py
Recursive program to print the elements of a Linked List in reverse.

* Change 'is not None' for more Pythonicness
2019-11-10 09:47:04 +01:00
..
binary_tree Non-recursive Segment Tree implementation (#1543) 2019-11-01 04:00:46 +01:00
disjoint_set Add disjoint set (#1194) 2019-09-23 05:08:20 +02:00
hashing psf/black code formatting (#1277) 2019-10-05 10:14:13 +05:00
heap Factors of a number (#1493) 2019-10-29 23:54:30 +01:00
linked_list Improved on Singly Linked List Programs (#1558) 2019-11-10 09:47:04 +01:00
queue Implement Linked Queue and Linked Stack data structures (#1324) 2019-10-18 08:38:31 +02:00
stacks Added more details about the problem statement (#1367) 2019-10-18 21:14:01 +02:00
trie Add delete to trie.py + tests (#1177) 2019-09-13 22:24:25 +02:00