Andrei Dumitrescu (andreidumitrescu95)

andreidumitrescu95

Geek Repo

0

followers

0

following

Location:Bucharest, Romania

Github PK Tool:Github PK Tool

Andrei Dumitrescu's repositories

Python-Pathfinding-Algorithm-Visualizer

A python pathfinding visualizer implemented using pygame. The application allows the user to place start, end and obstacle nodes on a 2D grid and run a pathfinding algorithm from a selection of 6, in order to see the resulted shortest path.

Language:PythonStargazers:7Issues:1Issues:0

Python-Sorting-Algorithm-Visualizer

A Python sorting algorithm visualizer implemented using Pygame. The application allows the user to choose from a selection of sorting algorithms and create a random data set of a set N number of elements to be sorted. The sorting process is visualized through the use of rectangular boxes whose size represent the value of the number to be represented. The program will also allow different speeds of visualization.

Language:PythonStargazers:3Issues:1Issues:0