An open API service indexing awesome lists of open source software.

https://github.com/amancore/codeflow

CodeFlow is an interactive algorithm visualizer that simplifies complex concepts into step-by-step animations. It features visualizations for binary search, N-Queens, prime numbers, and various sorting algorithms, enhancing understanding and engagement in learning. Explore, learn, and contribute to the project on GitHub.
https://github.com/amancore/codeflow

algorithms-and-data-structures dijsktra-algorithm recursion-algorithm sorting-algorithms visualization

Last synced: 3 months ago
JSON representation

CodeFlow is an interactive algorithm visualizer that simplifies complex concepts into step-by-step animations. It features visualizations for binary search, N-Queens, prime numbers, and various sorting algorithms, enhancing understanding and engagement in learning. Explore, learn, and contribute to the project on GitHub.

Awesome Lists containing this project

README

        

# Code Flow

A better visualization of different algorithms made with React.

Explore more than 14 algorithms with step by step visualization simplifying the learning process and making it more engaging for a better understanding.

So far there are 6 segments
- Dijkstra
- Prime Numbers
- Sorting Algorithms
- N Queen
- Binary Search
- Recursion Tree

I have implemented a total of `10 algorithms` so far. And will try to add more later.

## Algorithms implemented

- Graph Search
- DFS
- BFS
- Dijkstra
- Recursive Maze Creation
- Sorting
- Bubble sort
- Selection sort
- Insertion sort
- Heap sort
- Merge sort
- Quick sort
- Sieve of Eratosthenes
- Archimedes Spiral
- N Queen Backtracking
- Binary Search
- Recursion
- Fibonacci Number