File tree 2 files changed +1
-1
lines changed
2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -768,6 +768,6 @@ Your ideas/fixes/algorithms are more than welcome!
768
768
| 195| [ Tenth Line] ( https://leetcode.com/problems/tenth-line/ ) | [ Solution] ( ../master/shell/TenthLine.sh ) | O(n)| O(1) | Easy|
769
769
| 194| [ Transpose File] ( https://leetcode.com/problems/transpose-file/ ) | [ Solution] ( ../master/shell/TransposeFile.sh ) | O(n^2)| O(n^2) | Medium|
770
770
| 193| [ Valid Phone Numbers] ( https://leetcode.com/problems/valid-phone-numbers/ ) | [ Solution] ( ../master/shell/ValidPhoneNumbers.sh ) | O(n)| O(1) | Easy|
771
- | 192| [ Word Frequency] ( https://leetcode.com/problems/word-frequency/ ) | [ Solution] ( ../master/shell/WordFrequency .sh ) | O(n)| O(k) | Medium|
771
+ | 192| [ Word Frequency] ( https://leetcode.com/problems/word-frequency/ ) | [ Solution] ( ../master/shell/_192 .sh ) | O(n)| O(k) | Medium|
772
772
773
773
File renamed without changes.
You can’t perform that action at this time.
0 commit comments