Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 473 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 473 Bytes

Bucket Sort Animation (Borland C++)

This is a class project I made in 2015 using Turbo C, I used the graphing tool to visualize the process of the bucket sort algorithm. Tip: Press 'ENTER' to play the animation when sorting (Option #4), press 'N' to interrupt the animation and to skip to the next frame.

Executing

To execute the program launch 'bucket.bat' from the root folder, DOSBOX will take care of things.

Source File

I have included my 'source file'. :)