Skip to content

Commit 3e37ba5

Browse files
committed
more info in readme.
1 parent c515c91 commit 3e37ba5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# leetcode
2+
23
My solutions for [LeetCode problems](https://leetcode.com/problemset/all/).
34

45
## Usage
56

7+
### Running and testing locally in your machine
8+
69
First, install dependencies:
710

811
```shell
@@ -15,10 +18,21 @@ To run tests with jest:
1518
npm run test
1619
```
1720

21+
### Submitting / Running in LeetCode
22+
23+
1. Find your problem in the [problems](/problems) folder.
24+
2. Copy the solution.
25+
3. Paste the code into LeetCode.
26+
4. Hit the Run or Submit button.
27+
1828
## Solutions
1929

2030
| LeetCode # | Title | Difficulty | Topics |
2131
|-----------:|:------|:-----------|:-------|
2232
| 1 | [Two Sum](/problems/two-sum) | Easy | Array, hash table |
2333
| 136 | [Single Number](/problems/single-number) | Easy | Hash table, bit manipulation |
2434
| 349 | [Intersection of Two Arrays](/problems/intersection-of-two-arrays) | Easy | Hash Table, two pointers, binary search, sort, set |
35+
36+
## Questions / Issues
37+
38+
If you have any question, feel free to open a GitHub issue and reach out to me.

0 commit comments

Comments
 (0)