{"id":26012314,"url":"https://github.com/amancore/codeflow","last_synced_at":"2026-04-22T09:06:43.714Z","repository":{"id":280638087,"uuid":"942661116","full_name":"amancore/CodeFlow","owner":"amancore","description":"  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.","archived":false,"fork":false,"pushed_at":"2025-09-15T13:51:32.000Z","size":2535,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-15T15:16:08.355Z","etag":null,"topics":["algorithms-and-data-structures","dijsktra-algorithm","recursion-algorithm","sorting-algorithms","visualization"],"latest_commit_sha":null,"homepage":"https://code-flow-rho.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amancore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-04T13:17:43.000Z","updated_at":"2025-09-15T13:51:36.000Z","dependencies_parsed_at":"2025-03-04T14:39:36.626Z","dependency_job_id":null,"html_url":"https://github.com/amancore/CodeFlow","commit_stats":null,"previous_names":["amancore/codeflow"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/amancore/CodeFlow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amancore%2FCodeFlow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amancore%2FCodeFlow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amancore%2FCodeFlow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amancore%2FCodeFlow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amancore","download_url":"https://codeload.github.com/amancore/CodeFlow/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amancore%2FCodeFlow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32128715,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T08:34:57.708Z","status":"ssl_error","status_checked_at":"2026-04-22T08:34:55.583Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["algorithms-and-data-structures","dijsktra-algorithm","recursion-algorithm","sorting-algorithms","visualization"],"created_at":"2025-03-06T00:29:57.130Z","updated_at":"2026-04-22T09:06:43.709Z","avatar_url":"https://github.com/amancore.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Code Flow\n\nCode Flow is a **React-based** project that provides interactive visualizations for a variety of algorithms. It breaks down complex concepts into step-by-step graphical representations, making it easier for learners to grasp algorithmic principles.\n\n## Overview\n\nCurrently, there are **6 main segments**, with a total of **10 algorithms implemented**, and plans to add more in the future.\n\n## Segments\n\n- **Dijkstra**: Visualize shortest path finding in graphs.\n- **Prime Numbers**: Explore the distribution and identification of prime numbers.\n- **Binary Search**: Demonstrate efficient searching in sorted arrays.\n- **Recursion Tree**: Map out recursive function calls and structures.\n\n## Implemented Algorithms\n\n### Graph Search\n- DFS (Depth-First Search)\n- BFS (Breadth-First Search)\n- Dijkstra\n- Recursive Maze Creation\n\n## Other Algorithms\n- Sieve of Eratosthenes (for prime numbers)\n=======\n- Graph Search\n  - DFS\n  - BFS\n  - Dijkstra\n  - Recursive Maze Creation\n- Sieve of Eratosthenes\n- N Queen Backtracking\n- Binary Search\n- Recursion\n- Fibonacci Number\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js and npm (for development and running the project)\n- A modern web browser (e.g., Chrome, Firefox)\n- Git (to clone the repository)\n\n### Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/yourusername/code-flow.git\n   ```\n2. Navigate to the project directory:\n   ```bash\n   cd CodeFlow\n   ```\n3. Install dependencies:\n   ```bash\n   npm install\n   ```\n4. Start the development server:\n   ```bash\n   npm start\n   ```\n\nThe application will be available at `http://localhost:3000`.\n\n## Usage\n\n1. Open the app in your browser.\n2. Select an algorithm or segment from the menu.\n3. Interact with the visualization: step through processes, adjust parameters (e.g., array size, graph nodes), and observe the algorithm in action.\n4. Use controls to play, pause, reset, or speed up the animation.\n\n## Contributing\n\nContributions are welcome to expand the library of algorithms or improve existing visualizations! To contribute:\n\n1. Fork the repository.\n2. Create a new branch:\n   ```bash\n   git checkout -b feature/new-algorithm\n   ```\n3. Make your changes and commit them:\n   ```bash\n   git commit -m 'Add new algorithm visualization'\n   ```\n4. Push to the branch:\n   ```bash\n   git push origin feature/new-algorithm\n   ```\n5. Open a pull request.\n   \n\n## Contact\n\nFor questions, suggestions, or issues, feel free to open an issue on GitHub or reach out via [xamancore@gmail.com](mailto:xamancore@gmail.com).\n\nEnjoy exploring algorithms with Code Flow! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famancore%2Fcodeflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famancore%2Fcodeflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famancore%2Fcodeflow/lists"}