FHS.CT.AlgoDat
1.1.3
dotnet add package FHS.CT.AlgoDat --version 1.1.3
NuGet\Install-Package FHS.CT.AlgoDat -Version 1.1.3
<PackageReference Include="FHS.CT.AlgoDat" Version="1.1.3" />
paket add FHS.CT.AlgoDat --version 1.1.3
#r "nuget: FHS.CT.AlgoDat, 1.1.3"
// Install FHS.CT.AlgoDat as a Cake Addin #addin nuget:?package=FHS.CT.AlgoDat&version=1.1.3 // Install FHS.CT.AlgoDat as a Cake Tool #tool nuget:?package=FHS.CT.AlgoDat&version=1.1.3
Introduction
This 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.
Implemented Algorithms
- Graphs (Breadth First Search / Depth First Search / Dijkstra)
- Minimal Spanning Trees (Prim / Kruskal)
- Sorting (Insertion Sort / Selection Sort / Merge Sort / Quick Sort)
- String Similarity (Jaro Winkler)
Implemented Data Structures
- Double Linked List
- Stack / Queue
- Priority Queue
- Dictionary / Hash Table
- Binary Search Tree, AVL Tree and B-Tree
- Min Heap
- Union Find
- Graph / Weighted Graph
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net6.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.