You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3
Original file line number
Diff line number
Diff line change
@@ -23,3 +23,6 @@ Descriptions taken from [trekhleb/javascript-algorithms](https://github.com/trek
23
23
* Tree
24
24
* Trie
25
25
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