Skip to content

Visualization of standard sorting algorithms using CodeDraw

License

Notifications You must be signed in to change notification settings

BerikXardas/sortDraw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sortDraw

Visualization of commonly used sorting and search algorithms with CodeDraw.

Attention! This implementation requires the CodeDraw library

https://github.com/Krassnig/CodeDraw

https://github.com/Krassnig/CodeDraw/blob/master/INSTALL.md

https://krassnig.github.io/CodeDrawJavaDoc/

Purpose

This program should help beginners to understand the logic behind elementary search (linear and binary) and sort (bubble, selection, insertion) algorithms sort, as well as the divede and conquer algorithms merge sort and quick sort.

Other than CodeDraw and Arrays, no OOP techniques should be used, since students of programming-101 classes should be able to read and adapt the code.

About

Visualization of standard sorting algorithms using CodeDraw

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages