Skip to content

Commit

Permalink
Merge branch 'neetcode-gh:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
sambakk authored Aug 2, 2022
2 parents d54491f + 3a51db8 commit f73a80f
Show file tree
Hide file tree
Showing 310 changed files with 3,980 additions and 4,470 deletions.
8 changes: 4 additions & 4 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[//]: # "Pull Request Template"
[//]: # "Replace values inside of square brackets as well as the square brackets themselves"
[//]: # "Replace the placeholder values in the template below"

- **File(s) Modified**: _[1-Two-Sum.py, 2-Add-Two-Numbers.py, etc...]_
- **Language(s) Used**: _[python, javascript, etc...]_
- **Submission URL**: _[https://leetcode.com/submissions/detail/xxxxxxxxx/]_
- **File(s) Modified**: _1-Two-Sum.py, 2-Add-Two-Numbers.py, etc..._
- **Language(s) Used**: _python, javascript, etc..._
- **Submission URL**: _https://leetcode.com/submissions/detail/xxxxxxxxx/_

[//]: # "Getting the Submission URL"
[//]: # "Go to the leetcode [`Submissions tab`](https://user-images.githubusercontent.com/71089234/180188604-b1ecaf90-bf27-4fd6-a559-5567aebf8930.png)"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
prettier --config "$GITHUB_WORKSPACE/.prettierrc" --write "$GITHUB_WORKSPACE/typescript/*.ts" 2>&1 || true
prettier --config "$GITHUB_WORKSPACE/.prettierrc" --write "$GITHUB_WORKSPACE/java/*.java" 2>&1 || true
rufo "$GITHUB_WORKSPACE/ruby" 2>&1 || true
python -m black "$GITHUB_WORKSPACE/python/" 2>&1 || true
python -m black "$GITHUB_WORKSPACE/" 2>&1 || true
- name: Push
run: |
Expand Down
9 changes: 0 additions & 9 deletions 1-Two-Sum.py

This file was deleted.

45 changes: 0 additions & 45 deletions 10-Regular-Expression-Matching.py

This file was deleted.

13 changes: 0 additions & 13 deletions 100-Same-Tree.py

This file was deleted.

23 changes: 0 additions & 23 deletions 102-Binary-Tree-Level-Order-Traversal.py

This file was deleted.

41 changes: 0 additions & 41 deletions 104-Maximum-Depth-of-Binary-Tree.py

This file was deleted.

13 changes: 0 additions & 13 deletions 1046-Last-Stone-Weight.py

This file was deleted.

17 changes: 0 additions & 17 deletions 105-Construct-Binary-Tree-from-Preorder-and-Inorder-Traversal.py

This file was deleted.

12 changes: 0 additions & 12 deletions 11-Container-With-Most-Water.py

This file was deleted.

17 changes: 0 additions & 17 deletions 110-Balanced-Binary-Tree.py

This file was deleted.

12 changes: 0 additions & 12 deletions 1143-Longest-Common-Subsequence.py

This file was deleted.

16 changes: 0 additions & 16 deletions 115-Distinct-Subsequences.py

This file was deleted.

13 changes: 0 additions & 13 deletions 12-Integer-To-Roman.py

This file was deleted.

10 changes: 0 additions & 10 deletions 121-Best-Time-To-Buy-and-Sell-Stock.py

This file was deleted.

This file was deleted.

26 changes: 0 additions & 26 deletions 124-Binary-Tree-Maximum-Path-Sum.py

This file was deleted.

19 changes: 0 additions & 19 deletions 125-Valid-Palindrome.py

This file was deleted.

28 changes: 0 additions & 28 deletions 127-Word-Ladder.py

This file was deleted.

14 changes: 0 additions & 14 deletions 128-Longest-consecutive-sequence.py

This file was deleted.

Loading

0 comments on commit f73a80f

Please sign in to comment.