Skip to content

Durgesh4993/Algorithm-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm Visualizer

A console based 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

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages