Algorithms and Data Structures implemented in JavaScript for beginners, following best practices.
Clean up and speed up UpdateDirectory.js
Uses globby to find all algorithm files. This is way quicker and less error-prone than the previous implementation. Plus, it allows us to fine-tune excludes (e.g. test files and the babel config). This also removes the need for setTimeouts which greatly speeds up the whole thing.
R
Roland Hummel committed
a69d9a8c4905d0815bca683a68d2246455b3b78b
Parent: 460fd57