Skip to content

Sree261/Sorting-Searching-Algorithm-Visualiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sorting and Searching Algorithm Visualizer

A console based sorting and searching algorithm visualizer made using the graphics.h library.

  • The sorting algorithms visualised are:

    • Bubble Sort
    • Selection Sort
    • Insertion Sort
  • The Searching Algorithms visualised are:

    • Linear Search
    • Binary Search

USAGE

Download the algovisualiser.exe and run it.

NOTE: After giving the inputs click on the newly formed window and keep pressing enter to view the animations.

EXAMPLE

1. Searching Algorithms

INPUT GIVEN

WhatsApp Image 2021-06-13 at 7 07 50 PM

1. Linear Search

1_linearsearch

2. Binary Search

2_binary

2. Sorting Algorithms

INPUT GIVEN

Screenshot 2021-06-13 183756

1. Bubble Sort

3_bubble

2. Selection Sort

4_sele

3. Insertion Sort

5_ins

About

A c++ console application to visualize sorting and searching algorithms

Topics

Resources

Stars

Watchers

Forks

Languages