resqiar / playground

personal data structure & algorithm playground

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run

  1. Make sure you have NodeJS installed, if not, install them here
  2. Run the following command in your terminal for a specific file.
  npx ts-node <FILE_NAME>

For example

  npx ts-node binary-search.ts

If npm prompt to install ts-node, say yes/y

Done! you will see the result in your terminal.

About

personal data structure & algorithm playground


Languages

Language:TypeScript 53.3%Language:Lua 22.3%Language:Go 11.2%Language:C++ 8.3%Language:Python 3.6%Language:Svelte 1.0%Language:Rust 0.1%Language:C 0.0%Language:Zig 0.0%