Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 344 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 344 Bytes

My practice to lean data structure and algorithm.

Get Start:

  1. Install Deno
  2. In VSCode, Install Deno VSCode extension
  3. Start to debug
  4. run test: deno test or deno test --allow-read --allow-run your_test_file.test.ts