feat: 초기 프로젝트 설정 및 룰.md 파일 추가
This commit is contained in:
18
api.hyungi.net/node_modules/dijkstrajs/README.md
generated
vendored
Normal file
18
api.hyungi.net/node_modules/dijkstrajs/README.md
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
# dijkstrajs.js
|
||||
|
||||
dijkstrajs is a simple JavaScript implementation of Dijkstra's single-source shortest-paths algorithm.
|
||||
|
||||
The code was originally written by Wyatt Baldwin and turned into a node module by Thomas Cort.
|
||||
|
||||
## Requirements
|
||||
|
||||
* [nodejs](http://nodejs.org/)
|
||||
|
||||
## Installation
|
||||
|
||||
npm install dijkstrajs
|
||||
|
||||
## Examples
|
||||
|
||||
See `test/dijkstra.test.js` in the sources for some example code.
|
||||
|
||||
Reference in New Issue
Block a user