Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 526 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 526 Bytes

AlgoDS

Open any folder in any IDE(Preferably VSCode) and type the below commands in the terminal

Steps:

  1. Clone the repo git clone https://github.com/tejasayya/sorting.git
  2. javac sorting/*.java
  3. java sorting.main

For Random Input

For Sorted Input

For Inversely Sorted Input