dijkstras-algorithm-ts
typescript implementation of the greedy first search djikstra's shortest path algorithm, compatible with javascript projects too of course
data-structure-typed
Javascript Data Structure. Heap, Binary Tree, Red Black Tree, Linked List, Deque, Trie, HashMap, Directed Graph, Undirected Graph, Binary Search Tree(BST), AVL Tree, Priority Queue, Graph, Queue, Tree Multiset, Singly Linked List, Doubly Linked List, Max
dijkstrajs
A simple JavaScript implementation of Dijkstra's single-source shortest-paths algorithm.
dijkstra-threejs
A simple implementation of Dijkstra's algorithm for shortest path calculation on a mesh surface using Three.js.