Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 713 Bytes

File metadata and controls

14 lines (13 loc) · 713 Bytes

Visualizing-Agorithms

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.

Here shown algorithm:

    "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