Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.07 KB

README.md

File metadata and controls

24 lines (13 loc) · 1.07 KB

Visual algorithm presenter

Visual algorithm presenter — Visualizing data structures and algorithms through animations

The "Visual algorithm presenter" is a tool that helps better understand data structures and algorithms learned during high school years by using simple geometric animations. The program includes presentations of the most prominent searching, sorting, backtracking, and divide et impera methods.

The software was written in Object Pascal language using Borland Delphi in 2003 — the year Android company was founded, and Steve Jobs announced iTunes for Windows — using Hungarian as display language.


Demo

https://www.youtube.com/playlist?list=PLz3X7CgfYucLmu-D0n7EyZihIaDGwwr6b


Screenshots

N Queens Problem

N-Queens-Problem.jpg

Quicksort

Quicksort