Solved algorithms and data structures problems in many languages
-
Updated
Dec 13, 2024 - Python
Solved algorithms and data structures problems in many languages
LeetCode solutions
AI research environment for the game of Snake 🐍 .
breaking cycles in noisy hierarchies
Quantum computing > Algorithmic lattice surgery.
AI plays snake game using BFS (Breadth-First Search) algorithm.
Algorithms and data structures implemented in Python
This project is mainly about testing different path planning techniques in a certain world full of obstacles and how turtlebot3 managed to get to the goal position. It tackles 3 path planning technquies which are ( Artificial potential field (APF), Breadth first search (BFS), A*).
WebSource Harvester is an educational web-source harvester that crawls a site (BFS, depth-controlled), downloads browser-visible assets (HTML, CSS, JS, images, fonts, PDFs), and rewrites paths so pages work offline, including nested routes. It enforces same-origin limits and is designed for learning, offline analysis, and safe portfolio demos.
8 puzzle solver using BFS, DFS, IDDFS and A-star algorithm
Sokoban puzzle generator and solver with BFS, A* and Dijkstra
2D maze path solver visualizer implemented with python
Using heuristic search Best-First and A* with BFS (with manhatan distance) methods to solve 8-puzzle
path finding algorithms
Python Algorithms Package used in competitive programming
AI Puzzle Solver is a Python application that uses Pygame The main focus is on searching algorithms such as Depth-First Search, Breadth-First Search, A*, Uniform Cost Search, and others
Python code for finding Max Flow in a directed graph.
I made a simple Graph Traversing Visualizer using Python by Tkinter.....Only BFS and DFS Visualization in a graph is shown here.
To associate your repository with the bfs topic, visit your repo's landing page and select "manage topics."