Skip to content

GH-140: Solve leetcode 42, 155 #247

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Mar 18, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update
  • Loading branch information
rain1024 committed Mar 18, 2023
commit a8d0066c1ee531da71d92abdd336f70353da2152
2 changes: 1 addition & 1 deletion collections/leetcode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<td>39</td>
<td>40</td>
<tr>
<td>🔴&nbsp;<a href='https://github.com/rain1024/datastructures-algorithms-competitive-programming/tree/main/problems/leetcode41'>41</a></td>
<td>41</td>
<td>🔴&nbsp;<a href='https://github.com/rain1024/datastructures-algorithms-competitive-programming/tree/main/problems/leetcode42'>42</a></td>
<td>43</td>
<td>44</td>
Expand Down
3 changes: 0 additions & 3 deletions collections/leetcode/data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ problems:
- name: 36
languages: cpp
level: medium
- name: 41
languages: cpp
level: hard
- name: 42
languages: cpp
level: hard
Expand Down