Algorithms and Data Structures in Go using Generics
algorithms + datastructures = programs by niklaus wirth
Algorithms
- [] Insertion sort
- [] Partition sort
- [] Tree sort
- [] Sliding window
Data structures
Problems
NB: experimenting w/ generics, don’t use this code even when is 100% tested 😉