No description
Find a file
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
lab01 improve linked list insert and merge from O(n) to O(1) 2024-03-11 12:01:09 +01:00
.gitignore init 2024-03-10 00:45:57 +01:00
README.md init 2024-03-10 00:45:57 +01:00

aisd_lab

this repo contains my solutions to algorithm and data structures labs exercises