Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 418 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 418 Bytes

Thanks to a careless technical specialist at Neev, selection sort and quick sort just stopped working. As a fresher, debug the program with the help of browser developer tools using breakpoints and save the day by fixing the program.

The catch - also document your steps below.

Name :

Selection Sort

Steps

  1. Step 1
  2. Step 2
  3. ...

QuickSort

Steps

  1. Step 1
  2. Step 2
  3. ...