PavanMV
MModular
•Created by PavanMV on 7/29/2024 in #questions
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.
4 replies