Commit graph

18 commits

Author SHA1 Message Date
b43b5c550d perf(linked list): made same improvements to searching for value as in doubly linked list 2025-05-22 17:58:01 -05:00
827723e725 refactor(data structures): removed unused includes 2025-05-19 03:56:43 -05:00
8dd77f8e39 fix(linked list): fixed memory leaks that happen when failed allocation error is thrown 2025-05-19 03:21:11 -05:00
4cfd56bcea refactor(linked list): improved allocation error handling 2025-05-15 13:53:02 -05:00
8a8909ab7f feat(linked list): implemented clear function 2025-05-02 06:13:04 -05:00
19c9436ae0 feat(doubly linked list): implemented remove value function 2025-05-01 05:36:56 -05:00
b969e85412 feat(doubly linked list): implemented insert at index 2025-04-29 16:02:11 -05:00
22e9d69ced fix(linked list): added missing const to function parameters 2025-04-26 07:35:47 -05:00
c7b866ce1d feat(linked list): implemented remove value 2025-04-26 07:32:29 -05:00
e29d271dc4 feat(linked list): implemented remove at index function 2025-04-26 05:33:29 -05:00
ffa7bd27eb feat(linked list): implemented has value function 2025-04-26 04:50:00 -05:00
0f3334b232 feat(linked list): added insert after value function 2025-04-25 17:15:58 -05:00
2f5f629def feat(linked list): implemented before value function 2025-04-25 17:11:35 -05:00
8370ada3c4 feat(linked list): implemented insert at index 2025-04-25 17:04:33 -05:00
fee99c8cdd fix(linked list): fixed appending to linked list 2025-04-25 16:14:46 -05:00
d89747a2ed fix(linked list): fixed size not updating on append 2025-04-25 15:48:09 -05:00
9d571c694e feat(linked list): added append function 2025-04-25 15:18:44 -05:00
ffdb897cda feat(linked list): added linked list datastructure, initialization and destruction 2025-04-25 14:44:24 -05:00