Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 434 Bytes

File metadata and controls

15 lines (10 loc) · 434 Bytes

Algorithms 🐚

👉 See Why learn algorithm

Table of contents

  1. Recursion
  2. Searching
  3. Sorting

Testing

  • Run npm run test-recursion to run all tests in recursion folder.
  • Run npm run test-search to run all tests in searching folder.
  • Run npm run test-sort to run all tests in sorting folder.