Skip to content

jkyochen/leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode

Prepare Env

make install

Run Test

# Run all test
make

# Run all golang answer
make go
# Run the 60th question in golang
make go 60

# Run all javascript answer
make js
# Run the 10th question in javascript
make js 10

# Run all ruby answer
make ruby
# Run the 10th question in ruby
make ruby 10

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages