Skip to content

Commit c236411

Browse files
rename LeetCode folder
1 parent 0182dd4 commit c236411

1,099 files changed

Lines changed: 1 addition & 1 deletion

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/leetcode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
github-token: ${{ github.token }}
1515
leetcode-csrf-token: ${{ secrets.LEETCODE_CSRF_TOKEN }}
1616
leetcode-session: ${{ secrets.LEETCODE_SESSION }}
17-
destination-folder: "leetcode-solutions"
17+
destination-folder: "LeetCode"
1818

File renamed without changes.
File renamed without changes.
File renamed without changes.

leetcode-solutions/0003-longest-substring-without-repeating-characters/README.md renamed to LeetCode/0003-longest-substring-without-repeating-characters/README.md

leetcode-solutions/0003-longest-substring-without-repeating-characters/solution.cpp renamed to LeetCode/0003-longest-substring-without-repeating-characters/solution.cpp

File renamed without changes.

leetcode-solutions/0003-longest-substring-without-repeating-characters/solution.py renamed to LeetCode/0003-longest-substring-without-repeating-characters/solution.py

File renamed without changes.

leetcode-solutions/0004-median-of-two-sorted-arrays/README.md renamed to LeetCode/0004-median-of-two-sorted-arrays/README.md

0 commit comments

Comments
 (0)