Skip to content

Commit 5e36849

Browse files
Update released
1 parent b76c029 commit 5e36849

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

changelog.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
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/)

0 commit comments

Comments
 (0)