Skip to content

Command Line Interface for various sorting algorithms

Notifications You must be signed in to change notification settings

MaskofDevil/sort-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sort-cli

Command Line Interface for various sorting algorithms. Currently listed sorting algorithms:

  1. Insertion Sort
  2. Selection Sort
  3. Bubble Sort
  4. Quick Sort
  5. Merge Sort
  6. Heap Sort

Time Complexities of every algorithm(listed above) is also included.

sort-cli-ss


Getting Started

  • Clone this repo and run ./Sort [for linux] or .\Sort.exe [for windows]
  • If you have gcc or clang installed then compile and run the Sort.c file

⭐ Star this repo

About

Command Line Interface for various sorting algorithms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages