Mineplay
  • Joined on 2025-04-03
Mineplay created branch f5-doubly-linked-list in Mineplay/Fledasty 2025-04-26 07:43:10 -05:00
Mineplay pushed to f5-doubly-linked-list at Mineplay/Fledasty 2025-04-26 07:43:10 -05:00
Mineplay closed issue Mineplay/Fledasty#4 2025-04-26 07:42:22 -05:00
F-4: Basic Linked List
Mineplay deleted branch f4-basic-linked-list from Mineplay/Fledasty 2025-04-26 07:41:39 -05:00
Mineplay pushed to main at Mineplay/Fledasty 2025-04-26 07:41:39 -05:00
11b3b9e80d Merge pull request 'f4-basic-linked-list' (#19) from f4-basic-linked-list into main
8df3b2a76b fix(build): removed cache folder
22e9d69ced fix(linked list): added missing const to function parameters
c7b866ce1d feat(linked list): implemented remove value
e29d271dc4 feat(linked list): implemented remove at index function
Compare 14 commits »
Mineplay merged pull request Mineplay/Fledasty#19 2025-04-26 07:41:38 -05:00
f4-basic-linked-list
Mineplay created pull request Mineplay/Fledasty#19 2025-04-26 07:40:39 -05:00
f4-basic-linked-list
Mineplay pushed to f4-basic-linked-list at Mineplay/Fledasty 2025-04-26 07:40:02 -05:00
8df3b2a76b fix(build): removed cache folder
Mineplay pushed to f4-basic-linked-list at Mineplay/Fledasty 2025-04-26 07:35:52 -05:00
22e9d69ced fix(linked list): added missing const to function parameters
Mineplay pushed to f4-basic-linked-list at Mineplay/Fledasty 2025-04-26 07:32:35 -05:00
c7b866ce1d feat(linked list): implemented remove value
Mineplay pushed to f4-basic-linked-list at Mineplay/Fledasty 2025-04-26 05:33:35 -05:00
e29d271dc4 feat(linked list): implemented remove at index function
Mineplay pushed to f4-basic-linked-list at Mineplay/Fledasty 2025-04-26 04:50:37 -05:00
ffa7bd27eb feat(linked list): implemented has value function
Mineplay pushed to f4-basic-linked-list at Mineplay/Fledasty 2025-04-25 17:16:03 -05:00
0f3334b232 feat(linked list): added insert after value function
Mineplay pushed to f4-basic-linked-list at Mineplay/Fledasty 2025-04-25 17:11:40 -05:00
2f5f629def feat(linked list): implemented before value function
Mineplay pushed to f4-basic-linked-list at Mineplay/Fledasty 2025-04-25 17:04:38 -05:00
8370ada3c4 feat(linked list): implemented insert at index
Mineplay pushed to f4-basic-linked-list at Mineplay/Fledasty 2025-04-25 16:14:50 -05:00
fee99c8cdd fix(linked list): fixed appending to linked list
34246c10d7 feat(linked list): implemented is empty function
Compare 2 commits »
Mineplay pushed to f4-basic-linked-list at Mineplay/Fledasty 2025-04-25 15:48:14 -05:00
d89747a2ed fix(linked list): fixed size not updating on append
Mineplay pushed to f4-basic-linked-list at Mineplay/Fledasty 2025-04-25 15:18:49 -05:00
9d571c694e feat(linked list): added append function
Mineplay pushed to f4-basic-linked-list at Mineplay/Fledasty 2025-04-25 14:44:37 -05:00
ffdb897cda feat(linked list): added linked list datastructure, initialization and destruction
Mineplay pushed to f4-basic-linked-list at Mineplay/Fledasty 2025-04-25 10:23:26 -05:00