Skip to content

Commit 57e81f6

Browse files
committed
Add notes to README
1 parent cd5a112 commit 57e81f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,6 @@ Descriptions taken from [trekhleb/javascript-algorithms](https://github.com/trek
2323
* Tree
2424
* Trie
2525

26+
# Notes
27+
28+
The implementation is done with an educational purpose in mind, which means that the datastructures and algorithms do not provide a caller-friendly API, e.g. `LinkedList#append(Node<T> n)` instead of `LinkedList#append(T t)` or use visibility modifiers for access control because readability is key.

0 commit comments

Comments
 (0)