UNPKG

srikar526_graph_and_string_algorithms

Version:

A collection of common graph and string algorithms in JavaScript, including Dijkstra's, Floyd-Warshall, Union-Find, Naive Pattern Matching, and Rabin-Karp.

27 lines (26 loc) 679 B
{ "name": "srikar526_graph_and_string_algorithms", "version": "1.0.0", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "dijkstra", "floyd-warshall", "union-find", "rabin-karp", "naive-pattern-matching", "algorithms", "graph-algorithms", "string-algorithms", "pathfinding", "cycle-detection" ], "author": "Your Name", "license": "ISC", "description": "A collection of common graph and string algorithms in JavaScript, including Dijkstra's, Floyd-Warshall, Union-Find, Naive Pattern Matching, and Rabin-Karp.", "dependencies": { "pkg_510": "^1.0.2" } }