Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pretty algorithms

Common useful algorithms written in modern, pretty and easy-to-understand Javascript along with [real-world usage](#real-world-usage) examples. Typescript has been used only for type checking and better auto-documentation, code is in pure ES6.
Common useful algorithms written in modern, pretty and easy-to-understand JavaScript along with [real-world usage](#real-world-usage) examples. Typescript has been used only for type checking and better auto-documentation, code is in pure ES6.

All the algorithms are also tested using [Jest](http://facebook.github.io/jest/) with the help of custom beautiful [snapshots](https://facebook.github.io/jest/docs/snapshot-testing.html).

Expand Down