Skip to content

ankitpaudel20/Algorithms-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Simple SDL App that helps in visualizing different algorithms.

Algorithms included:

  • All major sorting algorithm
    • Selection sort
    • Insertion sort
    • Bubble sort
    • Merge sort
    • Quick sort
    • Heap sort
  • Kruskal's and Prim's alg0rithm
  • Path finding algorithms
    • Dijkistra's algorithm
    • Best first search algorithm
    • A star search algorithm

Building

Use cmake provided.

Dependencies

SDL2, FreeType/Freetype6, glad

Should work out of the box for windows in msvc. Google the missing undefined symbols and install the required libraries needed if any linking error occurs.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published