Skip to content

brendes6/Algorithm_Visual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Algorithm_Visual

Overview

This project is a visualizer for sorting and graph algorithms, built using C++ and SFML in Xcode. The project opens to a main menu, where the user can select either sorting or graph algorithms. The sorting algorithm visualizer displays how multiple sorting algorithms can work on a 80 or 200 - number list. The graph algorithm visualizer allows the user to build their own graph, placing nodes by clicking, and making nodes neighbors by clicking one node and then the one you want to make it's neighbor. Once a graph is built, the user can perform Depth-First and Breadth-First Searches on the graph with custom target and origin nodes.

Requirements

macOS, Xcode, SFML (https://www.sfml-dev.org/download/)

Gallery

Sorting Algorithm Visualizer

Screen.Recording.2025-01-08.at.4.06.05.PM.mov

Graph Algorithm Visualizer

new.recording.mov

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages