This is a project to visualize algorithms using HTML, CSS, JavaScript. The algorithm is the most important part of any program.An algorithm is a set of instructions for solving a problem or accomplishing a task.
"Sorting Algorithm",
"Bubble sort",
"Insertion Sort",
"Selection Sort",
"Quick sort",
"Merge sort",
"Binary Search"( "binary Search Sorted Array","normal binary search","binary Search in Infinite Sorted Array Constant",
"binary Search in Infinite Sorted Array Exponential","binary Search in Sorted Rotated Array" )
"Sudoku solver",
"nQueen problem