Skip to content

Ilade-s/Sorting-Algorithms

Repository files navigation

Sorting-Algorithms

Tests of different sorting algorithms, with documentation

Algorithms done : (as of today)

  • Bubble Sort optimized (Average : O(n(n-1)/4) complexity)
  • SelectSort
  • InsertSort
  • TriFusion (python fait, c++ fait)

About

Tests of different sorting algorithms, with documentation (in python and C++)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published