Commit graph

7 commits

Author SHA1 Message Date
e07bb4eee0
improve linked list insert and merge from O(n) to O(1)
just keeping track of the tail is enough to do that
2024-03-11 12:01:09 +01:00
685d4db676
current -> tail in zad2 2024-03-11 01:34:25 +01:00
25c4656a51
remove index because it's literally the same as comparisons 2024-03-11 01:02:43 +01:00
73b5777b88
forgot about this 2024-03-11 00:29:38 +01:00
b3953bac3a
whoops 2024-03-10 23:01:12 +01:00
fb400dc168
add linked list searching and the second test 2024-03-10 22:56:05 +01:00
4245731593
zad2 init with merge test 2024-03-10 20:11:25 +01:00