Home

Awesome

Deno Algorithm <img align="right" alt="Profile Hits" src="https://komarev.com/ghpvc/?username=hylerrix-deno-algorithm&style=flat-square">

简体中文版

Current Status: Learning & Coding...

Temporary Chinese name: 《我用 Deno 刷算法》

My deno circle: https://github.com/hylerrix?tab=repositories&q=deno

To Learn Algorithm using TypeScript and Run with Deno! LeetCode, freeCodeCamp and more to challenge!

TOC and its progress

And each TOC contains some files as below:

<!-- ## 2. Terminal Command When the content is ready, maby a command can explore more from local terminal. - [ ] Support a command something like `deal` to explore this repo. - [ ] `deal list`: list different TOC and we can select futher to the problem. - [ ] `deal search ${name}`: search and select related problem solution we want to solve. ## 3. VS Code Extensions Your can search the repo on VS code in [here](...) ## 4. i18n If you feel helpful, welcome to make translations to this repo. Now, support: English, (Chinese)... -->

Develop

To join this repo, you need to use these techniques:

$ deno test --import-map=import_map.json src/challenges/leetcode
$ deno lint --unstable src/challenges/
const tStart: number = performance.now()
const tEnd: number = performance.now()
console.log('Execution Time: ', tEnd - tStart + 'ms')

Test

-> Github Action

$ deno test --coverage=./cov challenges/leetcode
$ deno coverage --lcov ./cov > cov.lcov
$ genhtml cov.lcov

License

MIT License