ModularM
Modular2y ago
3 replies
PavanMV

Working LinkedList using pointers

https://github.com/MVPavan/mojos/blob/master/learn/dsa/my_linked_list.mojo

I have created linked list in Mojo, it runs fine with all the methods and deletions. However debug is failing, any idea why ?
Also any feedback on deletion, memory leaks is also appreciated.
GitHub
Collection of mojo codes. Contribute to MVPavan/mojos development by creating an account on GitHub.
mojos/learn/dsa/my_linked_list.mojo at master · MVPavan/mojos
Was this page helpful?