Skip to content

Commit 13c351b

Browse files
refactor 192
1 parent 79bd351 commit 13c351b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,6 @@ Your ideas/fixes/algorithms are more than welcome!
768768
|195|[Tenth Line](https://leetcode.com/problems/tenth-line/)|[Solution](../master/shell/TenthLine.sh)| O(n)|O(1) | Easy|
769769
|194|[Transpose File](https://leetcode.com/problems/transpose-file/)|[Solution](../master/shell/TransposeFile.sh)| O(n^2)|O(n^2) | Medium|
770770
|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|
772772

773773

File renamed without changes.

0 commit comments

Comments
 (0)