Thanks to visit codestin.com
Credit goes to github.com

Skip to content

effcore/easy-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithms

Easy algorithms written as C# .NET library

Usage

Add the /bin/Debug/netstandard2.0/Algorithms.dll as reference to your project.

Changelog

  • 2020-04-05 Added password class to generate MD5 hash, check passwords for lengths, characters, etc.
  • 2020-04-04 Initial commit with a few simple sorting algorithms

Sorting algorithms

  • Bubble Sort
  • Heap Sort
  • Insertion Sort
  • Merge Sort
  • Quick Sort

Search algorithms

  • Binary Search

Password algorithms

  • MD5 Hash

Password tools

  • Check if password meets the requirements
  • Check if password was already used in history

About

easy algorithms written as C# .NET library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages