Commit Graph

2 Commits (3d81af66e529a7e26f8b9b43b251caf85263f95e)

Author SHA1 Message Date
Christian Clauss 8dd686a31c
DoublyLinkedList.__iter__() (#168) 2021-04-11 17:49:05 -04:00
temitayo aa919129f2
Add Python linkedlist (#119)
* fixed incorrect links

* added singly list Data structure

* removed semi-column

* added doubly linked list

* added  doubly linked list

* docs: update linked list index

add python double linked list in the linked list inded

Co-authored-by: Arsenic <54987647+Arsenic-ATG@users.noreply.github.com>
2021-03-26 10:07:29 -04:00