GitHub topics: dfs
Noodle96/contestProgramming
Este repositorio alberga mi código para la práctica y competicion en concurso de programacion. Se desarrollan problema de distintas plataformaas online como Codeforces, Uva, CSES, Atcoder entre otros.
Language: C++ - Size: 792 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 1 - Forks: 0
iamnotautistic/Pathfinding-Visualizer
🚀 Visualize pathfinding algorithms like BFS, DFS, Dijkstra, and A* on an interactive grid with real-time animations and metrics in this React app.
Language: JavaScript - Size: 2.12 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0
fishyes404/London-Tube-AI-Search-DFS-BFS-UCS-Heuristics
🚇 Explore optimal routes on the London Tube using DFS, BFS, UCS, and heuristics with this project for effective navigation and performance comparison.
Language: Jupyter Notebook - Size: 1.3 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 0 - Forks: 0
zamirmehdi/Artificial-Intelligence-Course
3 AI projects: Search Algorithms (DFS, Bidirectional), LRTA* Pathfinding, and NLP Trigram Model in Python & Java
Language: Java - Size: 298 KB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0
DHI/mikeio
Read, write and manipulate dfs0, dfs1, dfs2, dfs3, dfsu and mesh files.
Language: Python - Size: 174 MB - Last synced at: 3 days ago - Pushed at: 5 days ago - Stars: 171 - Forks: 57
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: 5 days ago - Pushed at: 5 days ago - Stars: 0 - Forks: 0
MDalamin5/SecondStepTo-DSA
SecondStepTo-DSA is a comprehensive journey through Data Structures and Algorithms (DSA). This repository features organized implementations, problem-solving solutions, and detailed explorations of core concepts. Aimed at sharpening skills, it covers topics from basics to advanced, helping coders level up their understanding and mastery of DSA.
Language: C++ - Size: 904 KB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 1 - Forks: 0
ayonious/nested-rules-engine
🌲 Decision Tree based Rules Engine
Language: TypeScript - Size: 1.41 MB - Last synced at: 6 days ago - Pushed at: 7 days ago - Stars: 4 - Forks: 1
mtxadmin/zabbix
Zabbix templates, scripts etc
Language: PowerShell - Size: 309 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 6 - Forks: 3
msmrexe/python-topological-sort-analyzer
A Python tool to implement, compare, and analyze the practical performance of DFS-based and Kahn's (source-removal) topological sort algorithms.
Language: Python - Size: 18.6 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 0 - Forks: 0
armandwipangestu/uninformed-search-comparison
A comparative analysis of BFS, DFS, and UCS — three classical uninformed search algorithms in Artificial Intelligence.
Language: Python - Size: 48.8 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 1 - Forks: 0
AnudeepikaKolluru/Graph_Traversal_Visualiser
A Visualizer that demonstrates BFS and DFS graph traversals with randomly generated graphs.
Language: HTML - Size: 4.7 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 0 - Forks: 0
sadanandpai/algo-visualizers
Algorithms Visualizers
Language: TypeScript - Size: 4.69 MB - Last synced at: 8 days ago - Pushed at: 4 months ago - Stars: 712 - Forks: 172
ArielXL/daa-b25
Project DAA B25
Language: Python - Size: 9.77 KB - Last synced at: 14 days ago - Pushed at: 14 days ago - Stars: 1 - Forks: 0
jui1960/Algorithm
My algorithm practice codes written in C++.
Language: C++ - Size: 264 KB - Last synced at: 14 days ago - Pushed at: 15 days ago - Stars: 1 - Forks: 0
ntmkimm/MAZE-GAME-PATH-FINDING-HCMUS
PATH FINDING | MAZE SOLVER - MAZE GENERATOR | HCMUS PROJECT
Language: Python - Size: 18.5 MB - Last synced at: 26 days ago - Pushed at: 26 days ago - Stars: 0 - Forks: 1
freakmaxi/kertish-dos
Kertish-dos is a simple distributed object storage platform, implements object storage on a single distributed computer cluster, and provides interfaces for file/folder handling. Kertish-dos aims primarily for completely distributed operation without a single point of failure, scalable to the exabyte level.
Language: Go - Size: 4.33 MB - Last synced at: 13 days ago - Pushed at: 11 months ago - Stars: 109 - Forks: 9
ayaan278/Agents-to-Algorithms
Materials and Jupyter notebooks for an AI workshop on pathfinding algorithms (DFS, BFS, A*) in Python, using a maze-solving agent as a practical example.
Language: Jupyter Notebook - Size: 88.9 KB - Last synced at: 28 days ago - Pushed at: 28 days ago - Stars: 0 - Forks: 0
ankurbhambri/DS-Algo
Data Structure and Algorithm
Language: Python - Size: 855 KB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 2 - Forks: 0
R-Anurag/Pathfinding-Visualizer
Interactive Visualization of Pathfinding Algorithms (BFS, DFS, Bellman-Ford, Dijkstra, A*) on Bangalore’s Road Network.
Language: Python - Size: 44.6 MB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 2 - Forks: 2
Sweattypalms/dungeon-generation
Dungeon generation similar to Hypixel Skyblock's.
Language: Java - Size: 110 KB - Last synced at: 7 days ago - Pushed at: 4 months ago - Stars: 4 - Forks: 0
geraldholdsworth/DiscImageManager
To manage retro floppy disc images
Language: Pascal - Size: 2.22 GB - Last synced at: 29 days ago - Pushed at: 29 days ago - Stars: 95 - Forks: 9
devarshpatel1506/Pathfinding-Visualizer
Interactive React application for visualizing pathfinding algorithms (BFS, DFS, Dijkstra, A) with real-time animations, performance metrics, and educational features. Demonstrates algorithm engineering, React architecture, animation pipelines, and deployment on GitHub Pages.
Language: JavaScript - Size: 860 KB - Last synced at: 30 days ago - Pushed at: 30 days ago - Stars: 0 - Forks: 0
nogafriedman/blokus_ai
Implementations of search algorithms on puzzles inspired by the board game Blokus. Includes classical AI search techniques (DFS, BFS, UCS, A*) and designs of admissible heuristics for extended problems.
Language: Python - Size: 467 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0
YeyoM/mazeSolver
Maze Solver built with python. Using DFS, BFS, Dijkstra, A* Star.
Language: Python - Size: 787 KB - Last synced at: 19 days ago - Pushed at: almost 3 years ago - Stars: 10 - Forks: 7
gabrieldrn/Java-Maze-Solver
Maze solving in java with BFS, DFS, A*
Language: Java - Size: 153 KB - Last synced at: 8 days ago - Pushed at: almost 7 years ago - Stars: 21 - Forks: 6
magicisyou/robonav
Grid PathFinder and visualizer
Language: Rust - Size: 4.75 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0
GaelGil/algorithm-visualizer
A project I created using react to visualize sorting and pathfinding algorithms.
Language: TypeScript - Size: 2.34 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 1
mr-adult/tree-iterators-rs
tree-iterators-rs is a library built to provide you with the iterators to easily work with tree data structures in Rust.
Language: Rust - Size: 423 KB - Last synced at: 7 days ago - Pushed at: about 1 month ago - Stars: 43 - Forks: 0
Mahmoud-Abd-Elrazek/Non-Linear-Data-Structres-Course
Check content
Language: C++ - Size: 19.5 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0
will2dye4/labyrinth
Generate and solve mazes using various algorithms
Language: Python - Size: 63.2 MB - Last synced at: 6 days ago - Pushed at: about 2 years ago - Stars: 25 - Forks: 0
bcanfield/southpaw
Python Fanduel API - Lineup Automation
Language: Python - Size: 174 KB - Last synced at: 27 days ago - Pushed at: about 2 years ago - Stars: 57 - Forks: 3
Abhik-Chakraborty/DSA
Implemented some commonly asked DSA question, mostly from Leetcode.
Language: C++ - Size: 1.24 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 3 - 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: 4 days ago - Pushed at: over 3 years ago - Stars: 26 - Forks: 15
BenBrostoff/draftfast
A tool to automate and optimize DraftKings and FanDuel lineup construction.
Language: Python - Size: 2.1 MB - Last synced at: about 2 months ago - Pushed at: 5 months ago - Stars: 293 - Forks: 121
TheMn/graph-algorithms-coursework
LaTeX solutions for homework assignments from the "Graph Algorithms and Networks" course at the University of Tehran (Fall 2021).
Language: TeX - Size: 1.04 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0
Jack-txf/algorithm
算法资料
Size: 24.8 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0
lucamazzza/tube
Chocolate factory optimization problem, solved with a DFS implementation
Language: C - Size: 705 KB - Last synced at: 19 days ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0
Berny-ft/Pathfinder-viz
A web-based visualization tool for pathfinding algorithm
Language: JavaScript - Size: 65.4 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0
b-fatma/PSO-x-MCP
An implementation of Particle Swarm Optimization (PSO) for solving the Maximum Covering Problem (MCP).
Language: Jupyter Notebook - Size: 3.27 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0
rvira/Water-Jug-Problem-DFS-BFS
The most popular Artificial Intelligence problem, the Water Jug poblem. There are two jugs of volume A litre and B litre. Neither has any measuring mark on it. There is a pump that can be used to fill the jugs with water. How can you get exactly x litre of water into the A litre jug. Assuming that we have unlimited supply of water.
Language: Java - Size: 7.81 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0
MySportsFeeds/mysportsfeeds-node
NodeJS wrapper for the MySportsFeeds Sports Data API
Language: JavaScript - Size: 192 KB - Last synced at: about 1 month ago - Pushed at: over 2 years ago - Stars: 65 - Forks: 22
ahzamkidwai/Data-Structures-Algorithms-Code
Solution of DSA Problems for GeekforGeeks Platform
Language: C++ - Size: 294 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0
isirvas/TreeBasedSearch
🤖 Navigate grids efficiently using tree-based search algorithms in Python with a user-friendly GUI and detailed CLI for exploration insights.
Language: Python - Size: 19.5 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0
Murf-y/Pacman-Search-Evalution
Evolve a heuristic to be used by PACMAN using genetic algorithm
Language: Python - Size: 2.29 MB - Last synced at: 2 months ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1
smitbarmase/search-algorithm-visualizer
Visualizes different pathfinding algorithms like, BFS, DFS, Best First Search, A* using React.
Language: JavaScript - Size: 1.08 MB - Last synced at: 27 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0
josephgarcia2k10/COMP5600---Artificial-Intelligence
COMP5600 AI: Python projects implementing search (BFS, DFS, A*), ML (logistic, Naive Bayes, k-means) and DL (RNN, LSTM, CNN) from scratch 🐱💻
Language: Jupyter Notebook - Size: 19.1 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0
Martinmd79/TreeBasedSearch
A Python project that solves grid navigation with DFS, BFS, IDDFS, GBFS, UCS, and A* searches. Includes CLI metrics and a tkinter visualizer that shows frontier/visited/solution cells as the search runs.
Language: Python - Size: 18.6 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0
emikodes-UniMI/Progetto-Parole-ADS-2025
🌐Progetto "Parole", sviluppato in GoLang per l'esame di laboratorio del corso di "Algoritmi e strutture dati". Appello di Luglio 2025
Language: Go - Size: 2.51 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0
emikodes-UniMI/Laboratorio-Algoritmi-e-strutture-dati
🧠Soluzioni di esercizi scritti in GoLang per il corso di "Algoritmi e strutture dati" dell'Università degli studi di Milano
Language: Go - Size: 39.1 KB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0
emikodes-UniMI/Automaton-Signals
🖥️Educational project developed for the final test of the "Algorithm and data structures" course at the University of Milan.
Language: Go - Size: 1.48 MB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0
TizianoMontenegro/Sudoku-AI
Sudoku web app game AI using Depth First Search for solve the game. Made Flask(Python) and React(TypeScript).
Language: Python - Size: 127 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0
eswar-7116/webcrawler-from-scratch
A collection of different types of web crawlers built in pure Go without using any external dependencies
Language: Go - Size: 7.81 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0
a-tokyo/help-r2-d2-escape
🔍🤖An informative visualization of the different search types used by AI agents.
Language: JavaScript - Size: 342 KB - Last synced at: 19 days ago - Pushed at: over 2 years ago - Stars: 8 - Forks: 0
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: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0
KnightChaser/GraphASM
An undidrected graph and its BFS/DFS algorithms implemented in Assembly (x86_64 NASM, System V AMD64 ABI) with a C-based interactive CLI wrapper.
Language: Assembly - Size: 38.1 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0
MorvanZhou/pathfind
path finding algorithms
Language: Python - Size: 365 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 17 - Forks: 2
voiceinthedark/knights-travails
Wandering knight traversal on a graph
Language: JavaScript - Size: 2.93 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0
thajuddin007/nptel-courses
Explore my completed NPTEL courses: "The Joy of Computing using Python" and "The Internet of Things (IoT)." 📚💻 Enhance your learning journey!
Size: 1000 Bytes - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0
Talha-Munir-Saeed3/Edmonds-Karp-Algorithm
An Edmonds-Karp Max-Flow Min-Cut algorithm implementation in Python and C++. The Python version includes interactive visualizations of augmenting paths and flow updates using networkx, providing a clear understanding of the algorithm's mechanics.
Language: Python - Size: 5.86 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0
Oaklight/openwrt-dfs-checker
Automatically manage DFS channels on OpenWrt for uninterrupted 5GHz Wi-Fi.
Language: Shell - Size: 77.1 KB - Last synced at: 22 days ago - Pushed at: 9 months ago - Stars: 5 - Forks: 0
LongdeLao/Maze
Final Project using different ways to generate Mazes in OCaml
Language: OCaml - Size: 18.9 MB - Last synced at: 24 days ago - Pushed at: 3 months ago - Stars: 3 - Forks: 0
Anidipta/CC
Entropy-Based Sentence Boundary Detection via Knowledge Graphs
Language: Jupyter Notebook - Size: 4.43 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 1
iqbalhaidr/Tubes-IF2211-Strategi-Algoritma-02
Tugas Besar 2 IF2211 Strategi Algoritma ITB
Language: Go - Size: 8.57 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0
sabbirahmedfahim/Introduction-to-Algorithms
The story of making a bunch of early algorithm codes practical and usable...
Language: C++ - Size: 28.4 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0
leansandoval/ProgramacionAvanzada Fork of TomasRojass/progra-avanzada-workspace
Proyectos y ejercicios resueltos en Java de la materia Programación Avanzada (3652).
Language: Java - Size: 7.78 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0
simonespa/algorithms-and-data-structures
An open source collection and playground of algorithms, data structures and related documentation to brush up your knowledge of computer science fundamentals, or learn it from scratch.
Language: TypeScript - Size: 728 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0
hetianyi/godfs
A simple fast, easy use distributed file system written in go.
Language: Go - Size: 2.48 MB - Last synced at: 3 months ago - Pushed at: over 5 years ago - Stars: 292 - Forks: 57
ObsessiveCompulsiveAudiophile/code-breaking-games-optimal-solver
An even faster C++ classical Mastermind game optimal solver that uses a highly optimized recursive DFS algorithm to find the strategy with the lowest possible average number of moves (4.34028). Code can also be easily customized for different combinations of code breaking games other than 4 digits of 6 colors [4,6]
Language: C++ - Size: 19.5 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0
ObsessiveCompulsiveAudiophile/MasterMind-Game-Optimal-Solution
C++ code that can solve and print optimal solution table for 4x6 classical MasterMind game
Language: C++ - Size: 8.79 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 3 - Forks: 0
dev-ankit-mishra/DSA-InterviewPrep
Topic-wise Java solutions to 100+ DSA problems frequently asked in tech interviews. Covers patterns like Two Pointers, Binary Search, BFS/DFS, and more.
Language: Java - Size: 84 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0
piyush932/Rubiks-Cube-Solver-Using-Korfs-IDA-Algo
A high-performance Rubik’s Cube solver written in modern C++. This project features multiple cube representations (3D array, 1D array, bitboard) and implements advanced solving algorithms, including BFS, DFS, IDDFS, and IDA* with pattern database heuristics. Designed for speed, modularity, and extensibility, it’s ideal for both educational purposes
Language: C++ - Size: 18.4 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0
totallyrad1/problemSolving
here ill be posting some problems i solved :)
Language: C++ - Size: 48.8 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 3 - Forks: 0
mrruke12/HK-minigame-solver
C++ script for solving mini-games from Hamster Kombat automatically.
Language: C++ - Size: 974 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0
linhkhoi1309/Pathfinding-Visualizer
Pathfinding Visualizer developed using Unity 6.1 - DFS, BFS, UCS, A*, IDA*, IDDFS, Greedy Best-first Search and Bidirectional Search
Language: C# - Size: 56.2 MB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 2 - Forks: 1
ramahasiba/Practicing_Leetcode_Problems
This repository contains solutions for LeetCode problems, covering various coding patterns.
Language: Python - Size: 215 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0
yourtion/LearningMasteringAlgorithms-C
Mastering Algorithms with C 《算法精解:C语言描述》源码及Xcode工程、Linux工程
Language: C - Size: 590 KB - Last synced at: 4 months ago - Pushed at: over 5 years ago - Stars: 759 - Forks: 272
kavehtr/Depth-First-Search
DFS dives deep into one path of the graph before backtracking and exploring other branches.
Language: Python - Size: 1000 Bytes - Last synced at: 4 months ago - Pushed at: 4 months 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: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0
Shreya-Sikder/DATA-STRUCTURE-AND-ALGORITHM
A comprehensive collection of data structures and algorithms with clean code, practice problems for my course's examination and interviews .
Language: C++ - Size: 180 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0
michellbrito/algorithms
My solutions to coding problems
Language: JavaScript - Size: 4.42 MB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0
LIU42/Maze
C++ 课程设计项目,基于 Qt 制作的一个简单的走迷宫小游戏。
Language: C++ - Size: 105 KB - Last synced at: 4 months ago - Pushed at: 9 months ago - Stars: 10 - Forks: 2
SauravDas90/algoprograms
This repo contains practice code on competitive coding sites mainly codeforces and Hackerrank and LeetCode Problems
Language: Java - Size: 1.15 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0
29DCH/Walking-the-maze
走迷宫问题的算法可视化(UI)及迷宫生成
Language: Java - Size: 81.1 KB - Last synced at: 14 days ago - Pushed at: almost 7 years ago - Stars: 25 - Forks: 10
JeongHan-Bae/8-Queens
✨ A header-only, zero-dependency 8-Queens solver in modern C++20 — symmetry-aware, constexpr-rich, and solves in ~33µs.
Language: C++ - Size: 5.86 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0
fawredd/faw-string-permutations
Uses backtracking (DFS-style traversal) to explore all character arrangements from the input string. Tracks each recursion depth (tree level) and stores the generated paths. After recursion, it removes duplicates at each level and returns the count of all unique character paths (not just full permutations).
Language: JavaScript - Size: 29.3 KB - Last synced at: about 2 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0
belubeluga/GraphPaths
Graph Algorithms and Shortest Paths with Wikipedia Data – Algorithms & Data Structures (2024)
Language: Jupyter Notebook - Size: 13.7 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0
karlosvas/olimpiadas-informaticas
Clases de OIE olimpiadas informáticas 2023, y 2024. Ejercicios del DOM Judge y Acepto del Reto
Language: Java - Size: 3.65 MB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0
denismurphy/alpaca 📦
Implementation of "Tree of Thoughts Reasoning"
Language: Python - Size: 28.3 KB - Last synced at: 22 days ago - Pushed at: about 1 year ago - Stars: 5 - Forks: 0
shkvik/nodejs-algorithms
This repository is a collection of various algorithms implemented in Node.js using TypeScript.
Language: TypeScript - Size: 328 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0
kaicheng001/Codeforces-Solutions
My solutions in Codeforces
Language: C++ - Size: 122 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0
tiagohm/pagw 📦
Plataforma de Aprendizagem de Grafos via Web
Language: CSS - Size: 4.61 MB - Last synced at: 4 days ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 1
turtacn/genai4dfx
GenAI4DFX:an open-source project dedicated to systematically integrating Design for X (DFX) principles with advanced Generative AI
Size: 21.5 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0
NKDuyennn/NhapmonAI-Project
MiniProject môn AI-Intro SOICT, HUST
Language: Python - Size: 110 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0
Krapic/AI-Maze-Solver
Interaktivna aplikacija za generiranje i rješavanje labirinata pomoću AI algoritama (BFS, DFS, A*) razvijena u sklopu kolegija Programsko inženjerstvo.
Language: Python - Size: 13.6 MB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0
Tynab/Searching-Algorithms
Searching Algorithm Example
Language: Jupyter Notebook - Size: 155 KB - Last synced at: 9 days ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0
karprabha/maze-solver
A Python-based maze generator and solver with graphical visualization using Tkinter. This project creates random mazes using recursive backtracking and solves them using depth-first search (DFS) algorithm.
Language: Python - Size: 14.6 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0
kyoyama-kazusa/RecursionSamples
一个提供给学算法的朋友学习递归的仓库(C/C++ 实现)。
Language: C - Size: 274 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - 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: 5 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0
mahmoudmahm00d/Sokoban
A Sokoban game with different naming style (SokoFarm)
Language: C# - Size: 228 KB - Last synced at: 4 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0