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

Topic: "shortest-path-algorithm"

tachillon/shortest-path-in-a-multi-linestring

How to find the shortest path between two linestrings of a multi-linestring.

Language: Python - Size: 39.1 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

Aishu-ai/C-Algorithms

Implementing algorithms in C++

Language: C++ - Size: 432 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

EMACC99/Programacion-Lineal

Proyecto de la materia de programacion lineal

Language: Python - Size: 24.4 KB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

benech17/Shortest-Path

Implementation of Dijsktra algorithm in C with two Graph representations, Matrix and List of Adjacency.

Language: C - Size: 98.7 MB - Last synced at: over 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

iyowei/dijkstra

迪克斯特拉最短路径算法。

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

rabestro/jetbrains-academy-hypermetro

Have you ever been worried about getting lost in the subway? Do you need to find a faster route to your destination? Write an application that will help you better navigate the complicated metro system.

Language: Java - Size: 1 MB - Last synced at: 5 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

majumderarnob/BRACU_CSE221-Algorithms

Language: Python - Size: 717 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

bugra-altintas/world_metal_trade_implementation

Metal trade implementation around the world with a trade dataset by using hash table and graph.

Language: C++ - Size: 18.6 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

deepInTheWoodz/QuickUnderRoute

지하철 길찾기

Language: Kotlin - Size: 467 KB - Last synced at: 3 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

gauravcx3/Data-Structures-and-Algorithms-Project

Data Structures and Algorithms Project - CITS2200 - (2020/SEM-1) - University of Western Australia

Language: Java - Size: 667 KB - Last synced at: 10 months ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

Kowd-PauUh/Water-environment-simulation-PL

Symulacja rozchodzenia się fal dźwiękowych w wodnym środowisku o nieregularnym kształcie dna z dalszym wykonaniem algorytmu wyszukiwania źródła dźwięku.

Language: Python - Size: 12.6 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

Kowd-PauUh/Water-environment-simulation-RUS

Симуляция распространения звуковых волн в водной среде с неоднородным рельефом и последующее выполнение поискового алгоритма с целью найти источник звука.

Language: Python - Size: 41 KB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

brancisco/visual-path-finding-algos

A project to explore and better understand path finding algorithms.

Language: JavaScript - Size: 805 KB - Last synced at: about 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

sammanan4/sammanan4.github.io

Path finder created using Flutter web

Language: JavaScript - Size: 1.47 MB - Last synced at: over 2 years ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 0

Karl-maker/Dijkstra-Algorithm-Floyd-Warshall-BFS 📦

Data Structures and Algorithms assignment where we were told to create a simple application to compute shortest distance in a map. Using algorithms and a txt file with data of the locations and distance this application is able to give the user the shortest distance.

Language: Java - Size: 913 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

arjunsawhney1/graph-algorithms

In this repo, I modify different graph algorithms and explore implementations of Breadth First Search, Depth First Search, and Bellman Ford.

Language: Python - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

ergesmema/SSSP-Java

A java implementation that introduces a way to find single source shortest paths from a given node to other nodes in the graph. The program works for both directed acyclic graphs(DAGs) as well as for directed graphs that include cycles. The input is given via a pre-validated text file written by the user, which contains the number of vertexes, number of edges and a list of edges and their weights, as well as comments if needed which are denoted by the hash sign(#) at the beginning of line. This information is read and processed, in order to determine the type of graph and to output the shortest paths from the given source node.

Language: Java - Size: 15.6 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

eightlay/ShortestPathProblem

Algorithms to solve SPP

Language: C++ - Size: 21.5 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

mbhdra/Shortest-Path

3 shortest path algorithms' implementations (Dijkstra, Bellman-Ford, Floyd-Warshall) for the graphs in the plain text DIMACS Challenge format and their run time analysis.

Language: Java - Size: 12.3 MB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

shivansh1012/DijkstraOnMaps

Implementing Dijkstra's Algorithm (shortest path algorithm) on a map using Python.

Language: Jupyter Notebook - Size: 1.7 MB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

vishaln15/ShortestPathFinder

Finding shortest path from source node to all nodes using dijkstra's in linearithmic time

Language: C - Size: 294 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

piyushp00/Pathfinder

A visualization tool for different pathfinding algorithms

Language: JavaScript - Size: 890 KB - Last synced at: over 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

nurdidemm/Dijkstra-Algorithm-Implementation

A modified Dijkstra's algorithm to be used in solving path problems

Language: Java - Size: 2.93 KB - Last synced at: about 2 years ago - Pushed at: about 4 years ago - Stars: 0 - Forks: 0

rvdweerd/containers_GraphClassImplementation

My implementation of Graph data structure applied to flight scheduling and robot navigation

Language: C++ - Size: 128 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

ArturRejment/graph-algorithm

Implementation of MST algorithm (Prim and Kruskal) and shortest path algorithm (Dijkstra and Bellman-Ford)

Language: C++ - Size: 34.2 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

RScicomp/Java-SocketIO-Network

A Java based network of routers using Dijkstra's Shortest Path and Socketio to forward packets.

Language: Java - Size: 1.94 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

davidmaca248/ShortestPathCalculator

A Java program that illustrates shortest path algorithms through the Swing Graphical User Interface.

Language: Java - Size: 1.7 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

Selubi/Shortest-Path-special

A shortest path algorithm with special input solved with dynamic programming

Language: C++ - Size: 7.81 KB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

mkner/road-network-paths

Shortest road network paths with Open Street Map using a Dijkstra/A* Combo Algorithm

Language: Jupyter Notebook - Size: 1.82 MB - Last synced at: 7 months ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 1

notgmt1337/CSPath

Shortest-Path Algorithms in Python

Language: Python - Size: 400 KB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

manu042k/eyrc2019

As a part of eyantra robotics competition 2019, I had designed a pick and place robot.

Language: C++ - Size: 372 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

rahmahkn/IF2211-Tucil3-AStar Fork of ClarisaNatalia/Tucil3-Stima

This project is a desktop application developed in C# to help getting shortest path using A* algorithm

Size: 3.92 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

vishal230400/Maze-Solver

Maze-Solver

Language: HTML - Size: 16.6 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

atakantuzcu/dijkstra_betweenness

This project aims finding the betweenness centrality paralelly of a given node using Dijkstra's shortest path algorithm. This is a research project for a conference paper for INFUS2021.

Language: C - Size: 27.3 KB - Last synced at: almost 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

avidim/caara

Language: C# - Size: 10.6 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

ab-abhi-1303/sem-4-algorithms

C codes for standard algorithms

Language: C - Size: 16.6 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

DimaOanaTeodora/Graphs-in-Python-

Language: Python - Size: 1.27 MB - Last synced at: over 2 years ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

gowth6m/planet-travel-problem

Solution for inter-planet travel problem where longest shortest-path between planet needs to be found.

Language: Python - Size: 32.2 KB - Last synced at: 11 days ago - Pushed at: over 4 years ago - Stars: 0 - Forks: 0

adityarc19/Think42labs-Hackathon-project

This is a solution that I created for the Think42labs hackathon called 'Thinkathon' in 2019. It is a shortest path algorithm solution. Here, the concept of priority queues and A* algorithm are used.

Language: Python - Size: 90.8 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

joaromera/minimum-spanning-trees

Algorithms for minimum spanning trees and shortest paths. Implementations of: Prim, Kruskal, Dijkstra, Bellman-Ford, Floyd-Warshall, Dantzig, A*.

Language: C++ - Size: 3.84 MB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

gokerguner/shortest_path

[EN]: Codes of my graduation thesis at Yıldız Technical University. Comparatively, performance comparison of Dijkstra, Floyd-Warshall and Q-Learning algorithms has been made. [TR]: Yıldız Teknik Üniversitesi'ndeki Lisans Bitirme Tezime ait kodlar. Karşılaştırmalı olarak Dijkstra, Floyd-Warshall ve Q-Learning algoritmalarının performans kıyası yapılmıştır.

Language: Python - Size: 1.79 MB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

vincentpun123/Algorithms

MSDS 432 - Foundations of Data Engineering

Language: Jupyter Notebook - Size: 1.48 MB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

talzich/OOP_First_Assignment

This repo will contain the code for the first assignment in the OOP course at Ariel University. The assignment is to implement three interfaces in java that together construct an undirected, unweighted graph.

Language: Java - Size: 44.9 KB - Last synced at: over 2 years ago - Pushed at: almost 5 years ago - Stars: 0 - Forks: 0

Toumash/shortest-path-finder

Shortest path finder written in Java. Features Dijkstra and A Star

Language: Java - Size: 199 KB - Last synced at: 5 days ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

FXLJA/dijkstra-handmade

Dijkstra's algorithm implemented in C++ for Discrete Mathematics

Language: C++ - Size: 6.84 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

machadopatricia/shortest-path-maze

Algoritmos para encontrar menor caminho (DFS, BFS) dado uma matriz na entrada.

Language: C - Size: 169 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

deanone/Dijkstra

Native Python implementation of Dijkstra's algorithm.

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

EngincanVaran/Synchronizing-Finite-Automata-with-Shortest-Synchronizing-Sequence

PURE project for analyzing and generating Shortest Synchronizing Sequences to synchronize finite automata. See the pdf file (PURE Report) for details.

Language: C++ - Size: 224 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

tejasvivig29/City-Map

A program in java that helps the user to determine the shortest path between the two points according to the coordinates provided to the program.

Size: 0 Bytes - Last synced at: over 1 year ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

krawmaciej/dijkstra-prim

Dijkstra and Prim algorithms implementation

Language: C++ - Size: 138 KB - Last synced at: about 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

dijin1000/Snacs Fork of freekdotcom/Snacs

Language: C++ - Size: 31.3 KB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

chrismgonzalez/Package-Delivery-System

Package Delivery System uses a shortest path algorithm to meet project requirements. By using a priority queue, it effectively sorts packages on to trucks based on specific criteria.

Language: Python - Size: 1.08 MB - Last synced at: over 2 years ago - Pushed at: about 5 years ago - Stars: 0 - Forks: 0

yyalexyy/Pear_Algorithm

The Supermarket Chain Store Delivery Problem. Authors: Alex Juan, Lucas Balangero

Language: Java - Size: 310 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 1

andre0xFF/ISEL-LEIM-IASA 📦

IASA (Artificial Intelligence of Autonomous Systems) class projects and resources of LEIM course at ISEL

Language: Java - Size: 95.6 MB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

rishitsaiya/DSA-Project

Lumberjack (Domino Effect) on Optil.io

Language: C++ - Size: 303 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

Vineeta12345/shortest-path-first

performing shortest past first algorithm in pyhton

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

Aizen93/Large-Interaction-Networks

Theorie des graphes - tous les algorithmes pratiques. Graph Theory - All practical Algorithms

Language: Java - Size: 3.23 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

mlangd6/metro Fork of nsouff/metro

Project in second year of Licence in Science Computer and mathematics at University de Paris. It permit to find your path in the subway of your french subway or of an other city available.

Size: 0 Bytes - Last synced at: about 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

rbouar/metro

Projet d'algorithmique pour trouver des itinéraires avec ou sans contrainte dans un graphe tel que le métro.

Language: Java - Size: 3.44 MB - Last synced at: almost 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

cwelt/GridShortestPathDynamicProgramming

Shortest Path Dynamic Programming Algorithm on a Weighted Grid

Language: C# - Size: 46.9 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

saikiran0204/A-star-algorithm

Language: Python - Size: 2.93 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

tbturk/Gezgin-Satici-Problemi Fork of muberracelik/GezginSaticiProblemi

Bu proje merkezi Kocaeli’de kurulan yeni bir kargo firmasının siparişlerini en kısa yoldan yerlerine ulaştırmayı amaçlar.

Language: Java - Size: 1.83 MB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

pradyumnameena/COL106-Data-Structures-Java

Collection of assignments offered under COL106-Data Structures course by Prof. Mausam

Language: Java - Size: 3.76 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

killshotrevival/ShortestPath

Language: Python - Size: 178 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

hatn23/ProjetGraphe

INSA 3IR - BE Graphes

Language: Java - Size: 18.3 MB - Last synced at: over 1 year ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

deanagan/csharp-graph-algorithms

Graph Algorithms written in C#

Language: C# - Size: 8.79 KB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

kamkali/Maze-Runner

Fun maze generating/solving app project for Java practice

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

alex-rantos/SIGMOD-2016

Finding shortest path in dynamic graph

Language: C++ - Size: 11.6 MB - Last synced at: over 2 years ago - Pushed at: over 5 years ago - Stars: 0 - Forks: 0

iabrilvzqz/Algoritmos-de-Busqueda-y-Ordenamiento

Language: Python - Size: 17.6 KB - Last synced at: about 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 2

NetanelAlbert/OopEx2-Maze-of-Waze

Language: Java - Size: 88.9 KB - Last synced at: over 2 years ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

nnocturnnn/c-pathfinder

Implementation Floyd-Warshall Algorithm

Language: C - Size: 65.4 KB - Last synced at: 7 days ago - Pushed at: almost 6 years ago - Stars: 0 - Forks: 0

ericgtkb/shortest-path

Shortest path algorithms

Language: C++ - Size: 13.7 KB - Last synced at: over 1 year ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

FawadJawaid/data-structures-problems-solution

This is the Data Structures domain project which provides solutions to some of the problems like finding shortest path through maze, magic print etc. All the problems are mentioned in DSAssigment1 File.

Language: C++ - Size: 119 KB - Last synced at: over 2 years ago - Pushed at: about 6 years ago - Stars: 0 - Forks: 0

arnaudporet/konect 📦

Connecting nodes

Language: Go - Size: 259 KB - Last synced at: about 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

ekiriano/path-using-automatas

Given a Map represented by automatas , find the shortest path

Language: C++ - Size: 1.68 MB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

kartiksingh98/Implementation-of-Djisktra-on-Mapping-System

It uses Djisktras Algorithm to produce the shortest path between two cities(and intermediate cities). It mainly focuses on cities of Northern India. The cities and the distances between them are created using arrays.

Language: C - Size: 1.95 KB - Last synced at: over 2 years ago - Pushed at: over 6 years ago - Stars: 0 - Forks: 0

juniorsilva42/bis-gg-shortest-path

Sistema baseado em Grafos para obter o caminho mínimo entre qualquer par de vértices a partir de arquivos padronizados. Projeto para o segundo trabalho da disciplina de Teoria dos Grafos da URSA - Faculdade RSá.

Language: Java - Size: 240 KB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

Fred-dee/lem-in

Program that when given an ant-farm will move each ant across the graph in the shortest amount of moves

Language: C - Size: 1.27 MB - Last synced at: 7 months ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

raviq/Routing_backend

Webapp2 Routing Backend.

Language: Python - Size: 2.58 MB - Last synced at: over 2 years ago - Pushed at: almost 7 years ago - Stars: 0 - Forks: 0

ChrisVilches/Pokemon-Maze-Part-II

An algorithm that solves the ice field puzzle that appears in Pokemon games.

Language: Ruby - Size: 95.7 KB - Last synced at: 4 months ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

pmostoff/shortestPathAroundCircle

This Swift Playground demonstrates a function I wrote in order to determine the shortest path between two points located on the circumference of a circle (a 360 degree path).

Language: Swift - Size: 8.79 KB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

hvudeshi/Shortest-Path-Finder

Shortest Path finder for wandering Traveller using Dijikstra's Algorithm

Language: Java - Size: 101 KB - Last synced at: over 2 years ago - Pushed at: about 7 years ago - Stars: 0 - Forks: 0

thtran97/Shortest-Path-Project

INSA 3MIC - Graph & Algorithm Project

Language: Java - Size: 5.19 MB - Last synced at: over 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

ozkalt/Analysis-of-Algorithms-2

İTÜ BLG 336E - Analysis of Algorithms II Project

Language: C++ - Size: 5.2 MB - Last synced at: 10 months ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

MuhammedKhamis/ShortestPathsAlgorithms

Code impelementation of finding shortest path algorithms

Language: Java - Size: 832 KB - Last synced at: about 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

sadiqmuradov/trains-and-towns

Language: Java - Size: 65.4 KB - Last synced at: almost 2 years ago - Pushed at: over 7 years ago - Stars: 0 - Forks: 0

niyifalomo/ShortestPathProblem

Shortest Path Problem http://www.spoj.com/problems/SHPATH/

Language: C# - Size: 8.79 KB - Last synced at: about 2 years ago - Pushed at: almost 8 years ago - Stars: 0 - Forks: 0

psaikko/orbital

Python submission to "Reaktor Orbital Challenge"

Language: Python - Size: 88.9 KB - Last synced at: over 2 years ago - Pushed at: over 9 years ago - Stars: 0 - Forks: 0

Related Topics
dijkstra-algorithm 131 graph-algorithms 83 algorithms 78 graph 72 python 63 java 53 data-structures 47 dijkstra 43 pathfinding 39 shortest-paths 39 astar-algorithm 35 dijkstra-shortest-path 32 graphs 32 shortest-path 31 bfs 30 bellman-ford-algorithm 27 cpp 27 dfs 25 bfs-algorithm 25 dynamic-programming 24 floyd-warshall-algorithm 23 python3 22 dfs-algorithm 21 algorithm 20 javascript 20 breadth-first-search 19 algorithms-and-data-structures 19 minimum-spanning-trees 16 visualization 16 greedy-algorithms 16 priority-queue 16 sorting-algorithms 15 c 14 kruskal-algorithm 14 bellman-ford 14 a-star 13 djikstra-algorithm 13 artificial-intelligence 13 path-planning 11 a-star-algorithm 11 pygame 11 recursion 11 pathfinding-algorithm 11 shortest-path-problem 10 searching-algorithms 10 pathfinding-algorithms 10 shortest-pathfinding-algorithm 10 data-structures-and-algorithms 9 binary-search-tree 9 maze-solver 9 maze 9 graph-theory 9 astar-pathfinding 9 depth-first-search 9 shortest-path-routing-algorithm 9 heap 9 pathfinder 9 prims-algorithm 8 topological-sort 7 gui 7 floyd-warshall 7 reactjs 7 tree 7 datastructures 7 routing 7 travelling-salesman-problem 7 astar 7 routing-algorithm 7 maze-generator 6 divide-and-conquer 6 stack 6 matrix 6 hashing 6 prim-algorithm 6 java-8 6 graphtheory 6 quicksort 6 uniform-cost-search 6 optimization 6 optimization-algorithms 6 linked-list 6 minimum-spanning-tree 6 dijsktra-shortest-path 5 ai 5 bipartite-graphs 5 knapsack-problem 5 game 5 tsp 5 pathfinding-visualizer 5 queue 5 mst 5 ant-colony-optimization 5 project 5 merge-sort 5 dsa 5 object-oriented-programming 5 min-heap 5 spanning-trees 5 search 5 nodejs 5