GitHub topics: breadth-first-search
patricksferraz/ufba
UFBA: A collection of educational projects showcasing algorithms and implementations in graph handling, string manipulation, and artificial intelligence. Ideal for learning and practical application in computer science.
Language: TeX - Size: 866 KB - Last synced at: about 13 hours ago - Pushed at: about 13 hours ago - Stars: 1 - Forks: 0

mah-shamim/leet-code-in-php
Php-based LeetCode algorithm problem solutions, regularly updated.
Language: PHP - Size: 12.1 MB - Last synced at: 2 days ago - Pushed at: 2 days ago - Stars: 16 - Forks: 6

200-0K/8-Puzzle
8-Puzzle Solver webapp it uses different search algorithms to solve the classic 8-puzzle problem
Language: JavaScript - Size: 317 KB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0

dmazilkin/ML-MazeSolver-RoutePlanning
This repo contains maze solver, which is implemented with DFS, BFS, A* and JPS algorithms.
Language: Python - Size: 56.6 KB - Last synced at: 5 days ago - Pushed at: 8 days ago - Stars: 0 - Forks: 0

ahmedalgrgawy/Computer-Science
Language: C++ - Size: 16 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0

chen0040/js-graph-algorithms
Package provides javascript implementation of algorithms for graph processing
Language: JavaScript - Size: 1.49 MB - Last synced at: 6 days ago - Pushed at: almost 2 years ago - Stars: 151 - Forks: 41

SuiteBee/aMazeGen
A perfect maze generator with animations
Language: Python - Size: 158 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0

FarrelAD/Uninformed-Search-Algorithms-Comparison
Implementation and comparison of some uninformed search algorithms 🔎🗺️🌏
Language: Python - Size: 5.36 MB - Last synced at: 3 days ago - Pushed at: 20 days ago - Stars: 0 - Forks: 0

agl-alexglopez/multithreading-with-mazes
This repository contains maze building and solving algorithms. The solvers are multithreaded.
Language: C++ - Size: 6.08 MB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 2 - Forks: 0

Dhanuragavi/DSA
Implementation of graph search and optimization algorithm.
Language: Python - Size: 5.86 KB - Last synced at: 22 days ago - Pushed at: 23 days ago - Stars: 1 - Forks: 0

RushilMahadevu/RB-BFS-MazeEngine
a maze solver that employs recursive backtracking and breadth-first search
Language: Python - Size: 188 KB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 2 - Forks: 0

tavianator/bfs
A breadth-first version of the UNIX find command
Language: C - Size: 3.07 MB - Last synced at: 28 days ago - Pushed at: 29 days ago - Stars: 1,038 - Forks: 40

pravhub/Coding-Interviews
Solution Repository for Technical Coding Interviews!
Language: C# - Size: 481 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 9 - Forks: 5

therealczr15/NYCU_Algorithm_2023S
Spring 2023 NYCU Introduction to Algorithm
Language: C++ - Size: 7.8 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

sionpixley/DLL-Useful
This is a collection of NuGet packages for various applications.
Language: C# - Size: 2.74 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

vitorpbarbosa7/mit_6.006
MIT - 6.006 - Undergraduate Introduction to Algorithms - Spring 2020
Language: Python - Size: 4.35 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

davecom/SwiftGraph
A Graph Data Structure in Pure Swift
Language: Swift - Size: 1.84 MB - Last synced at: 4 days ago - Pushed at: about 1 month ago - Stars: 769 - Forks: 80

msambol/dsa
Data structures and algorithms in X minutes. Code examples from my YouTube channel.
Language: Python - Size: 126 KB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 551 - Forks: 110

ForlornU/HexagonalMapGodot
Hexagonal Map Generation in Godot
Language: GDScript - Size: 4.4 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 3 - Forks: 6

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: about 1 month ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

LakshayD02/Pathfinding_Visualization_Tool_Python
Visualize A* and BFS pathfinding algorithms in real-time with an interactive graphical interface. Explore how these algorithms find the shortest path! 🤖
Language: Python - Size: 32.2 KB - Last synced at: 3 days ago - Pushed at: 3 months ago - Stars: 5 - Forks: 0

CraigHarley/SimpleGraphJS
A super simple graph using an adjacency matrix.
Language: TypeScript - Size: 315 KB - Last synced at: 11 days ago - Pushed at: over 2 years ago - Stars: 6 - Forks: 0

Rafael-Anguiano/Pathfinder-Visualizer
This is a simple pathfinding visualizer, where you can see how the algorithm works in real time.
Language: JavaScript - Size: 30.3 KB - Last synced at: 3 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

lettier/shortestpath
An interactive HTML5 canvas graph that shows the shortest path between any two nodes.
Language: JavaScript - Size: 602 KB - Last synced at: about 1 month ago - Pushed at: over 11 years ago - Stars: 13 - Forks: 3

Sphincz/pyGraphr
pyGraphr - A Python Graph Traversal Visualizer for applying search algorithms.
Language: Python - Size: 57.6 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 7

harisankar95/pathfinding3D
Python implementation of common pathfinding algorithms in 3D grid space
Language: Python - Size: 10.9 MB - Last synced at: 19 days ago - Pushed at: 6 months ago - Stars: 39 - Forks: 2

andi611/Pacman-With-AI-Python
Implementations of artificial intelligence agents that plays Pac-Man
Language: Python - Size: 556 KB - Last synced at: about 1 month ago - Pushed at: about 6 years ago - Stars: 8 - Forks: 3

mianawais99/LeetCode
This repository contains solution to all the LeetCode questions I've solved! Daily grind 🏃 (Updating)
Language: C# - Size: 33.2 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

LdDl/ch
Contraction Hierarchies (with bidirectional version of Dijkstra's algorithm) technique for computing shortest path in graph.
Language: Go - Size: 105 MB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 52 - Forks: 7

TimKong21/MEMGRAPH-Graph-Analytics-with-NetworkX
Graph Analytics delivered by MEMGRAPH academy
Language: Jupyter Notebook - Size: 20.1 MB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 0

BaoPhuc1311/AlgorithmVisualization
Simplifying complex algorithms through interactive visualizations
Language: Python - Size: 0 Bytes - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

Leonardpepa/Freecell-solitaire-AI-Solver
Freecell solitaire Solver Project for Artificial Intelligence course from University of Macedonia
Language: Java - Size: 554 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 8 - Forks: 0

TessFerrandez/algorithms
solving challenges from various problem sites like advent of code, leet code and others
Language: Python - Size: 25.2 MB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 11 - Forks: 3

ArseniiStratiuk/Maze-Shortest-Path
Implementation of a shortest path search algorithm in an n x m maze for a Discrete Math project at the Ukrainian Catholic University. Utilizes algorithms like BFS to compute paths efficiently with matrix inputs from a .csv file.
Language: Python - Size: 53.8 MB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

virtualroot/asdf-bfs
An asdf plugin for bfs, the breadth-first UNIX find variant
Language: Shell - Size: 40 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 1

vik-ma/pathfinding-race
A browser game where pathfinding algorithms race against each other!
Language: JavaScript - Size: 7.75 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 4 - Forks: 0

motapinto/feup-IART
Content and solved exercises from the course unit Artificial Intelligence
Language: Python - Size: 56.7 MB - Last synced at: about 2 months ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

Leonardpepa/Pathfinding-Visualizer
Pathfinding Visualizer application that visualizes graph based search algorithms used to find the shortest path. Algorithms used: Breadth first search, Depth first search, Best first search and A* search made with java swing
Language: Java - Size: 521 KB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 25 - Forks: 14

jeffasante/bfs-metal
Breadth-First Search (BFS) using Metal for GPU acceleration on macOS.
Language: Swift - Size: 49.8 KB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Tynab/Animal-Chess
Animal Chess
Language: Python - Size: 15.8 MB - Last synced at: 6 days ago - Pushed at: 4 months ago - Stars: 3 - Forks: 0

AltyAlty/grokking-algorithms-python-russian-english-comments
Examples and algorithms written in Python for the book "Grokking Algorithms" with Russian and English comments. Примеры и алгоритмы, написанные на Python для книги "Грокаем Алгоритмы" с русскими и английскими комментариями
Language: Python - Size: 145 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 27 - Forks: 15

JoanStinson/Pathfinding
C++ SDL AI Pathfinding: BFS, Dijkstra, GBFS and A* algorithms.
Language: C++ - Size: 144 MB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 11 - Forks: 2

SleekPanther/breadth-first-search-depth-first-search-graphs
Breadth First Search & Depth First Search graph algorithms
Language: Java - Size: 1.63 MB - Last synced at: 29 days ago - Pushed at: almost 8 years ago - Stars: 11 - Forks: 8

Gasiyu/maze-runner-kotlin
A Kotlin program that generates and solves mazes using a randomized Prim's algorithm for generation and BFS (Breadth-First Search) for pathfinding.
Language: Kotlin - Size: 53.7 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

efwoods/data-structures-and-algorithms
Data Structures and Algorithms C++ Certificate with Tests and Solutions to Leetcode Exercises
Language: C++ - Size: 12.9 MB - Last synced at: 7 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

mielutzio/search-algorithms
Search algorithms for 8-puzzle problem search problem and traveling salesman optimization problem.
Language: Python - Size: 10.7 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

T-Lak/GraphWorks
Java implementation of some graph algorithms (Fleury, Kruskal, Prim, Hierholzer & Breadth-First Search).
Language: Java - Size: 42 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

datahappy1/sudoku
Sudoku game generator and solver in Python 3+
Language: Python - Size: 1010 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

milind-prajapat/Vision
An Autonomous Bot Based On Image processing And Breadth-First Search Path Finding Algorithm
Language: Python - Size: 36.1 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 1

nbhirud/Algorithms-Java 📦
Sorting and other algorithms implemented in Java
Language: Java - Size: 1.37 MB - Last synced at: 3 months ago - Pushed at: about 8 years ago - Stars: 0 - Forks: 0

OrangeCatLoves/LeetCodeStuff
LeetCode Solutions for various problems
Language: Java - Size: 331 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

chen0040/lua-graph
Graph algorithms in lua
Language: Lua - Size: 66.4 KB - Last synced at: about 1 month ago - Pushed at: over 7 years ago - Stars: 68 - Forks: 13

mani-hash/breadth-first-search
Breadth First Search assignment for foundation of algorithm module
Language: C - Size: 66.4 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

ahmedabougabal/PythonDataStructuresAlgorithms
Let's go DeepDiving 🤿
Language: Python - Size: 1.18 MB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

EthanMacTough/Wikipedia-Article-Bridge
A Python project that takes two Wikipedia articles and finds the bridge between them.
Language: Python - Size: 5.86 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

marinactonci/CaptureTheFlagAgent
Project for a Capture the Flag agent that uses a breadth-first pathfinding algorithm. The objective is to capture the enemy's flag while avoiding and shooting at enemy agents. The agents have different roles, such as Guardian Agent, which guards the flag, and Search Agents, which search for the enemy flag using a divide-and-conquer strategy.
Language: Python - Size: 363 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

zachRadack/Fm_visualizer
Work In progress, meant to help teachers visualize search algorithems to teachers, step by step.
Language: JavaScript - Size: 296 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

angelr1076/Knight-Travails
Project: Knights Travails
Language: JavaScript - Size: 84 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

MistzSoftware/dfs-and-bfs-graph
Training on implemtation of DFS and BFS algorithms seen in class with one of the best teacher in the world.
Language: C++ - Size: 5.86 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

ForlornU/BreadthFirstSearch
A small demo for a BreadthFirstSearch(BFS) pathfinding algorithm
Language: C# - Size: 275 KB - Last synced at: 2 days ago - Pushed at: almost 2 years ago - Stars: 21 - Forks: 7

Tynab/Searching-Algorithms
Searching Algorithm Example
Language: Jupyter Notebook - Size: 137 KB - Last synced at: 2 days ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

rddevitte/grafo-cpp
Grafo em C++
Language: C++ - Size: 78.1 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

Dirkster99/TreeLib
A .Net Standard Library with Generic methods to traverse k-ary trees in any order required.
Language: C# - Size: 85 KB - Last synced at: 22 days ago - Pushed at: almost 6 years ago - Stars: 29 - Forks: 7

sowmen/FXGraphAlgorithmSimulator
Visualizes specific Graph Algorithms like BFS, DFS, MST etc. on interactive user input graphs.
Language: Java - Size: 8.88 MB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 61 - Forks: 28

sonytruelove/Binary-tree-proccesing
:deciduous_tree:Бинарное дерево деталей. Binary tree of details.
Language: C++ - Size: 5.86 KB - Last synced at: about 2 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

HirudikaAnupama/Autonomous-Robot-Path-Planning-Program
The program uses the BFS (Breadth-First Search) algorithm with appropriate data structures to efficiently find the shortest path between a start and target location in an unweighted graph.
Language: Java - Size: 37.1 KB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

msdundar/notes-algorithms
A brief summary of various algorithms. Each algorithm provides examples written in Python, Ruby and GoLang.
Language: Python - Size: 17.3 MB - Last synced at: 21 days ago - Pushed at: over 4 years ago - Stars: 45 - Forks: 19

siawish/Code-Carnival Fork of Dani-Bytes/Code_Carnival
Code Carnival 🎮 An interactive game app using data structures, algorithms, and databases. Features secure login, encrypted passwords, and progress tracking. Includes Snake, Chess, Tic Tac Toe, Battle Ship, and Maze Runner.
Language: C++ - Size: 27.3 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

Venkat-Gorla/cpp-data-structures
Various data structures and algorithms implemented using C++
Language: C++ - Size: 75.2 KB - Last synced at: about 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

Adamouization/AI-Search-Flight-Route-Planner
:airplane: Flight route planning agent using classic AI search algorithms (A*, Best-First, DFS, BFS).
Language: Java - Size: 2.2 MB - Last synced at: about 1 month ago - Pushed at: over 5 years ago - Stars: 5 - Forks: 1

Artemiskgg1/pathfinding-visualizer
A visualizer for different algorithms A*, Dijkstra, BFS, DFS using different maze algorithms.
Language: TypeScript - Size: 123 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

ranawareviraj/Leetcode_Solutions
My LC submissions
Language: Python - Size: 721 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

AndreiE91/Fundamental-Algorithms
This repository contains various fundamental algorithms implemented in C and C++, focusing on performance analysis.
Language: C++ - Size: 1.06 MB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

stoufa/GIS-Web-Metro-TGM-Stations
[EN] Web application that provides an interactive map representing the network of metro and TGM stations | [FR] Application Web qui présente une carte interactive représentant le réseau des stations métros et TGM
Language: JavaScript - Size: 25.3 MB - Last synced at: 27 days ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 0

eMahtab/number-of-islands
Number Of Islands Problem
Language: Java - Size: 63.5 KB - Last synced at: about 1 month ago - Pushed at: about 3 years ago - Stars: 3 - Forks: 0

MaxRohowsky/breadth-first-search
👓 Visualization of the Breadth First Search pathfinding algorithm
Language: Python - Size: 540 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 13 - Forks: 6

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: 6 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

cedoor/network-flow-algorithms
TypeScript implementation of some network flow algorithms.
Language: TypeScript - Size: 373 KB - Last synced at: 21 days ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

TebogoYungMercykay/Binary-Search-Tree--Simple-Travesals--and-Recursion
In this implementation of BSTs, One will be a standard BST where the left child has a smaller value than the right child. The other will be a mirrored BST where the right child has a smaller value than the left child.
Language: Java - Size: 155 KB - Last synced at: 28 days ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

manuchaitanya17/Advanced-Data-Structures-Algorithms
A Course for learning Advanced Data Structures Algorithms.
Language: Java - Size: 1.25 MB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

monk-time/splendor-fastest-win
An experimental tool to find fastest winning moves using bruteforce for the board game Splendor
Language: Python - Size: 64.5 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

filip-kustura/graph-cycle-detection
Solution to a graph theory problem meeting a specific time complexity constraint. Developed in C++ using the breadth-first search algorithm. Created in December 2021 as part of the Design and Analysis of Algorithms course, with a presentation delivered in January 2022.
Language: C++ - Size: 107 KB - Last synced at: 29 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

ArseniiStratiuk/Graphs-Lab
Graphs analysis laboratory project for the Discrete Mathematics course at Ukrainian Catholic University.
Language: Python - Size: 288 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

uguratmaca/countdown
Des chiffres et des lettres, bir kelime bir işlem breadth first search
Language: C# - Size: 109 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 4 - Forks: 0

bp0609/Algorithmic-Solution-of-various-games-using-DSA
This repository implements optimal move selection for games like Connect4, Game of Sim, and Tic-Tac-Toe using graph traversal. It also includes solutions for Up-it-Up, Puzzle-8, and a 2x2x2 Rubik’s Cube Solver, using efficient numeric encoding to minimize computational complexity.
Language: C - Size: 40 KB - Last synced at: 3 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

Parneet-Sandhu/8-Puzzle-Problem
The 8-puzzle is a classic problem that involves sliding tiles in a 3x3 grid to match a desired goal configuration. The algorithm explores the shortest path from an initial configuration to the goal state and visualizes the steps involved in solving the puzzle.
Language: Python - Size: 12.7 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

bp0609/bp0609-2x2-Rubix-Cube-Solver
This repository contains a C++ code to solve the 2x2 Rubik's Cube
Language: C++ - Size: 5.86 KB - Last synced at: 3 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

ivanmmarkovic/Problem-Solving-with-Algorithms-and-Data-Structures-using-Python
Code from Problem Solving with Algorithms and Data Structures using Python
Language: Python - Size: 460 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 134 - Forks: 39

Ashish7129/Graph_Sampling
Graph Sampling is a python package containing various approaches which samples the original graph according to different sample sizes.
Language: Python - Size: 4.91 MB - Last synced at: 6 months ago - Pushed at: over 4 years ago - Stars: 161 - Forks: 50

dzaky-pr/asd-5-nov
Language: Java - Size: 7.81 KB - Last synced at: about 2 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

Jehadel/BFS-exemple
Lua implementation of BFS algorithm
Language: Lua - Size: 8.79 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

EmmanuelEzenwere/AIND-AIprojects
Portfolio of AI projects developed during my Udacity AI Nanodegree, covering Planning AI, Constraint Satisfaction, Hidden Markov Models, and Search algorithms.
Language: HTML - Size: 3.75 MB - Last synced at: 3 months ago - Pushed at: 12 months ago - Stars: 1 - Forks: 0

navalgaikwad/Leetcode
Collection of LeetCode questions to ace the coding interview!
Language: Java - Size: 2.64 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

EstevesX10/EIACD-Klotski
Klotski [Elements of AI & DS Course Project]
Language: Python - Size: 4.45 MB - Last synced at: about 2 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

ArifAhmed120829/Maze_Game
Players were tasked with navigating to the end of a maze, at which point the game would be over.
Language: Java - Size: 12.7 KB - Last synced at: 2 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

smeekas/Graph
Graph Data structure question from leetcode and geeksforgeeks in java.
Language: Java - Size: 163 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

EhudKirsh/NodeJS-List-All-Sub-Directories-Folders-Iterative-DFS
Iterative method to make an array for infinite layers of folders (folders inside folders inside folders, etc)
Language: JavaScript - Size: 199 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

mpavich2/AlgorithmVisualizer
This is a web app built to visualize various pathfinding and sorting algorithms.
Language: JavaScript - Size: 146 KB - Last synced at: 5 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

musty-ess/Degrees-Of-Separation-Finding-The-Shortest-Path-AI
Degrees is a Python program that determines how many degrees of separation exist between two actors. The concept is based on the popular "Six Degrees of Kevin Bacon" game, which posits that any two actors can be connected through their movie roles in six steps or fewer.
Language: Python - Size: 21 MB - Last synced at: 2 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

Venkat-Gorla/java-data-structures
Various data structures and algorithms implemented using Java
Language: Java - Size: 10.7 KB - Last synced at: 2 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0
