Rusted_Wizard
- 6,091 total downloads
- last updated 7/9/2022
- Latest version: 2.6.5
A simple library support computing hash by using multiple hash algorithm
- 2,335 total downloads
- last updated 12/29/2020
- Latest version: 2.4.15
.Net Standard 2.1 package contains implementation of Standard Binary Search Tree and AVL Tree.
- 1,196 total downloads
- last updated 7/16/2022
- Latest version: 1.2.0
A simple bindable base abstract class used for databinding/mvvm in wpf application
- 1,062 total downloads
- last updated 5/1/2020
- Latest version: 2.0.0
Simple Bindable Base Abstract Class for Databinding/MVVM pattern.
- 843 total downloads
- last updated 3/16/2019
- Latest version: 1.1.6
Simple generic mergesort method implement the mergersort algorithm (since in c# sort method uses quick sort). To use simple invoke the static method:
For version 1.1.6: use MergeSort<T>.Sort(IEnumerable<T> tosort), it returns result in IEnumerable<T> type.
For version 1.0.0: use...
More information
- 775 total downloads
- last updated 11/28/2018
- Latest version: 1.0.0
This package provide same functionality as the HashCalculator package except this package does not support RIPMD160 algorithm and is targeting dotnet core.
- 529 total downloads
- last updated 5/1/2020
- Latest version: 1.0.1
A simple library implement a simple customized parallel-MergeSort algorithm.
- 470 total downloads
- last updated 4/16/2019
- Latest version: 1.0.17
This nuget package cotains C# implementation of Dijiktra's Algorithm.