Skip to content

Commit cd19836

Browse files
committed
doc: Updated file names and links in solutions list
1 parent cf476f1 commit cd19836

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

0001-1000.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88

99
| # | Title | Solution | Time | Space | Difficulty | Tag | Note|
1010
|-----|---------------- | --------------- | --------------- | --------------- | ------------- |--------------|-----|
11-
|0001|[Two Sum](https://leetcode.com/problems/two-sum/)| [C#](./C%23/1-Two_Sum.cs)| $O(n)$| $O(n)$|Easy|||
12-
|0049|[Group Anagrams](https://leetcode.com/problems/group-anagrams/)| [C#](./C%23/49-Group_Anagrams.cs)| $O(n \cdot m \cdot log(m))$| $O(n \cdot m)$|Medium|||
13-
|0217|[Contains Duplicate](https://leetcode.com/problems/contains-duplicate/)| [C#](./C%23/217-Contains_Duplicate.cs)| $O(n)$| $O(n)$|Easy|||
11+
|0001|[Two Sum](https://leetcode.com/problems/two-sum/)| [C#](./C%23/0001-Two_Sum.cs)| $O(n)$| $O(n)$|Easy|||
12+
|0049|[Group Anagrams](https://leetcode.com/problems/group-anagrams/)| [C#](./C%23/0049-Group_Anagrams.cs)| $O(n \cdot m \cdot log(m))$| $O(n \cdot m)$|Medium|||
13+
|0217|[Contains Duplicate](https://leetcode.com/problems/contains-duplicate/)| [C#](./C%23/0217-Contains_Duplicate.cs)| $O(n)$| $O(n)$|Easy|||
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)