Skip to content

bayuefen/algocasts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algocasts

Algocasts is my personal project.

✨ Features

  • 🔥Support Javascript
  • 🔥Support Python (waiting...)

🖥 Environment

📦 Install

⌨️ Development

Javascript

Run

$ git clone https://github.com/bayuefen/algocasts.git
$ cd algocasts/javascript
$ npm install	/ yarn install
$ npm run test / yann run test

Create Problem

$ node mkdir.js -n [leetcode number] -s [solution name]
eg:
$ node mkdir.js -n 1 -s twoSum

Python