Skip to content

Commit fee5752

Browse files
committed
update readme
1 parent 617a09c commit fee5752

File tree

5 files changed

+3
-17
lines changed

5 files changed

+3
-17
lines changed

.github/test.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
2154-keep-multiplying-found-values-by-two python easy
1+
2154-keep-multiplying-found-values-by-two python easy
2+
0757-set-intersection-size-at-least-two python medium

0759-set-intersection-size-at-least-two/0759-set-intersection-size-at-least-two.py renamed to Python/0757-set-intersection-size-at-least-two.py

File renamed without changes.

Question_List_0001_1000.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,7 @@
494494
| 0744 | [Find Smallest Letter Greater Than Target](https://leetcode.com/problems/find-smallest-letter-greater-than-target/) | [Python](./Python/0744-find-smallest-letter-greater-than-target.py) | [Easy](./Readme/0744-find-smallest-letter-greater-than-target.md) |
495495
| 0746 | [Min Cost Climbing Stairs](https://leetcode.com/problems/min-cost-climbing-stairs/) | [Python](./Python/0746-min-cost-climbing-stairs.py) | [Easy](./Readme/0746-min-cost-climbing-stairs.md) |
496496
| 0752 | [Open the Lock](https://leetcode.com/problems/open-the-lock/) | [Python](./Python/0752-open-the-lock.py) | [Medium](./Readme/0752-open-the-lock.md) |
497+
| 0757 | [Set Intersection Size At Least Two](https://leetcode.com/problems/set-intersection-size-at-least-two/) | [Python](./Python/0757-set-intersection-size-at-least-two.py) | [Medium](./Readme/0757-set-intersection-size-at-least-two.md) |
497498
| 0758 | [Bold Words in String](https://leetcode.com/problems/bold-words-in-string/) | [Python](./Python/0758-bold-words-in-string.py) | [Easy](./Readme/0758-bold-words-in-string.md) |
498499
| 0759 | [Employee Free Time](https://leetcode.com/problems/employee-free-time) | [Python](./Python/0759-employee-free-time.py) | [Hard](./Readme/0759-employee-free-time.md) |
499500
| 0767 | [Reorganize String](https://leetcode.com/problems/reorganize-string/) | [Python](./Python/0767-reorganize-string.py) | [Medium](./Readme/0767-reorganize-string.md) |

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -115,19 +115,3 @@ It helps others discover the repo and keeps the project growing.
115115
---
116116

117117
Feedback / Questions → open an Issue or reach out on [LinkedIn](https://www.linkedin.com/in/hogan-l/)
118-
119-
<!---LeetCode Topics Start-->
120-
# LeetCode Topics
121-
## Array
122-
| |
123-
| ------- |
124-
| [0759-set-intersection-size-at-least-two](https://github.com/hogan-tech/leetcode-solution/tree/master/0759-set-intersection-size-at-least-two) |
125-
## Greedy
126-
| |
127-
| ------- |
128-
| [0759-set-intersection-size-at-least-two](https://github.com/hogan-tech/leetcode-solution/tree/master/0759-set-intersection-size-at-least-two) |
129-
## Sorting
130-
| |
131-
| ------- |
132-
| [0759-set-intersection-size-at-least-two](https://github.com/hogan-tech/leetcode-solution/tree/master/0759-set-intersection-size-at-least-two) |
133-
<!---LeetCode Topics End-->
File renamed without changes.

0 commit comments

Comments
 (0)