Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 336 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 336 Bytes

LinkedLists

LinkedList and Doubly Linked List Implementation in C++ to start familiarizing myself with the language.

There is a python implementation I did before starting the C++ version to help plan out how I wanted to make the methods. The doubly linked list python implementation is imcomplete, it does not set "prev" fields.