Skip to content

Commit e79955f

Browse files
committed
update readme
1 parent dfe16c7 commit e79955f

File tree

7 files changed

+2
-80
lines changed

7 files changed

+2
-80
lines changed

0990-verifying-an-alien-dictionary/0990-verifying-an-alien-dictionary.py

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

0990-verifying-an-alien-dictionary/README.md

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

Question_List_2001_3000.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
| 2192 | [All Ancestors of a Node in a Directed Acyclic Graph](https://leetcode.com/problems/all-ancestors-of-a-node-in-a-directed-acyclic-graph/) | [Python](./Python/2192-all-ancestors-of-a-node-in-a-directed-acyclic-graph.py) | [Medium](./Readme/2192-all-ancestors-of-a-node-in-a-directed-acyclic-graph.md) |
8787
| 2193 | [Minimum Number of Moves to Make Palindrome](https://leetcode.com/problems/minimum-number-of-moves-to-make-palindrome) | [Python](./Python/2193-minimum-number-of-moves-to-make-palindrome.py) | [Hard](./Readme/2193-minimum-number-of-moves-to-make-palindrome.md) |
8888
| 2196 | [Create Binary Tree From Descriptions](https://leetcode.com/problems/create-binary-tree-from-descriptions/) | [Python](./Python/2196-create-binary-tree-from-descriptions.py) | [Medium](./Readme/2196-create-binary-tree-from-descriptions.md) |
89+
| 2197 | [Replace Non-Coprime Numbers in Array](https://leetcode.com/problems/replace-non-coprime-numbers-in-array) | [Python](./Python/2197-replace-non-coprime-numbers-in-array.py) | [Hard](./Readme/2197-replace-non-coprime-numbers-in-array.md) |
8990
| 2200 | [Find All K-Distant Indices in an Array](https://leetcode.com/problems/find-all-k-distant-indices-in-an-array) | [Python](./Python/2200-find-all-k-distant-indices-in-an-array.py) | [Easy](./Readme/2200-find-all-k-distant-indices-in-an-array.md) |
9091
| 2201 | [Zero Array Transformation I](https://leetcode.com/problems/zero-array-transformation-i) | [Python](./Python/2201-zero-array-transformation-i.py) | [Medium](./Readme/2201-zero-array-transformation-i.md) |
9192
| 2204 | [Distance to a Cycle in Undirected Graph](https://leetcode.com/problems/distance-to-a-cycle-in-undirected-graph) | [Python](./Python/2204-distance-to-a-cycle-in-undirected-graph.py) | [Hard](./Readme/2204-distance-to-a-cycle-in-undirected-graph.md) |

README.md

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -80,32 +80,3 @@ By following these steps, users can easily navigate and utilize your LeetCode so
8080
## Contributing
8181

8282
We welcome contributions! If you have a solution to a problem that isn't already included, or if you have suggestions for improvements, please feel free to submit a pull request.
83-
84-
<!---LeetCode Topics Start-->
85-
# LeetCode Topics
86-
## Array
87-
| |
88-
| ------- |
89-
| [0990-verifying-an-alien-dictionary](https://github.com/hogan-tech/leetcode-solution/tree/master/0990-verifying-an-alien-dictionary) |
90-
| [2307-replace-non-coprime-numbers-in-array](https://github.com/hogan-tech/leetcode-solution/tree/master/2307-replace-non-coprime-numbers-in-array) |
91-
## Hash Table
92-
| |
93-
| ------- |
94-
| [0990-verifying-an-alien-dictionary](https://github.com/hogan-tech/leetcode-solution/tree/master/0990-verifying-an-alien-dictionary) |
95-
## String
96-
| |
97-
| ------- |
98-
| [0990-verifying-an-alien-dictionary](https://github.com/hogan-tech/leetcode-solution/tree/master/0990-verifying-an-alien-dictionary) |
99-
## Math
100-
| |
101-
| ------- |
102-
| [2307-replace-non-coprime-numbers-in-array](https://github.com/hogan-tech/leetcode-solution/tree/master/2307-replace-non-coprime-numbers-in-array) |
103-
## Stack
104-
| |
105-
| ------- |
106-
| [2307-replace-non-coprime-numbers-in-array](https://github.com/hogan-tech/leetcode-solution/tree/master/2307-replace-non-coprime-numbers-in-array) |
107-
## Number Theory
108-
| |
109-
| ------- |
110-
| [2307-replace-non-coprime-numbers-in-array](https://github.com/hogan-tech/leetcode-solution/tree/master/2307-replace-non-coprime-numbers-in-array) |
111-
<!---LeetCode Topics End-->
File renamed without changes.

test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0445-add-two-numbers-ii python medium
1+
2197-replace-non-coprime-numbers-in-array python hard

0 commit comments

Comments
 (0)