Just finished working on the linked lists! I think i could make some optimizations for the doubly linked list but i’m ok with what i’m doing
Log in to leave a comment
Starting linked list now! See you in a bit
Log in to leave a comment
I’ve profiled the code, and it runs decently. There’s definitely room for improvement, but I consider my work solid.
Log in to leave a comment
I’ve finally added the HashMap struct! Next i will test the performances
Log in to leave a comment
I started working on the foundations of hashmaps for my data structures library. Focus was on setting up the initial architecture and basic functionalities. I decided to go with a bucket approach instead of the classic linked list one.
Log in to leave a comment