Skip to content

Commit e8ab462

Browse files
committed
update readme
1 parent eaac50b commit e8ab462

File tree

5 files changed

+3
-21
lines changed

5 files changed

+3
-21
lines changed

.github/test.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
3397-maximum-number-of-distinct-elements-after-operations python medium
1+
3397-maximum-number-of-distinct-elements-after-operations python medium
2+
1625-lexicographically-smallest-string-after-applying-operations python medium

Question_List_1001_2000.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@
282282
| 1611 | [Minimum One Bit Operations to Make Integers Zero](https://leetcode.com/problems/minimum-one-bit-operations-to-make-integers-zero/) | [Python](./Python/1611-minimum-one-bit-operations-to-make-integers-zero.py) | [Hard](./Readme/1611-minimum-one-bit-operations-to-make-integers-zero.md) |
283283
| 1614 | [Maximum Nesting Depth of the Parentheses](https://leetcode.com/problems/maximum-nesting-depth-of-the-parentheses/) | [Python](./Python/1614-maximum-nesting-depth-of-the-parentheses.py) | [Easy](./Readme/1614-maximum-nesting-depth-of-the-parentheses.md) |
284284
| 1615 | [Maximal Network Rank](https://leetcode.com/problems/maximal-network-rank/) | [Python](./Python/1615-maximal-network-rank.py) | [Medium](./Readme/1615-maximal-network-rank.md) |
285+
| 1625 | [Lexicographically Smallest String After Applying Operations](https://leetcode.com/problems/lexicographically-smallest-string-after-applying-operations/) | [Python](./Python/1625-lexicographically-smallest-string-after-applying-operations.py) | [Medium](./Readme/1625-lexicographically-smallest-string-after-applying-operations.md) |
285286
| 1630 | [Arithmetic Subarrays](https://leetcode.com/problems/arithmetic-subarrays/) | [Python](./Python/1630-arithmetic-subarrays.py) | [Medium](./Readme/1630-arithmetic-subarrays.md) |
286287
| 1631 | [Path With Minimum Effort](https://leetcode.com/problems/path-with-minimum-effort/) | [Python](./Python/1631-path-with-minimum-effort.py) | [Medium](./Readme/1631-path-with-minimum-effort.md) |
287288
| 1633 | [Percentage of Users Attended a Contest](https://leetcode.com/problems/percentage-of-users-attended-a-contest/) | [SQL](./SQL/1633-percentage-of-users-attended-a-contest.sql) | [Easy](./Readme/1633-percentage-of-users-attended-a-contest.md) |

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -115,23 +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-
## String
122-
| |
123-
| ------- |
124-
| [1747-lexicographically-smallest-string-after-applying-operations](https://github.com/hogan-tech/leetcode-solution/tree/master/1747-lexicographically-smallest-string-after-applying-operations) |
125-
## Depth-First Search
126-
| |
127-
| ------- |
128-
| [1747-lexicographically-smallest-string-after-applying-operations](https://github.com/hogan-tech/leetcode-solution/tree/master/1747-lexicographically-smallest-string-after-applying-operations) |
129-
## Breadth-First Search
130-
| |
131-
| ------- |
132-
| [1747-lexicographically-smallest-string-after-applying-operations](https://github.com/hogan-tech/leetcode-solution/tree/master/1747-lexicographically-smallest-string-after-applying-operations) |
133-
## Enumeration
134-
| |
135-
| ------- |
136-
| [1747-lexicographically-smallest-string-after-applying-operations](https://github.com/hogan-tech/leetcode-solution/tree/master/1747-lexicographically-smallest-string-after-applying-operations) |
137-
<!---LeetCode Topics End-->

0 commit comments

Comments
 (0)