.NET standard library for multiple sorting algorithms implementation.
- Exchange Sort
- Insertion Sort
- Shell Sort
- Division.
- OEIS A003462 sequence.
Continue...
- src/Sorts
- Library for sorting algorithms implementation.
- tests/Sorts.Consoles
- Console tests with performance tests.
- tests/Sorts.Tests
- Unit tests.