Skip to content

Commit 729bc50

Browse files
committed
update readme
1 parent dd8abdc commit 729bc50

File tree

7 files changed

+2
-73
lines changed

7 files changed

+2
-73
lines changed

.github/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0717-1-bit-and-2-bit-characters python easy
1+
1365-how-many-numbers-are-smaller-than-the-current-number python medium

0645-set-mismatch/0645-set-mismatch.py

Lines changed: 0 additions & 24 deletions
This file was deleted.

0645-set-mismatch/README.md

Lines changed: 0 additions & 21 deletions
This file was deleted.

1482-how-many-numbers-are-smaller-than-the-current-number/1482-how-many-numbers-are-smaller-than-the-current-number.py renamed to Python/1365-how-many-numbers-are-smaller-than-the-current-number.py

File renamed without changes.

Question_List_1001_2000.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@
172172
| 1360 | [Number of Days Between Two Dates](https://leetcode.com/problems/number-of-days-between-two-dates/) | [Python](./Python/1360-number-of-days-between-two-dates.py) | [Easy](./Readme/1360-number-of-days-between-two-dates.md) |
173173
| 1361 | [Validate Binary Tree Nodes](https://leetcode.com/problems/validate-binary-tree-nodes/) | [Python](./Python/1361-validate-binary-tree-nodes.py) | [Medium](./Readme/1361-validate-binary-tree-nodes.md) |
174174
| 1362 | [Closest Divisors](https://leetcode.com/problems/closest-divisors) | [Python](./Python/1362-closest-divisors.py) | [Medium](./Readme/1362-closest-divisors.md) |
175+
| 1365 | [How Many Numbers Are Smaller Than the Current Number](https://leetcode.com/problems/how-many-numbers-are-smaller-than-the-current-number/) | [Python](./Python/1365-how-many-numbers-are-smaller-than-the-current-number.py) | [Medium](./Readme/1365-how-many-numbers-are-smaller-than-the-current-number.md) |
175176
| 1366 | [Rank Teams by Votes](https://leetcode.com/problems/rank-teams-by-votes) | [Python](./Python/1366-rank-teams-by-votes.py) | [Medium](./Readme/1366-rank-teams-by-votes.md) |
176177
| 1367 | [Linked List in Binary Tree](https://leetcode.com/problems/linked-list-in-binary-tree/) | [Python](./Python/1367-linked-list-in-binary-tree.py) | [Medium](./Readme/1367-linked-list-in-binary-tree.md) |
177178
| 1368 | [Minimum Cost to Make at Least One Valid Path in a Grid](https://leetcode.com/problems/minimum-cost-to-make-at-least-one-valid-path-in-a-grid) | [Python](./Python/1368-minimum-cost-to-make-at-least-one-valid-path-in-a-grid.py) | [Hard](./Readme/1368-minimum-cost-to-make-at-least-one-valid-path-in-a-grid.md) |

README.md

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -115,30 +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-
| [0645-set-mismatch](https://github.com/hogan-tech/leetcode-solution/tree/master/0645-set-mismatch) |
125-
| [1482-how-many-numbers-are-smaller-than-the-current-number](https://github.com/hogan-tech/leetcode-solution/tree/master/1482-how-many-numbers-are-smaller-than-the-current-number) |
126-
## Hash Table
127-
| |
128-
| ------- |
129-
| [0645-set-mismatch](https://github.com/hogan-tech/leetcode-solution/tree/master/0645-set-mismatch) |
130-
| [1482-how-many-numbers-are-smaller-than-the-current-number](https://github.com/hogan-tech/leetcode-solution/tree/master/1482-how-many-numbers-are-smaller-than-the-current-number) |
131-
## Bit Manipulation
132-
| |
133-
| ------- |
134-
| [0645-set-mismatch](https://github.com/hogan-tech/leetcode-solution/tree/master/0645-set-mismatch) |
135-
## Sorting
136-
| |
137-
| ------- |
138-
| [0645-set-mismatch](https://github.com/hogan-tech/leetcode-solution/tree/master/0645-set-mismatch) |
139-
| [1482-how-many-numbers-are-smaller-than-the-current-number](https://github.com/hogan-tech/leetcode-solution/tree/master/1482-how-many-numbers-are-smaller-than-the-current-number) |
140-
## Counting Sort
141-
| |
142-
| ------- |
143-
| [1482-how-many-numbers-are-smaller-than-the-current-number](https://github.com/hogan-tech/leetcode-solution/tree/master/1482-how-many-numbers-are-smaller-than-the-current-number) |
144-
<!---LeetCode Topics End-->

1482-how-many-numbers-are-smaller-than-the-current-number/README.md renamed to Readme/1365-how-many-numbers-are-smaller-than-the-current-number.md

File renamed without changes.

0 commit comments

Comments
 (0)