Commit graph

14 commits

Author SHA1 Message Date
31e9953bf7 perf(doubly linked list): made small improvements in performance when searching for values in a function 2025-05-22 17:54:22 -05:00
18c7f70fca refactor(doubly linked list): changed method used for freeing memory on error 2025-05-20 07:07:04 -05:00
4134d55492 refactor(doubly linked list): improved allocation error handling 2025-05-20 05:23:25 -05:00
52a81e6aee feat(doubly linked list): implemented clear function 2025-05-02 06:19:22 -05:00
8a8909ab7f feat(linked list): implemented clear function 2025-05-02 06:13:04 -05:00
2afa2131ee feat(hash table): added hash table structure and implemented initialize and destroy 2025-05-01 09:42:11 -05:00
19c9436ae0 feat(doubly linked list): implemented remove value function 2025-05-01 05:36:56 -05:00
e2b88338a3 feat(doubly linked list): implemented remove at index function 2025-05-01 05:26:50 -05:00
bd6b4b1335 feat(doubly linked list): implemented has value function 2025-05-01 04:25:49 -05:00
620ce5668c feat(doubly linked list): implemented insert after value function 2025-04-30 06:43:58 -05:00
e56ed3331f feat(doubly linked list): added insert before value function 2025-04-29 17:58:53 -05:00
b969e85412 feat(doubly linked list): implemented insert at index 2025-04-29 16:02:11 -05:00
d0c552362b feat(doubly linked list): implemented append function 2025-04-26 09:20:11 -05:00
0c306da31c feat(doubly linked list): added doubly linked list datastructure and implemented init and destroy functions 2025-04-26 08:56:56 -05:00