File tree Expand file tree Collapse file tree 1 file changed +19
-4
lines changed
Expand file tree Collapse file tree 1 file changed +19
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ** ./instructions.md**
4- * Re-worded unit test dependencies.
5- * Before: "The mocha and chai packages are required for unit testing."
6- * After: "Unit tests were implemented using mocha and chai"
3+ ** Changes from original submission**
4+ * Implemented unit tests for:
5+ * Input file validation.
6+ * Graph parsing.
7+ * Pathfinding algorithms.
8+ * Submission example cases.
9+ * Revised implementation details:
10+ * Removed stray horizontal rule under implementation details
11+ * Described output for different pathfinding functions.
12+ * Described project dependencies.
13+ * Various formatting changes throughout.
14+ * Revised submission code.
15+ * Merged "NO SUCH ROUTE" text into common function.
16+ * Parsed graph must have multiple nodes/edges
17+ * Revised 'possible routes' algorithm to avoid impossible sequences
18+ * Split submission test cases to their own file.
19+ * Dependencies.
20+ * The submission itself uses no third-party packages. Everything is written in native Node JS.
21+ * Unit tests were implemented using [mocha](https://mochajs.org/) and [chai](https://www.chaijs.com/)
You can’t perform that action at this time.
0 commit comments