GitHub topics: dfs-search
stevehjohn/TrainTracks
Engine Based Around the Train Track Puzzle Games
Language: C# - Size: 2.22 MB - Last synced at: 1 day ago - Pushed at: 27 days ago - Stars: 0 - Forks: 1

entangledloops/slidingpuzzle
Sliding Puzzle solver and utilities
Language: Python - Size: 367 KB - Last synced at: 16 days ago - Pushed at: over 1 year ago - Stars: 10 - Forks: 1

xariskarv/NPuzzle-Solver-AI-Algorithms
Solves a N-Dimension Puzzle with one of the 4 different path algorithms : Breadth 1st Search, Depth 1st Search, Best 1st Search and A* Search.
Language: Java - Size: 43 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

hoangsonww/The-Maze-Game
🏰 The Maze Game offers straightforward maze navigation challenges, built with Prim's & DFS Algorithms. Featuring responsive design for easy play on any device, including mobile, with intuitive on-screen controls for movement, it's ideal for quick gaming sessions, providing both casual and challenging experiences!
Language: Python - Size: 505 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 33 - Forks: 12

de-soot/knapsack
Recursive solution to the knapsack problem. Written in C.
Language: C - Size: 181 KB - Last synced at: 15 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

JGZimek/data-structures-and-algorithms
Implementations of various data structures and algorithms in C++. Includes fundamental data structures like graph as well as algorithms such as depth-first search (DFS) and breadth-first search (BFS).
Language: C++ - Size: 2.93 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

jaiswalchitransh/DFS-Searching-Algorithm
This Python code employs the Depth-First Search (DFS) algorithm to find a path from "Arad" to "Bucharest" in the Romania map. It uses a priority queue, backtracking, and a graph representation. The DFS path is printed at the end. Skills demonstrated include graph traversal, priority queue usage, and DFS algorithm implementation.
Language: Python - Size: 204 KB - Last synced at: 3 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

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: 3 months ago - Pushed at: almost 4 years ago - Stars: 4 - Forks: 0

KishanVyas308/Ai-Mini-Projects
This repository contains a collection of AI-based mini projects. Each project demonstrates the application of different AI algorithms and techniques. Currently, the repository includes the following projects:
Language: Python - Size: 22.5 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

furkantosun1607/CSE201-Data-Structure
This repository contains implementations of various data structures completed as part of the CSE201 (Data Structures) course. Each week, a different data structure was implemented during lab sessions.
Language: HTML - Size: 16.6 MB - Last synced at: 26 days ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

ApostolisSiampanis/intelligent-agents
Two rival teams of intelligent virtual agents with different abilities compete to gather specific resources from their shared environment. Implemented in Godot, the simulation utilizes A* algorithm, DFS, and genetic algorithms. The team that collects the resources first wins the game.
Language: GDScript - Size: 15.3 MB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 3 - Forks: 2

ashithapallath/AI-Searches
The AI Searches repository provides a Jupyter Notebook demonstrating the implementation of various AI search algorithms commonly used in optimization and pathfinding problems. It includes algorithms such as Breadth-First Search (BFS), Depth-First Search (DFS), Uniform Cost Search (UCS), Greedy Best-First Search, and A* Search.
Language: Jupyter Notebook - Size: 5.4 MB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

JuanCarlosAcostaPeraba/fsi-pract-1 📦
GII - FSI - Práctica 1
Language: Python - Size: 318 KB - Last synced at: 6 days ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Nahom32/Travelling-Ethiopia
This repo contains a set of implementations for the questions on travelling ethiopia for the graduate course of AI Prinicples
Language: Python - Size: 13.7 KB - Last synced at: 3 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

avysogorets/preferans-solver
Graphical application that assists with solving preferans games optimally.
Language: Python - Size: 28.2 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 2 - Forks: 0

mahmoudmahm00d/Sokoban
A Sokoban game with different naming style (SokoFarm)
Language: C# - Size: 225 KB - Last synced at: 4 months ago - Pushed at: 7 months ago - Stars: 1 - Forks: 0

Lizhecheng02/DRS
Repository for our paper "DRS: Deep Question Reformulation With Structured Output".
Language: Python - Size: 11.7 KB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 5 - Forks: 0

dimitrisstyl7/intelligent-agents-project Fork of ApostolisSiampanis/intelligent-agents
Two rival teams of intelligent virtual agents with different abilities compete to gather specific resources from their shared environment. Implemented in Godot, the simulation utilizes A* algorithm, DFS, and genetic algorithms. The team that collects the resources first wins the game.
Language: GDScript - Size: 15.3 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

mdshohed/Graph-theory
I have added graph's all part in this file
Language: C++ - Size: 95.7 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

Coralesoft/GridLex
GridLex is a lightning-fast word search tool designed for grids of letters. With its powerful Depth-First Search (DFS) algorithm and Trie-based word lookup, GridLex efficiently hunts down valid words in any direction—up, down, sideways, or diagonal. Perfect for word puzzle enthusiasts, game developers, or anyone working with word grids
Language: C++ - Size: 2.56 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

sergi-s/Special-Topics-in-Artificial-Intelligence
Porjects for Algorithmic Techniques for Artificial Intelligence
Size: 326 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 1 - Forks: 0

shuai-yang/A-practice-for-AI-search-algorithm-solving-CSPs
This is a practice for AI Search Algorithm. Grocery Bagging is a Constraint Satisfaction Problem (CSP). I used Backtracking search algorithm (Depth-First-Search) along with arc-consistency, Most Restrictive Value (MRV) and Least Constraining Value (LCV) heuristics for prioritizing and pruning to solve the problem as efficiently as possible.
Language: Java - Size: 222 KB - Last synced at: 10 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

RhettTien/Only-One-Way
A grid-walking game inspired by Youtuber MrBeast
Language: Vue - Size: 1.5 MB - Last synced at: 3 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

Dusongg/HS-FS
该项目实现从一个文件或目录开始递归式地寻找该文件及其调用地其他文件内的某一字符串或正则表达式
Language: Go - Size: 3.63 MB - Last synced at: 24 days ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

jaydattpatel/Binary-Tree
Different Operation on Binary Tree Structure
Language: C++ - Size: 12.7 KB - Last synced at: 2 months ago - Pushed at: 11 months ago - Stars: 3 - Forks: 0

Siya2704/AI-assignments
Implementation of BFS, DFS, Uniform cost search, greedy search, A* search for path finding in maze, Implementation of Water Jug problem with jugs having capacity m and n, resp.
Language: Jupyter Notebook - Size: 1.32 MB - Last synced at: 11 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 2

syedumerahmedcode/prefix-type-ahead
This project simulates a Type ahead feature with an in memory database(using Redis) which is similar to google's auto suggestion feature when typing in a search command. It is a complete standalone project which consists of backend which implements Trie and prefixweb which is used to call backend logic using REST API. --
Language: Java - Size: 324 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

Shimaa118/Maze-Solver
Maze Solver with Searching Algorithms
Language: Python - Size: 4.88 KB - Last synced at: 12 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

andrpavlou/BERKLEY_AI_PACMAN
BERKLEY AI PACMAN
Language: Python - Size: 180 KB - Last synced at: 3 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Esai-Keshav/principles-of-ai-lab
Principles Of AI Lab Exercises
Language: Python - Size: 31.3 KB - Last synced at: about 2 months ago - Pushed at: over 1 year ago - Stars: 5 - Forks: 0

notayush000/Maze-Solver
Maze Solver using AI
Language: Python - Size: 203 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

hermanhavva/reachability-matrix-with-BFS-DFS
Undirected unweighted graph class implementation. Using BFS, DFS for building a Reachability Matrix.
Language: C# - Size: 43.9 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Khadgar/szotalalo-web
simple boggle solver built in react typescript
Language: TypeScript - Size: 5.62 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

Zy8712/Shortest-Path-via-Search-Algorithms
Language: Python - Size: 10.7 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

54nd339/Algorithms
An introduction to different algorithmic approach
Language: C - Size: 242 KB - Last synced at: about 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

vls-00/Berkeley-Pacman-Project
:ghost: :video_game: This is my implementation in the famous Berkeley pacman artificial intelligence project: http://ai.berkeley.edu/project_overview.html.
Language: Python - Size: 1.19 MB - Last synced at: 5 months ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 1

sukhmancs/maze-solver
Language: Python - Size: 6.84 KB - Last synced at: 20 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

FanielS/Algorithms
A repository featuring documentation and Python implementations of various algorithms for solving computational problems. Explore different algorithmic techniques for efficient problem-solving.
Size: 720 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

emikhalev/algorithm
This is the collection of solutions to some computer problems, mainly leetcode
Language: Go - Size: 199 KB - Last synced at: about 1 year ago - Pushed at: almost 3 years ago - Stars: 15 - Forks: 0

stamd/graphs-in-python
Language: Python - Size: 48.8 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 14 - Forks: 11

Arghya721/PySiteCrawler
PySiteCrawler is a Python library for web crawling and data extraction. It's designed for exploring web pages, extracting text, and managing links efficiently. You can easily store scraped data in .txt files for analysis. Future updates will add more traversal strategies.
Language: Python - Size: 16.6 KB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 7 - Forks: 0

mansstiv/Pacman-Simulation
🎮🕹️👾 Created a pacman simulation in Python, as a part of Berkeley's University Artificial Intelligence course. Project is divided into two parts. Firstly a basic agent and multiple search algorithms are implemented. In the second part, problem became more complex, while designing intelligent multiagents.
Language: Python - Size: 439 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

LukaszKrolicki/BFS_DFS_algorithm
BFS, DFS algorithm: visiting
Language: C++ - Size: 1000 Bytes - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

AnirudhNambi/Pacman-Search
Pacman Search problem using BFS, DFS, Uniform cost search and Astar algorithms.
Language: Python - Size: 166 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

qingyaoz/Back-to-the-Ship
An exploration of path finding using BFS and DFS.
Language: C++ - Size: 43 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

mohamedhassan279/8-puzzle
8 puzzle solver using: BFS, DFS, A* (Manhattan, Euclidean)
Language: Python - Size: 2.51 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 1

cankobanz/vacuum-cleaner-robot
Robot that cleans room from dirts. Finds the optimum path eventually. Same algorithms are applied as in finding path to escape a maze.
Language: Python - Size: 103 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 0

julesgrc0/FFS
FFS (FastFileSearch) python extension and C++ library, for searching files using different algorithms
Language: C++ - Size: 12.7 KB - Last synced at: 16 days ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 1

nurlicht/Algorithms
Language: Python - Size: 28.3 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

AnishTalluri/Surfin-USA
Designed to crack the Traveling Salesman Problem, this program employs graph theory, depth-first search, and a stack for efficient route optimization. Tailored for budget-conscious users navigating city routes, it guarantees an optimal journey starting and concluding in Santa Cruz, with each city visited precisely once.
Language: C - Size: 232 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

habib09/android-dfs-graph-draw
Visualization of DFS tree from General Graph. After taking the General Graph from the user. The application then draws the DFS tree using the DFS search strategy.
Language: Java - Size: 4 MB - Last synced at: over 1 year ago - Pushed at: over 9 years ago - Stars: 0 - Forks: 0

MTank76/Optimization-Algorithms
This repository encompasses several optimization algorithms implemented in Python, offering solutions to various problem domains.
Language: Python - Size: 2.93 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Abdelmagidawad/Data-Structures
Data Structures Implementation
Language: C++ - Size: 21.5 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ArtemVeremienko/react-tree
Tree structure in react
Language: TypeScript - Size: 44.9 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

thevkscode/Contact-Manager
A contact Manager Using Advance Data Structure Trie and Searching algorithm DFS/BFS
Language: C++ - Size: 202 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

hassanzadehmahdi/River-Crossing-Puzzle
This is a variation of the classical river crossing puzzle. In these kinds of puzzles, the limitations to the solution is defined by the constraints placed on the different objects involved.
Language: Python - Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 1

AleksaMilosevic07/BFS-and-DFS
While studying for an exam, I made these two small projects that show animation of both DFS(Depth-First-Search) and BFS(Breadth-First-Search. After the exam, I have decided to merge these two projects and annotate them so others can study off what I made for myself.)
Language: C++ - Size: 295 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

Nikhil-prog/8-puzzle-solver
8 puzzle solver, a python program that solves the modified version of Expense 8 puzzle problem using different algorithms,
Language: Python - Size: 11.7 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

christy-jose01/Pacman-AI
This is using the UC Berkeley codebase for the PacMan AI project. This project utilizes search algorithms for artificial intelligence agents, and utilizes reinforcement learning.
Language: Python - Size: 340 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

Sanikakadamm/AI-TYBSCIT
Practicals from sem 5 of bsc IT,Third year
Language: Python - Size: 19.5 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 1 - Forks: 0

shackleb0lt/Robot_Navigation
Robot Navigation using graph algorithms like DFS, BFS Astar etc.
Language: C++ - Size: 298 KB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

sharafabacery/Encryptor
Encryptor
Language: C# - Size: 27.3 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

ahmadj1801/Dangerous-Crossing-Problem
Using search algorithms to find the best possible way for "n" people to cross a bridge (within some constraints)
Language: Java - Size: 6.84 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Gpossas/Pathfinding-visualizer-terminal
visualization of pathfinding algorithms: DFS, BFS, Dijkstra, A*
Language: Python - Size: 6.84 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

bekatan/cse362
Course work for CSE 362: Artificial Intelligence. Implementations for basic informed and uninformed search algorithms
Language: C++ - Size: 322 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

TahaTabatabaei/graph-coloring
exploring diffrent search algorithms, in order to solve graph coloring problem
Language: Java - Size: 10.7 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Mohuva13/DFS_BFS
DFS and BFS finder + Graph connectivity
Language: Python - Size: 95.7 KB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

abdoalaa200/Pathfinding-Visualizer
visualizing some searching algorithms using sfml
Language: C++ - Size: 1.94 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

AndreR10/Python-Projects
This repo is where I store all my Python projects that I have created since I started programming with Python.
Language: Python - Size: 142 MB - Last synced at: almost 2 years ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

raulorteg/ai-maze-python
Automatic maze generator (DFS) and maze solver (A*, DFS, BFS) in python.
Language: Python - Size: 29.9 MB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 12 - Forks: 2

hassanzadehmahdi/BFS-and-DFS-Algorithms
Breadth First Search and Depth First Search implementation in python.
Language: Python - Size: 4.88 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

jAzz-hub/Matrix_Search
Trabalho Prático da Disciplina de Algoritmos e Estruturas de Dados 1
Language: C - Size: 1.48 MB - Last synced at: almost 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

anderson-ryan352/Pathfinding-Algorithms-Visualizer
A Pathfinding Algorithms Visualization built in python using Pygame
Language: Python - Size: 35.2 KB - Last synced at: about 2 years ago - Pushed at: about 2 years ago - Stars: 0 - Forks: 0

OfekYa/AI_PACMAN_Search
Introduction to Artificial Intelligence - Assignment 13 Search Algorithms DFS, BFS, UCS, A* & Heuristic Functions
Language: Python - Size: 83 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Guruprasad-G/Swarm-Exploration-and-Target-Searching
Simulation of swarm of robots used to explore and search for a target, done using Webots software.
Language: Python - Size: 9.16 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 6 - Forks: 0

JoseCarlosNF/graphs 📦
Implementações de grafos utilizadas na disciplina de projetos de algoritmos II (eq. estruturas de dados II)
Language: Python - Size: 13.7 KB - Last synced at: 3 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Rakibul73/AI_Sessional_Final_Exam_Code
CIT-316 (Artificial Intelligence Sessional)
Language: Jupyter Notebook - Size: 155 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 1 - Forks: 1

MohamadTarekk/EightPuzzle
Eight Puzzle solver using BFS, DFS & A* search algorithms
Language: Java - Size: 2.76 MB - Last synced at: almost 2 years ago - Pushed at: about 5 years ago - Stars: 4 - Forks: 0

emikodes/Grafi-Alberi-Algoritmi-Implementazione-C
Guida completa ai grafi e agli alberi, con visite, algoritmi di ricerca dei percorsi minimi, e codice per l'implementazione di alberi binari / ABR (BST) in linguaggio C.
Size: 1.36 MB - Last synced at: 9 days ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

Abhi-tech-09/Path-finding-Visualizer
This will help in visualizing different path-finding algorithms.
Language: JavaScript - Size: 11.5 MB - Last synced at: almost 2 years ago - Pushed at: about 4 years ago - Stars: 2 - Forks: 0

Areesha-Tahir/BFS-DFS-Maze-Solver-In-Python
A program to solve a maze using Breadth First Search (BFS) and Depth First Search (DFS).
Language: Python - Size: 198 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 7 - Forks: 5

jahnvisikligar/Artificial-Intelligence-Projects
This repository is reflection of the artificial intelligence algorithms work implemented by me under the coursework - ECS759P
Language: Jupyter Notebook - Size: 1.72 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

DavideFantasia/MazeGenerator
simple DFS-based maze generator, inspired by a video of @CodingTrain
Language: JavaScript - Size: 1.13 MB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

hex-plex/DFSites 📦
This is tool help full in webscrapping
Language: Python - Size: 1.95 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

hyecheol123/UWMadison_CS540_Su20_P05 📦
As I submitted the assignment and no-longer be updated, I archived this repository. If you have any question or comments, please send me an email. (Assignment Webpage: http://pages.cs.wisc.edu/~yw/CS540P5S20E.htm)
Language: Java - Size: 81.1 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

ZiadSaoud/IEA-PROJECT
Smart Vacuum Cleaner Agent
Language: Java - Size: 1.71 MB - Last synced at: 8 months ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

nxhawk/DSA-HCMUS
Data structure and algorithms is a branch of computer science that deals with creating machine-efficient and optimized computer programs. The term Data Structure refers to the storage and organization of data, and Algorithm refers to the step by step procedure to solve a problem. By combining "data structure" and "algorithm", we optimize the codes
Language: C++ - Size: 30.1 MB - Last synced at: 4 months ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

AndriaSalah/DFS-Maze-solver
Maze solver Using DFS as it's Searching method
Language: Java - Size: 12.7 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 2 - Forks: 0

SudhanshuBhogal/dfs-visualizer-web-app
A visualization for dfs-algorithm based on graphs in p5
Language: JavaScript - Size: 591 KB - Last synced at: over 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

nikhil1699/AI-Mazesolver
An AI which can solve any given maze. Creates a colourful maze and illuminated path which AI takes.
Language: Python - Size: 11.7 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

tdishant/DFS-and-BFS-in-Python
Depth First Search and Breadth First Search Implementation in Python
Language: Jupyter Notebook - Size: 1000 Bytes - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 2 - Forks: 0

p0k0/t-tn
optimal data structure
Language: C# - Size: 145 KB - Last synced at: 15 days ago - Pushed at: about 5 years ago - Stars: 1 - Forks: 0

MohammadJavadArdestani/sort-colored-cards-with-AI-search-algorithms
use A*, IDS and BFS to sort colored cards in ascending order.
Language: Python - Size: 7.81 KB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

SameetAsadullah/Graph-Based-DFS-in-Python
Python program to implement Graph Based Depth First Search (DFS)
Language: Python - Size: 2.93 KB - Last synced at: 26 days ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 0

SameetAsadullah/Maze-Solver-Using-DFS
Implemented Maze Solver using Depth First Search (DFS) in Python Language
Language: Python - Size: 436 KB - Last synced at: 26 days ago - Pushed at: almost 3 years ago - Stars: 1 - Forks: 1

masum035/Graph-Theory
Graphs are used in Google maps,Facebook friends, friends of friends, Pipeline connection, electricity connections, shortest path etc.Also providing LAN connections between nodes and in VPN too.Specially spanning tree is used in these networks. visit it: https://image1.slideserve.com/2884352/ch-15-graph-theory-some-practical-uses-n.jpg visit it: https://image.slidesharecdn.com/distructweek15graphstheoryupdated-160227143444/95/distruct-week-15-graphs-theory-updated-2-638.jpg?cb=1456583743 visit it: http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.800.2735&rep=rep1&type=pdf read the 3rd page of this article
Language: C++ - Size: 1.77 MB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 1

prashantpks/missionary-cannibal-in-C
Solving missionary cannibal problem using different search strategies in C
Language: C - Size: 3.91 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

Pendulun/PacManSearchAlgorithms
Graph Search Algorithms for Intro to AI class at UFMG
Language: Python - Size: 643 KB - Last synced at: over 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

arrafi-musabbir/PAC-MAN
my rendition of the famous pac-man game utilizing various search algos
Language: Python - Size: 2.64 MB - Last synced at: over 2 years ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

vladutmargineanu/Graphs
Homework for the Algorithm Design course @ ACS, UPB 2019
Language: C++ - Size: 1.66 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 1 - Forks: 0
