Skip to content

I will be creating programs in python using the library pygame to show how different algorithms work. with the help of animation for better understanding.

Notifications You must be signed in to change notification settings

NegiBaba/Animated_Algos

Repository files navigation

Animated_Algos

This repo contains the codes for different sorting/pathfinding algorithms that are visualized using python or p5.js.

The motivation for this porject came from a youtube video named "15 Sorting algorithms in 6 minutes" https://www.youtube.com/watch?v=kPRA0W1kECg&t=0s

I suggest watching this video to experience the beauty of different sorting algorithms.