Algorithms and data structures teached at University of Applied Sciences Salzburg, MMT degree program
$ dotnet add package FHS.CT.AlgoDatThis NuGet package provides reference implementations for various algorithms and data structures taught at the Salzburg University of Applied Sciences in the MultiMediaTechnology degree program within the lecture Algorithms and Data Structures.
All implementations are stacking on each other. That means if a complex data structure / algorithm uses other data structures they are provided as reference implementation as well.
Most of the ideas are from Introduction to Algorithms, Third Edition, September 2009, by Cormen et al.