aisd_lab/lab01
jacekpoz 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
..
zad1 long -> int64_t 2024-03-10 19:41:47 +01:00
zad2 improve linked list insert and merge from O(n) to O(1) 2024-03-11 12:01:09 +01:00
zad3 fix for halved output data - set list head's prev to new tail 2024-03-11 01:36:50 +01:00