-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Labels
Description
All algorithms are covered by example, except mergesort (it looks like in mergesort it has been missed after refactoring #39 by @secrettriangle ). https://mgechev.github.io/javascript-algorithms/module-sorting_mergesort.html
Also small enhacements:
- type names of each parameter in all documentation begins from uppercase;
- description of each parameter contains "." in the end.