An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: bfs-algorithm

kirankigi5/Strivers_A2Z_DSA_SHEET

📘 Comprehensive documentation and solutions for Striver's A2Z DSA Sheet — includes concepts, code snippets, and detailed explanations in C++.

Language: C++ - Size: 1.27 MB - Last synced at: about 4 hours ago - Pushed at: about 6 hours ago - Stars: 0 - Forks: 0

jonathanpereda/sliding-number-puzzle-solver

Solver and benchmark suite for the 'sliding number puzzle' in Python — BFS, A*, IDA*, visual playback, CSV/Markdown performance reports.

Language: Python - Size: 146 KB - Last synced at: about 11 hours ago - Pushed at: about 13 hours ago - Stars: 0 - Forks: 0

RachithP/fun-stuff

This repository contains fun coding!

Language: C++ - Size: 18.5 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 0 - Forks: 0

arthuro1234/London-Tube-AI-Search-DFS-BFS-UCS-Heuristics

Search algorithms (DFS, BFS, UCS, Heuristic) applied to the London Tube Map

Language: Jupyter Notebook - Size: 12.7 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

Hazrat-Ali9/JavaScript-Problem-Solving

✈ JavaScript solutions for 🚜 coding challenges,🐟 algorithms, and interview problems 🛩 Well-optimized solutions 🚍 with explanations 🚕 Covers LeetCode, CodeWars, 🚁HackerRank, and more 🚢 Includes problem-solving patterns & techniques 🐬Great for interview prep & JS mastery Open for contributions 🚁 discussions! Let’s learn ⚽and grow together

Language: JavaScript - Size: 223 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 5 - Forks: 0

sarthakshishodia20/GraphVac

Consist of Striver Graph

Language: Java - Size: 64.5 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

Smeltier/o-labirinto

Cria um labirinto N x N (7 <= N <= 100), com densidade de paredes P (10 <= P <= 80) e encontra o menor caminho da entrada até a saída.

Language: C - Size: 69.3 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0

Progambler227788/LeetSync-PYTHON

Collection of LeetCode questions to ace the coding interview! - Created using [LeetHub v3](https://github.com/raphaelheinz/LeetHub-3.0)

Language: Java - Size: 608 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

badripaudel77/common-data-structures-practice

Data Structures and Algorithms. Implemented using Java Programming Language.

Language: Java - Size: 3.25 MB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 1 - Forks: 0

autrin/8-puzzle

Solving 8-puzzle using BFS, IDS, and 3 kinds of A* with minimum number of actions (AI)

Language: Python - Size: 54.7 KB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 0 - Forks: 0

tharushaudana/search-algorithm-visualization-python

This Python project offers real-time visualizations of key search algorithms like DFS, BFS, GBFS, and ASTAR. Users can observe these algorithms in action, providing insights into their workings and efficiency.

Language: Python - Size: 10.7 MB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 2 - Forks: 0

shady831213/algorithms

CLRS study. Codes are written with golang.

Language: Go - Size: 1.09 MB - Last synced at: 2 days ago - Pushed at: over 4 years ago - Stars: 824 - Forks: 120

Anshikarawat14/FindMyPath-PathVisualizer

Visualize maze-solving algorithms in style! Instantly see how BFS, DFS, A*, and Greedy Search find paths—customize mazes, drag walls, and enjoy smooth, modern UI animations.

Language: JavaScript - Size: 26.4 KB - Last synced at: 12 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

moranenzo/Tile-Arrangement-Solver

This repository is a Python project designed to solve a tile rearrangement puzzle. It uses multiple graph traversal algorithms (BFS, an improved BFS, and A*) to find optimized solutions. The project also includes a Pygame-based graphical interface for both playing and visualizing the puzzle solution, with adjustable difficulty levels.

Language: Python - Size: 130 KB - Last synced at: 4 days ago - Pushed at: 23 days ago - Stars: 1 - Forks: 0

udityamerit/LeetCode-Medium-Problem-Solutions-in-Python

This repository contains efficient and well-documented solutions to selected Medium-level problems from LeetCode, all written in Python. It aims to serve as a helpful guide for developers and students preparing for coding interviews and competitive programming contests.

Language: Jupyter Notebook - Size: 8.34 MB - Last synced at: 24 days ago - Pushed at: 24 days ago - Stars: 3 - Forks: 0

rawrnuck/seeshort

see the shortcuts and trace them

Language: JavaScript - Size: 1.97 MB - Last synced at: 16 days ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

Jamil226/SP25-AI

Spring 25 - Artificial Intelligence

Language: Jupyter Notebook - Size: 59 MB - Last synced at: 27 days ago - Pushed at: 27 days ago - Stars: 18 - Forks: 36

MahirC2/PrimsAlgorithm

A small project that display's maze generation using Prims algorithm, and A*, DFS and BFS path finding algorithms.

Language: Java - Size: 2.4 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

totallyrad1/problemSolving

here ill be posting some problems i solved :)

Language: C++ - Size: 48.8 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 3 - Forks: 0

EsraCesur4/Route-Optimization-Metro-Simulation

Bu proje, bir metro ağı üzerinde iki istasyon arasındaki en hızlı ve en az aktarmalı rotayı belirleyerek, rota optimizasyonunu hedefleyen bir simülasyon geliştirmeyi amaçlamaktadır. Bu sayede kullanıcılar için en verimli güzergahların bulunması sağlanır.

Language: Python - Size: 34.2 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

prevostpro/Search-CS50-Introduction-to-Artificial-Intelligence

Explore search algorithms in CS50's AI course. Visualize Greedy Best-First and A* Search in an interactive pathfinding game. 🌟🖥️

Language: Python - Size: 8.11 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

Tgentil/busca-em-profundidade

Este projeto implementa um algoritmo de busca em profundidade para encontrar um subconjunto de números de uma lista que soma um valor específico.

Language: Python - Size: 37.1 KB - Last synced at: 3 days ago - Pushed at: 8 months ago - Stars: 2 - Forks: 0

ccervantes369/maze-shortest-path

Python maze solver with BFS visualization in the terminal using curses

Language: Python - Size: 3.91 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

ZigRazor/CXXGraph

Header-Only C++ Library for Graph Representation and Algorithms

Language: C++ - Size: 71.7 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 595 - Forks: 125

muriz-dev/GraphIntro

Language: C++ - Size: 2.93 KB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

PrudhviGNV/pathFinderVisualizer

A react Application Used to visualize classical path finding algorithms like BFS, DFS, Dikstra's, A-star

Language: JavaScript - Size: 354 KB - Last synced at: about 2 months ago - Pushed at: almost 3 years ago - Stars: 39 - Forks: 12

abhishekjani123/Ship-Fire-Simulations-and-Bot-Strategies

This repository contains a comprehensive suite of projects developed as part of the Intro to Artificial Intelligence (CS 520) course at Rutgers University

Language: Jupyter Notebook - Size: 2.83 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 1

sarthakshishodia20/Trees_Graph

Here are the list of interviews and most important questions it's my learning from Apna College Batch you can find almost all types of basic ,intermediate ,advanced Trees questions here!!....

Language: Java - Size: 141 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

mrusme/bfstree.zig

Breadth-first search implementation in Zig

Language: Zig - Size: 11.7 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

heitornolla/Robot-Pathfinding-in-Weighted-Grid

Comparison of BFS, DFS, GBFS and A* algorithms on a robot pathfinding problem

Language: Jupyter Notebook - Size: 45.9 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 1

noviaputrin/degrees

Program implementation of python Search Algorithm

Language: Python - Size: 1.95 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Kawai-Senpai/Vagabond

Easy & Efficient Path Finding Library in Python

Language: Python - Size: 123 KB - Last synced at: about 2 months ago - Pushed at: 11 months ago - Stars: 4 - Forks: 0

Skywalklau/BFS-Visualizer

Visualize the 0-1 BFS algorithm on a 2D Grid

Language: Python - Size: 1.95 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 1

sha1n/fungus

An experimental library for starting and stopping multi-service environments correctly and efficiently based on declared dependencies between them

Language: TypeScript - Size: 8.45 MB - Last synced at: 7 days ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

ArnavBuddy/drone-swarm-attack

A GUI based drone swarm attack simulation with BFS pathfinding and jamming zone avoidance using Python

Language: Python - Size: 167 KB - Last synced at: about 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

yashs79/Social-Media-Friend-Recommendation-System

This project implements a sophisticated hybrid recommendation system for social media friend suggestions, combining advanced graph algorithms with machine learning techniques. By leveraging both network structure and content-based similarity, the system provides highly relevant friend recommendations that outperform traditional single-approach meth

Language: Python - Size: 251 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

GaelGil/algorithm-visualizer

A project I created using react to visualize sorting algorithms and pathfinding algorithms.

Language: JavaScript - Size: 1.78 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 1

DevanshTomar/AI_Snake_Battle_Game

A Python-based autonomous snake game where two AI-controlled snakes compete using advanced pathfinding algorithms and strategic decision-making. Features multiple AI strategies (Balanced, Aggressive, Defensive), real-time BFS pathfinding, competitive behaviors, and a user-friendly interface.

Language: Python - Size: 2.13 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

aldana-filiberto/clustering-agm

Este proyecto implementa un algoritmo de clustering utilizando Árboles Generadores Mínimos (AGM). A partir de un conjunto de puntos representados sobre un mapa, el sistema construye un grafo completo y calcula el AGM para luego generar agrupamientos (clusters) visuales. Está desarrollado en Java e incluye interfaz gráfica basada en JMapViewer.

Language: Java - Size: 207 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

vbuyel/Maze-generator

Генератор лабиринта и его визуализация (поддержка файлов)

Language: Pascal - Size: 10.5 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

Peter-Refaat/Mini-Wasalny

Graph Algorithms Visualization App

Language: C++ - Size: 14.3 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

KsR4z8v/Project-IA-Pathfinding

This project implements two essential pathfinding algorithms used in artificial intelligence and graph traversal: A* (A-star) and Breadth-First Search (BFS). It is designed to help visualize and compare how these algorithms find paths from a start point to a goal within a grid-based environment.

Language: Python - Size: 145 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

tkytel/mantela-fetcher

Telephone Network Mandala Fetcher

Language: JavaScript - Size: 24.4 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Adithya2369/Maze_Solver

AI Maze Solver visually demonstrates pathfinding algorithms (BFS, DFS, A*) navigating procedurally generated mazes. Built with Python/Tkinter, it shows real-time algorithm exploration and solutions. Perfect for learning AI basics or comparing pathfinding approaches.

Language: Python - Size: 4.88 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

SKT1803/java-graph-flights-and-tours-pathfinding

Java Graph Data Structure – Flight & Tour Pathfinding

Language: Java - Size: 45.9 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

vomnes/algorithms-go

Algorithms and data structures implementation in Go

Language: Go - Size: 514 KB - Last synced at: about 2 months ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 0

Farhanulhaq19/Data-Structures-and-Algorithma

A comprehensive collection of Data Structures and Algorithms implemented in C++. Includes code examples, problem-solving approaches, and performance analysis

Language: C++ - Size: 1.03 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

ASHUTOSH-KUMAR-RAO/DSA-Problem-Solving

My structured approach to mastering DSA - from implementation to problem-solving. Features optimized solutions with complexity analysis and key insights for coding interviews.

Language: C++ - Size: 140 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Farhanulhaq19/Car-Racing-Game

A simple 2D car racing game built with Python and Pygame.

Language: Python - Size: 14.5 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

bobluppes/graaf

A general-purpose lightweight C++ graph library

Language: C++ - Size: 2.07 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 295 - Forks: 52

charles-hsiao/python-vacuum-cleaner-robot

Python Vacuum Cleaner Robot Algorithm and Demo

Language: HTML - Size: 12.8 MB - Last synced at: about 1 month ago - Pushed at: over 6 years ago - Stars: 9 - Forks: 2

JakeTheSillySnake/SimpleNavigator

Implementation of s21_graph & s21_graph_algorithms libraries using C++ and CLI.

Language: C++ - Size: 56.6 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

ttwrpz/maze-escape-solver

A Java implementation of a maze escape solver using breadth-first search algorithm with an object-oriented design. This project demonstrates encapsulation, custom data structures, and algorithm implementation for CSC122 Introduction to Programming Lab.

Language: Java - Size: 250 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Winniekun/acsaber

twinkle, twinkle, one more star ​:star:​

Language: HTML - Size: 1.99 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Zeyad97/Maze-Solver-AI-BFS

AI maze solver using BFS algorithm to find the shortest path

Language: Python - Size: 0 Bytes - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

Fady-K/shortest-path-finder

A graspable python script that applies the concept of Breadth First Algorithm (BFS) on simple maze. Using a strong search Algorithm (BFS), This script helps to solve the provided maze and figure out the shortest possible path for it.

Language: Python - Size: 14.6 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

gabrieldrn/Java-Maze-Solver

Maze solving in java with BFS, DFS, A*

Language: Java - Size: 153 KB - Last synced at: 5 days ago - Pushed at: over 6 years ago - Stars: 19 - Forks: 6

thembaxaba157/Mazesolver-bfs

MazeSolver is a modular Python-based system for simulating and solving mazes using virtual robots. It uses a breadth-first search (BFS) algorithm to compute the shortest path through both predefined and randomly generated mazes, supporting both text and graphical interfaces.

Language: Python - Size: 243 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

potatoSalad21/CS106B-Assignment-2

Stanford CS106B Assignment 2

Language: C++ - Size: 2.71 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

khaledGadelhaQ/river-crossing-puzzle

A Python implementation of the classic river crossing puzzle with a graphical interface and AI solver.

Language: Python - Size: 9.77 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

RobisonTorres/search_graph

Search and recommendation system in Rust that leverages graph-based algorithms (BFS).

Language: Rust - Size: 23.4 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

diriho/Pacman

A classic Pacman 🟡 game implemented in Java☕. Navigate Pacman through mazes🌀, eat pellets🍒, avoid ghosts👾, and collect power-ups-🔵. Featuring intelligent ghosts⚡, and a high score tracker. A fun, nostalgic arcade😎 experience showcasing Java game development and object-oriented programming🚀🚀

Language: Java - Size: 61.5 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

mahdizynali/Earth-Map-Route-Planning

Route planning on Earth map with opencv c++ through Greedy , A-start and etc. algorithm

Language: C++ - Size: 1.12 MB - Last synced at: 4 months ago - Pushed at: 12 months ago - Stars: 8 - Forks: 1

Riteshhh08/Pathfinding-Visualizer-

Pathfinding-Visualizer Visualize and compare pathfinding algorithms like BFS, DFS, and A* in action! Set walls, find shortest paths, and learn how each algorithm behaves. Try it here!

Language: JavaScript - Size: 4.88 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

joemathew2004/8-puzzle-challenge

The classic 8-Puzzle challenge: Human vs. AI! This project features an AI solver (Best-First Search with Manhattan distance) and a Tkinter GUI that visualizes its steps. A volunteer can initialize the AI solver alongside a human's manual attempt. The "Stop" button allows the volunteer to declare the human the winner if they solve it before the AI.

Language: Python - Size: 383 KB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

Ghosts6/Algorithms

A collection of search, sorting, graph, greedy, and optimization algorithms implemented in C++ and Python, including Binary Search, BFS, Dijkstra's Algorithm, Bubble Sort, and the Four Color Theorem. 🚀

Language: C++ - Size: 112 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

dm-zhuk/goit-algo-hw-06

Graph algorithms

Language: Python - Size: 0 Bytes - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

MohabASHRAF-byte/mini-waslni-gui

A pathfinding visualizer with a Qt GUI implementing BFS, DFS, Dijkstra's, and A* algorithms to find the shortest path.

Language: C++ - Size: 286 KB - Last synced at: 23 days ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 1

rajpandya737/Pacman

Recreation of the classic arcade game "Pacman" using Pygame. The game incorporates a Breadth-First Search (BFS) for ghost traversal

Language: Python - Size: 6.03 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

taran1sdev/siteMapper

Go application that builds a sitemap of given url

Language: Go - Size: 4.88 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

hamed-rezaee/flutter_path_finder_algorithms

Implementation of path finding algorithms in Dart and Flutter.

Language: C++ - Size: 321 KB - Last synced at: 4 months ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 4

ruvxn/Pathfinder_AI

Pathfinder_AI is a command-line tool for solving graph search problems using DFS, BFS, GBFS, A*, and UCS built during COS30019 AI coursework.

Language: Python - Size: 158 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

Masoudjafaripour/Search_Algs

All search algorithm from easy to hard

Language: Python - Size: 42 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

MAHMOUDELSAYED7/Algorithms

Language: Dart - Size: 12.7 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

analiaBurgosDev/java_graph_DFS_BFS

Implementation of Graph Traversal Algorithms_DFS_BFS

Language: Java - Size: 10.7 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

ambuj2000/Graph-Algorithms-and-Problems

All the important graph algorithms and problems

Language: C++ - Size: 179 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

vickshan001/London-Tube-AI-Search-DFS-BFS-UCS-Heuristics

Search algorithms (DFS, BFS, UCS, Heuristic) applied to the London Tube Map

Language: Jupyter Notebook - Size: 11.7 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

maximilianfeldthusen/bfs

This C++ code implements a Breadth-First Search (BFS) algorithm to traverse a graph.

Language: C++ - Size: 7.81 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

In7elligence/path-finder-visualizer

A pathfinding visualizer for different pathfinding algorithms

Language: TypeScript - Size: 623 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

aymanmomin/The-Harry-Potter-Reunion

Language: Python - Size: 327 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

martacanirome4/Grafo

Encontrar el camino en un grafo

Language: HTML - Size: 373 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

Victorov-I-A/Cash-Labyrinth

JavaFX Game with autoplay

Language: Java - Size: 161 KB - Last synced at: 5 months ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

SakshithBillava/Algorithm-API

A Spring Boot-based Algorithm API that provides implementations for popular algorithms like Breadth-First Search (BFS), Binary Search, and Quick Sort. It includes structured input validation, error handling, and clear JSON-based responses to ensure reliable and accurate processing of algorithmic requests.

Language: Java - Size: 19.5 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

Aakashbhardwaj27/AlgorithmsRecap

Algorithms to become a better engineer

Language: JavaScript - Size: 1.95 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

MaksymT17/aquamarine

Object recognition tool

Language: C++ - Size: 181 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 4 - Forks: 0

nellogan/PathfindingVisualizer

Visualize how different search algorithms traverse a grid.

Language: JavaScript - Size: 708 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

malei-dc/TDA

Cursada 1C2024 Técnica de diseño de algoritmos UBA (ex Algoritmos y Estructuras de Datos III)

Language: C++ - Size: 45.1 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 5 - Forks: 1

lazy-student217/bucket-problem

A python script for exploring the state in the bucket problem

Language: Python - Size: 229 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

ShogunYash/My-Code-Space

This contains my course assignments of SEM 3

Language: Python - Size: 4.86 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 1

HxnDev/Solving-a-Maze-Using-BFS-and-DFS

Breadth-first search (BFS) is an algorithm for searching a tree data structure that searches the tree one depth at a time. It will explore all nodes at depth 1 then depth 2 and so on. Depth-first search (DFS) is an algorithm for searching a tree data structure that searches the tree vertically. It will explore one branch to the root node followed by the next branch.

Language: Python - Size: 570 KB - Last synced at: 5 months ago - Pushed at: about 4 years ago - Stars: 4 - Forks: 0

davecom/MazeSolvingGUI

A simple tkinter GUI for illustrating DFS and BFS.

Language: Python - Size: 132 KB - Last synced at: 4 months ago - Pushed at: about 5 years ago - Stars: 11 - Forks: 4

AghilesTMA/robomaze

An interactive maze pathfinding simulator featuring BFS, DFS, and A* algorithms

Language: TypeScript - Size: 85.9 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

chan9yu/algorithm-playground

✍🏼 algorithm playground repository

Language: JavaScript - Size: 158 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

LoayEgbaria/Maze-Pathfinding-with-Guard-Vision-and-Walls

This project implements a maze pathfinding solution where an assassin ('A') navigates through a maze while avoiding walls and guards. The guards' vision marks certain cells as "observed," which the assassin must avoid. The BFS algorithm is used to find the shortest path to the target, with visual representation of the maze and exploration process.

Language: Python - Size: 14.6 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Przemyslawmd/Graphs

Language: C++ - Size: 169 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 1

birongliu/word-ladder-problem

CISC 3410 AI project

Language: Python - Size: 1.37 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

AhmetFurkanDEMIR/Algorithms

Necmettin Erbakan University - Algorithms (c++)

Language: C++ - Size: 637 KB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 16 - Forks: 0

Tynab/Animal-Chess

Animal Chess

Language: Python - Size: 15.8 MB - Last synced at: 5 days ago - Pushed at: 7 months ago - Stars: 3 - Forks: 0

AdnanGlc/Pathfinding-Visualizer

Includes visualization of BFS, A*, Greedy best-first search, Bidirectional BFS, Bidirectional swarm, algorithm, as well as maze generator and other functions. All in C# windows forms

Language: C# - Size: 66.4 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

bish9oi/Graph-Theory-Implementations-in-Java

This project contains the implementation of basic graph theory algorithms like BFS, DFS, Kruskal's MST, Prim's MST, Dijkstras Shortest Path

Language: Java - Size: 21.5 KB - Last synced at: 5 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Related Keywords
bfs-algorithm 909 dfs-algorithm 494 bfs 150 astar-algorithm 136 dijkstra-algorithm 127 python 122 graph-algorithms 117 graph 102 java 100 dfs 87 algorithms 77 ai 72 python3 66 data-structures 65 artificial-intelligence 62 bfs-search 59 a-star-algorithm 59 breadth-first-search 54 pathfinding 53 maze-solver 46 algorithm 46 search-algorithm 45 cpp 44 queue 39 linked-list 39 graphs 37 javascript 37 searching-algorithms 36 sorting-algorithms 34 stack 33 dynamic-programming 32 maze-generator 30 kruskal-algorithm 29 dfs-search 26 binary-search-tree 26 shortest-path-algorithm 25 tree 25 c 24 bellman-ford-algorithm 24 greedy-algorithms 23 maze 23 pygame 22 depth-first-search 22 dijkstra-shortest-path 22 game 20 ucs-algorithm 19 algorithms-and-data-structures 19 recursion 18 binary-search 18 greedy-algorithm 18 topological-sort 18 floyd-warshall-algorithm 17 astar 16 astar-pathfinding 16 visualization 15 pathfinding-algorithm 15 a-star 15 tree-structure 15 graphs-algorithms 14 priority-queue 14 csharp 14 heuristic-search-algorithms 13 binary-tree 13 graph-theory 13 datastructures 13 gui 12 djikstra-algorithm 12 react 12 javafx 12 prims-algorithm 12 adjacency-list 12 uniform-cost-search 12 search 12 prim-algorithm 12 genetic-algorithm 12 array 12 backtracking 11 best-first-search 11 typescript 11 a-star-path-finding 11 heap 11 ucs 11 css 11 leetcode 10 oop 10 merge-sort 10 bubble-sort 10 path-planning 10 java-8 10 nodejs 9 reactjs 9 dijkstra 9 minimax-algorithm 9 dsa-algorithm 9 connected-components 9 adjacency-matrix 9 hill-climbing-search 9 pacman 9 heuristics 9 machine-learning 8