Mineplay
  • Joined on 2025-04-03
Mineplay pushed to f3-basic-hash-tabel at Mineplay/Fledasty 2025-05-01 15:38:00 -05:00
29b62b1df4 feat(hash table): implemented remove function
Mineplay pushed to f3-basic-hash-tabel at Mineplay/Fledasty 2025-05-01 14:51:32 -05:00
c83015c52f feat(hash table): implemented get function
Mineplay pushed to f3-basic-hash-tabel at Mineplay/Fledasty 2025-05-01 10:53:14 -05:00
39010a65bc feat(hash table): implemented insert function and changed table to dynamic array
Mineplay pushed to f3-basic-hash-tabel at Mineplay/Fledasty 2025-05-01 09:42:15 -05:00
2afa2131ee feat(hash table): added hash table structure and implemented initialize and destroy
Mineplay pushed to f3-basic-hash-tabel at Mineplay/Fledasty 2025-05-01 05:39:19 -05:00
Mineplay created branch f3-basic-hash-tabel in Mineplay/Fledasty 2025-05-01 05:39:19 -05:00
Mineplay closed issue Mineplay/Fledasty#5 2025-05-01 05:38:51 -05:00
F-5: Doubly linked list
Mineplay deleted branch f5-doubly-linked-list from Mineplay/Fledasty 2025-05-01 05:38:10 -05:00
Mineplay pushed to main at Mineplay/Fledasty 2025-05-01 05:38:09 -05:00
edc21fdf6b Merge pull request 'f5-doubly-linked-list' (#20) from f5-doubly-linked-list into main
19c9436ae0 feat(doubly linked list): implemented remove value function
e2b88338a3 feat(doubly linked list): implemented remove at index function
bd6b4b1335 feat(doubly linked list): implemented has value function
984f893885 feat(doubly linked list): implemented is empty function
Compare 10 commits »
Mineplay merged pull request Mineplay/Fledasty#20 2025-05-01 05:38:08 -05:00
f5-doubly-linked-list
Mineplay created pull request Mineplay/Fledasty#20 2025-05-01 05:37:38 -05:00
f5-doubly-linked-list
Mineplay pushed to f5-doubly-linked-list at Mineplay/Fledasty 2025-05-01 05:37:02 -05:00
19c9436ae0 feat(doubly linked list): implemented remove value function
Mineplay pushed to f5-doubly-linked-list at Mineplay/Fledasty 2025-05-01 05:26:55 -05:00
e2b88338a3 feat(doubly linked list): implemented remove at index function
Mineplay pushed to f5-doubly-linked-list at Mineplay/Fledasty 2025-05-01 04:25:54 -05:00
bd6b4b1335 feat(doubly linked list): implemented has value function
Mineplay pushed to f5-doubly-linked-list at Mineplay/Fledasty 2025-05-01 03:27:14 -05:00
984f893885 feat(doubly linked list): implemented is empty function
Mineplay pushed to f5-doubly-linked-list at Mineplay/Fledasty 2025-04-30 06:44:03 -05:00
620ce5668c feat(doubly linked list): implemented insert after value function
Mineplay pushed to f5-doubly-linked-list at Mineplay/Fledasty 2025-04-29 17:58:58 -05:00
e56ed3331f feat(doubly linked list): added insert before value function
Mineplay pushed to f5-doubly-linked-list at Mineplay/Fledasty 2025-04-29 16:03:00 -05:00
b969e85412 feat(doubly linked list): implemented insert at index
Mineplay pushed to f5-doubly-linked-list at Mineplay/Fledasty 2025-04-26 09:20:16 -05:00
d0c552362b feat(doubly linked list): implemented append function
Mineplay pushed to f5-doubly-linked-list at Mineplay/Fledasty 2025-04-26 08:57:01 -05:00
0c306da31c feat(doubly linked list): added doubly linked list datastructure and implemented init and destroy functions