I chose to implement a linked list, so that I can conceptualize how to represent data.

It's an implementation of a class with multiple methods to manipulate a linked list data structure.

I used python and consulted multiple resources to understand how a linked list work and hot to traverse.

Challenges we ran into - Imagining how to traverse it and understanding if the implementation matches the theory.

What's next for MLH Linked List Implementation - Probably finding other ways to manipulate and more extensive testing or public tests to see if it works.

Built With

Share this project:

Updates