Skip to content

nagasundaram-neev/sorting-algorithms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 : Nagasundaram

Selection Sort and QuickSort

Steps

  1. Put some breakpoints in the quick sort and selection sort part of script.js
  2. Analyse the values of variable that are used for array and array indices by hovering the mouse on those variables
  3. As we know the basic logic of quick sort and selection sort I made some changes in conditional statements and assignment statements.

About

Visualization of sorting algorithms , which mysteriously stopped working.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.8%
  • CSS 32.2%