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

Projects in Awesome Lists tagged with bfs-algorithm

A curated list of projects in awesome lists tagged with bfs-algorithm .

https://github.com/lucascorsi1/binarysearchtree

Arvore Binaria com Busca em largura desenvolvida em Windows Forms para fins de Estudo em Estrutura de Dados

bfs-algorithm search-algorithm tree-search tree-structure

Last synced: 13 Apr 2025

https://github.com/lucascorsi1/8puzzle-game

Jogo do 8 , Objetivo utilizar busca em largura BFS , para identificar melhor possibilidade de solução, desenvonvido em Windows Forms

8 8puzzle-game bfs-algorithm bfs-search puzzle-game

Last synced: 13 Apr 2025

https://github.com/maximlevchenko/cpp-projects

This repository features my university projects, where I applied concepts like algorithms, data structures, dynamic programming, automata theory, grammars, multithreading, and concurrent programming in C++.

abstraction automata-theory avl-tree bfs-algorithm dynamic-programming multithreading oop-principles

Last synced: 15 May 2025

https://github.com/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.

algorithms-and-data-structures api backend-development bfs-algorithm binary-search java mysql-database quick-sort rest-api spring-boot sql

Last synced: 22 Mar 2025

https://github.com/ayax537/breadth-first-search-bfs-maze-solver

This Python script implements the Breadth First Search (BFS) algorithm to solve a maze using the Turtle graphics library. The program visually represents the maze and the search process, allowing users to observe how BFS explores paths to find a solution.

ai bfs-algorithm bfs-search

Last synced: 26 Mar 2025

https://github.com/mubassim-khan/graphs-java

Programs of Graphs in Java, which contains programs of Dijkstra, Floyd & other algorithms as well as sort and other methods for implementation of DFS and BFS in Graph using Stack and Queues. View README for more descriptive overview about repository.

bfs-algorithm dfs-algorithm dijkstra-algorithm floyd-warshall-algorithm graph-algorithms java

Last synced: 05 Mar 2025

https://github.com/mhashim6/ai-classic-search-alogrithms

Informed & Uninformed Search algorithms [school assignment]

ai astar-algorithm bfs-algorithm dfs-algorithm gbfs-algorithm ucs-algorithm

Last synced: 05 Mar 2025

https://github.com/erikbernard/dimacs-project-ai

Projeto criado para disciplina Inteligência Artificial, Com objetivo de calcular uma rota entre os dois pontos usando os seguintes algoritmos: ○ Busca em Largura ○ Busca em profundidade (podendo ser o limitado) ○ Busca de custo uniforme ○ A*

astar-algorithm bfs-algorithm dfs-algorithm dimacs ucs-algorithm

Last synced: 24 Feb 2025

https://github.com/serbanghita/breadth-first-weight

Discover nodes breadth first and adjust their weight on the fly. This simulates HTTP crawling.

bfs-algorithm bfs-crawler breadth-first-search

Last synced: 18 Mar 2025

https://github.com/tkytel/mantela-fetcher

Telephone Network Mandala Fetcher

bfs-algorithm mantela

Last synced: 14 May 2025

https://github.com/cenkyyy/game-of-fifteen

This game was created during the winter semester of 2023/24 as part of my studies at Charles University, as a credit program for Programming I.

bfs-algorithm board-game python terminal-game

Last synced: 14 Mar 2025

https://github.com/louis3112/graph_sby_map

One of my project for Data Structure in 2nd Semester. A simple automated suggestion system for places in SBY

bfs-algorithm cli college-project dfs-algorithm graph-algorithms simple-project surabaya

Last synced: 22 Mar 2025

https://github.com/ahmedyar7/pathfinder

This is the project of visual implementation of the searching algorithms BFS, DFS, and A* Algorithms

astar bfs-algorithm dfs searching-algorithms

Last synced: 14 Mar 2025

https://github.com/maguids/game-klotski-with-interface

Version of the game "PuzzlePacked IQ games" in terminal and pygame with search algorithms. Second Semester of the First Year of the Bachelor's Degree in Artificial Intelligence and Data Science.

astar-algorithm bfs-algorithm greedy-algorithm pygame python3

Last synced: 26 Feb 2025

https://github.com/maguids/game-klotski

Version of the game "PuzzlePacked IQ games" in terminal with search algorithms. Second Semester of the First Year of the Bachelor's Degree in Artificial Intelligence and Data Science.

astar-algorithm bfs-algorithm greedy-algorithm klotski python3

Last synced: 16 Jun 2025

https://github.com/jehadel/bfs-exemple

Lua implementation of BFS algorithm

bfs-algorithm breadth-first-search graph-algorithms graphs lua

Last synced: 07 Apr 2025

https://github.com/azrielx86/ia_practicas_2024-2

Prácticas para la materia de Inteligencia Artificial - FI UNAM 2024-2

bfs-algorithm breadth-first-search depth-first-search dfs-algorithm

Last synced: 23 Mar 2025

https://github.com/progambler227788/leetsync-python

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

array backtracking-algorithm bfs-algorithm dfs-algorithm dynamic-programming graph heap leetcode leetcode-python leetcode-solutions matrix queue recursive-algorithm sorting-algorithms stack string topological-sort two-pointers

Last synced: 16 May 2025

https://github.com/askhan963/ai-implementation

This is repo for my work during sp-23 whhere I implemented AI's Algos to like: Adversarial Search ,DFS & BFS, GBFS Hill Climb, KNN, Linear Regression, and UCS.

ai aialgorithm artificial-intelligence bfs-algorithm dfs jupyter-notebook knn-classification linear-regression machine-learning-algorithms python3 ucs

Last synced: 15 Mar 2025

https://github.com/sreecharanv/prolog-based-graph-traversal-bfs-implementation

An implementation of graph traversal algorithms in Prolog, focusing on breadth-first search (BFS). The project finds the shortest path between nodes in a graph, covering both directed and undirected graphs with extensive test cases.

bfs-algorithm bfs-search graphtraversal prolog prolog-programming-language

Last synced: 23 Mar 2025

https://github.com/santi-souza/knight-tour

This repository contains a Python solution to the Knight's Shortest Path Problem, which calculates all possible shortest paths a knight can take to travel from a start position to an end position on a standard 8x8 chessboard.

argparse bfs bfs-algorithm chess docker graphviz json logging matplotlib python

Last synced: 31 Mar 2025

https://github.com/bhanuvikasr/six-degrees-of-separation

Designing and implementing efficient graph-based data structures to explore large graphs

bfs-algorithm graph-algorithms union-find

Last synced: 24 Mar 2025

https://github.com/seldo97/bfs_maze_solution

[Project for studies] Algorithm which find the shortest path in binary maze. Implementation in Java.

bfs-algorithm java practice-project study-project

Last synced: 20 Feb 2025

https://github.com/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

artificial-intelligence bfs-algorithm cnn python

Last synced: 24 Mar 2025

https://github.com/volfpeter/bfs-shortest-path

Breadth-first search based shortest path finding algorithm that allows negative edge weights.

bfs bfs-algorithm breadth-first-search graph graph-algorithms python python3 shortest-path shortest-path-problem shortest-pathfinding-algorithm

Last synced: 30 Mar 2025

https://github.com/onkolahmet/hop_distance_using_bfs_algorithm

calculating hop-distance between devices using adjacency list and BFS algorithm

bfs-algorithm

Last synced: 30 Mar 2025

https://github.com/fpopic/hmo

(Class) Heuristic Optimization Methods

assignment-problem bfs-algorithm cmake cpp11 genetic-algorithm greedy-algorithm

Last synced: 27 Feb 2025

https://github.com/afa-farkhod/connected-circles

Connected Circles Problem was designed using JavaFX

bfs-algorithm dfs-algorithm java javafx-application

Last synced: 27 Mar 2025

https://github.com/victoralves08/agent_maze_navigator

Aplicação web interativa desenvolvida em React que permite aos usuários visualizar e comparar diferentes algoritmos de busca utilizados para resolver labirintos. A aplicação suporta Busca em Profundidade (DFS), Busca em Largura (BFS) e Busca em Feixe (BS), proporcionando uma compreensão prática de como cada algoritmo explora o espaço de busca.

artificial-intelligence beam-search bfs-algorithm context-api css3 dfs-algorithm reactjs

Last synced: 08 Apr 2025

https://github.com/aryanraj13/rupeesense

RupeeSense is a user-friendly personal finance management software designed using C++ and Qt Framework to help you take control of your finances. Track your expenses, set budgets, and achieve your financial goals with ease. With features like expense categorization, budget management, and goal tracking

backtracking bfs-algorithm cpp dynamic-programming floyd-warshall-algorithm makefile networkflow qtframework

Last synced: 01 Apr 2025

https://github.com/abdurrehman7452/route-optimization-for-event-logistics

A Data Structures and Algorithms C++ project in which a logistics team needs to understand the shortest distance to reach the destination keeping in view the constraints.

bfs-algorithm cplusplus cpp data-structures dsa graphs-algorithms queues-ds

Last synced: 16 Mar 2025

https://github.com/aychaall/taquin-puzzle-solver

an AI-based application to solve the 15-puzzle (Taquin) game efficiently using DFS and BFS algorithms

ai bfs-algorithm dfs-algorithm search taquin

Last synced: 28 Feb 2025

https://github.com/bugoverdose/maze-runner

A game where you escape from a maze that is randomly generated with DFS algorithm

bfs-algorithm canvas react styled-components typescript

Last synced: 20 Mar 2025

https://github.com/hannani7/treesearchalgos

Breadth First Search | Depth First Search | Uniform Cost Search

bfs-algorithm dfs-algorithm ucs-algorithm

Last synced: 10 Mar 2025

https://github.com/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

bfs-algorithm dfs dijkstra-shortest-path disjoint-set graph-theory kruskals-algorithm prims-algorithm

Last synced: 16 Mar 2025

https://github.com/rayniel95/proyecto-agentes

Project of Simulation and Declarative Programming courses in collaboration with @lemartinez2245. An interesting thing in this project is the creation of generics predicates and inheritance simulation in prolog language.

bfs-algorithm prolog-programming-language school-project simulation university-coursework university-of-havana university-project

Last synced: 06 Mar 2025

https://github.com/saikiran6694/path_visualiser

Path Visualiser: Developed to make the user understand different types of shortest path calculating graph based algorithms.

astar-algorithm bfs-algorithm dfs-algorithm dijkstra-algorithm react react-hooks react-router sass

Last synced: 29 Mar 2025

https://github.com/shahrzadabedi/currencyconverter

A currency converter that can be configured with different exchange rates and converts the currency symbols using a BFS algorithm

algorithms bfs-algorithm

Last synced: 22 Feb 2025

https://github.com/rcdmk/maze-generator

Maze generator with A* pathfinder in JavaScript using p5.js

a-star-path-finding bfs-algorithm dfs-algorithm javascript maze-generation-algorithms maze-solver p5-js

Last synced: 11 Mar 2025

https://github.com/ahmetcerol/binarysearchtree-bfs-dfs

In this project, We develop the DFS and BFS algorithms in the binary search tree.

bfs-algorithm binary-search-tree dfs-algorithm

Last synced: 01 Mar 2025

https://github.com/awass04/weighted-and-unweighted-graph

I have calculated an "influence score" on an unweighted and weighted graph. I used BFS algorithm for the unweighted graph and Dijkstra's algorithm for the weighted graph.

adjacency-list adjacency-lists bfs bfs-algorithm csharp csharp-code dijkstra-algorithm unweighted-graph weighted-graphs

Last synced: 16 Mar 2025

https://github.com/vomnes/lem-in

Elementary algorithmic project - Graph Traversal - This project is meant to make you code an ant farm manager.

algorithm bfs-algorithm graph-traversal

Last synced: 16 Mar 2025

https://github.com/badr-1/degrees-of-separation

a re-make of https://github.com/Badr-1/Small-World-phenomenon

alogrithms bfs-algorithm kotlin

Last synced: 10 Mar 2025

https://github.com/cholnhial/comp3506projectpartb

Data Structures and Algorithms assignment. Implemented Dijkstra's algorithm for fastest path based on weights and BFS for shortest path. Implemented a hashtable to store passports and monitor passenger access through security.

bfs-algorithm dijkstra-algorithm hashtable

Last synced: 21 Feb 2025

https://github.com/alejo-jr456/pac-man-game-in-c

This is a pac man game written in C with the help of the SDL2 library Hope you will have fun!!!!

bfs-algorithm cpp game game-development graphics miniproject multi-platform oop-in-cpp pac-man pacman sdl2-library sdl2-ttf sfml tutorial

Last synced: 21 Feb 2025

https://github.com/youssefbennour/knightshortestpath

Display the shortest path for reaching a point(x,y) in an infinitie chess board, stimulating the 'Knight' moves, using graph theory(BFS).

bfs bfs-algorithm chess csharp dotnet knight-problem

Last synced: 12 Mar 2025

https://github.com/sssshefer/react-trees

Application to create tree structured data

bfs-algorithm d3-visualization queue

Last synced: 01 Mar 2025

https://github.com/uhpoler/designing-algorithms

This repository contains lab works in the discipline of Designing algorithms third semestr

a-star-path-finding ant-algorithm bfs-algorithm database genetic-algorithm k-way merge-sort red-black-tree traveling-salesman-problem

Last synced: 28 Mar 2025