giuliani.federicomarc

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

Attachment
Attachment
0
giuliani.federicomarc

I’ve profiled the code, and it runs decently. There’s definitely room for improvement, but I consider my work solid.

Attachment
Attachment
0
giuliani.federicomarc

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.

Attachment
Attachment
Attachment
0