Skip to content

This is a visualizer for the complexity of various different searching and sorting algorithms. The project is built in Python, and uses matplotlib to plot results.

Notifications You must be signed in to change notification settings

michael-fourie/ComplexityPlotterVisualizer

Repository files navigation

ComplexityPlotterVisualizer

This is a visualizer for the complexity of various different searching and sorting algorithms. The project is built in Python, and uses matplotlib to plot results.

How it works

The following searching and sorting algorithm complexites are graphed and compared with similar functions: Binary Search Linear Search Bubble Sort Optimized Bubble Sort Insertion Sort Selection Sort Here is an image of all plotted complexities.
image1

About

This is a visualizer for the complexity of various different searching and sorting algorithms. The project is built in Python, and uses matplotlib to plot results.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages