All Projects → zedrex → algosketch

zedrex / algosketch

Licence: MIT license
Visualizer for basic data structures and algorithms

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects

Projects that are alternatives of or similar to algosketch

Pubg mobile memory hacking examples
Pubg Mobile Emulator Gameloop Memory Hacking C++ code examples. Ex: Name, Coord, Bones, Weapons, Items, Box, Drop etc.
Stars: ✭ 224 (+558.82%)
Mutual labels:  sfml
AlgorithmVisualizer
A better visualization of different algorithms made with React
Stars: ✭ 123 (+261.76%)
Mutual labels:  algorithm-visualizer
Swoosh
SFML Activity and Segue Mini Library
Stars: ✭ 63 (+85.29%)
Mutual labels:  sfml
ParticleEditor
Particle editor for SFML/Thor based applications
Stars: ✭ 14 (-58.82%)
Mutual labels:  sfml
deerportal
Full of the diamonds 💎 board game driven by a 🦌 Deer 🦌 god and classical elements 🔥 💦 💨 🌍
Stars: ✭ 31 (-8.82%)
Mutual labels:  sfml
o2r
Open Rodent's Revenge is a C++ remake of the famous Microsoft game "Rodent's Revenge" (1991).
Stars: ✭ 22 (-35.29%)
Mutual labels:  sfml
Simplenes
An NES emulator in C++
Stars: ✭ 2,915 (+8473.53%)
Mutual labels:  sfml
Glass
Gui Library written in Crystal
Stars: ✭ 24 (-29.41%)
Mutual labels:  sfml
smk
SMK - Simple multimedia kit - C++ WebAssembly
Stars: ✭ 89 (+161.76%)
Mutual labels:  sfml
AntSimulator
Simple Ants simulator
Stars: ✭ 1,939 (+5602.94%)
Mutual labels:  sfml
SFML-utils
Some adds to SFML to build games
Stars: ✭ 21 (-38.24%)
Mutual labels:  sfml
Nero-Game-Engine
Advanced SFML Game Engine, Designed to be Simple and Intuitive
Stars: ✭ 50 (+47.06%)
Mutual labels:  sfml
conan-sfml
[OBSOLETE] The recipe is now in https://github.com/bincrafters/community
Stars: ✭ 13 (-61.76%)
Mutual labels:  sfml
Tmxlite
lightweight C++14 parser for Tiled tmx files
Stars: ✭ 248 (+629.41%)
Mutual labels:  sfml
among-us-replayer
Replayer for Among Us
Stars: ✭ 32 (-5.88%)
Mutual labels:  sfml
Csfml
Official binding of SFML for C
Stars: ✭ 211 (+520.59%)
Mutual labels:  sfml
DSFML
DSFML is a D binding of SFML
Stars: ✭ 99 (+191.18%)
Mutual labels:  sfml
SFML-book
SFML Blueprint book, source code
Stars: ✭ 61 (+79.41%)
Mutual labels:  sfml
ssGUI
◀️ Super Simple GUI Library for C++ ▶️
Stars: ✭ 21 (-38.24%)
Mutual labels:  sfml
KinectToVR
KinectToVR EX (Official)
Stars: ✭ 163 (+379.41%)
Mutual labels:  sfml

AlgoSketch

Build License

Algorithm Showcase

Flood fill in 2D grid

Flood Fill

Pathfinding with BFS in 2D grid

BFS Pathfinder

Insertion Sort

Insertion Sort

Shell Sort

Shell Sort

Gnome Sort

Gnome Sort

Features

  • Custom sized array and 2D grid visualization
  • 5 sorting algorithms and 3 grid algorithms visualization
  • Control the speed of the algorithms
  • Pause and resume to check current status

Guide

Bugs

  • Speed is controlled by editing FPS, which causes UI lag
  • Larger data structures cause memory usage spike and lag

Missing Features

  • Custom graph creation
  • Tree like data structures
  • Graph and tree algorithms

UML

UML

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].