Skip to content

Instantly share code, notes, and snippets.

@sky172839465
Last active June 6, 2019 05:42
Show Gist options
  • Save sky172839465/bc32f877a951152118fd63f936a1d4a4 to your computer and use it in GitHub Desktop.
Save sky172839465/bc32f877a951152118fd63f936a1d4a4 to your computer and use it in GitHub Desktop.
LeetCode in JavaScript Structure
  +-- src/
  |   +-- easy/
+ |       +-- 0001-two-sum/
+ |           +-- index.js
+ |           +-- README.md
+ |       +-- index.js
  +-- __tests__/
  |   +-- easy/
+ |       +-- 0001-two-sum.test.js
+ +-- README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment