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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FHS.CT.AlgoDat" Version="1.1.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FHS.CT.AlgoDat --version 1.1.3
#r "nuget: FHS.CT.AlgoDat, 1.1.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • 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.

Version Downloads Last updated
1.1.3 317 3/6/2024
1.1.2 120 3/4/2024
1.1.1 92 2/20/2024
1.1.0 96 2/20/2024
1.0.2 100 2/8/2024
1.0.1 88 2/7/2024