Rusted_Wizard
- 4,251 total downloads
- last updated 5/1/2020
- Latest version: 2.5.0
A simple library support computing hash by using multiple hash algorithm
- 1,197 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.
- 734 total downloads
- last updated 5/1/2020
- Latest version: 1.1.0
A simple bindable base abstract class used for databinding/mvvm in wpf application
- 683 total downloads
- last updated 5/1/2020
- Latest version: 2.0.0
Simple Bindable Base Abstract Class for Databinding/MVVM pattern.
- 575 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
- 535 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.
- 319 total downloads
- last updated 5/1/2020
- Latest version: 1.0.1
A simple library implement a simple customized parallel-MergeSort algorithm.
- 295 total downloads
- last updated 4/16/2019
- Latest version: 1.0.17
This nuget package cotains C# implementation of Dijiktra's Algorithm.