X Tutup
The Wayback Machine - https://web.archive.org/web/20201208091323/https://github.com/Silvochka/algorithms
Skip to content
dev
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Sorting and data structure algorithms Build Status Build status Coverage Status

This repo is a C# library with implemented sorting alrogithms, structures and its algorithms.

SortingAlgorithms:

Data stuctures:

Tests

This library has generic tests for each sorter. New added sorter is testing automatically using Reflection. Currently it tests next types of array:

  • Integer
  • Double
  • String
  • Char

Each type tested on next inputs:

  • Sorted sequense
  • Reverted sorted sequense
  • Random shuffled sequense
  • Empty array

Each implemented data structures has tests which covering as much as possible.

You can’t perform that action at this time.
X Tutup