File tree Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Expand file tree Collapse file tree 2 files changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -401,5 +401,12 @@ Your ideas/fixes/algorithms are more than welcome!
401
401
* [ MySQL] ( https://github.com/fishercoder1534/Leetcode/master/leetcode-database#database )
402
402
403
403
## Shell
404
- * [ Shell] ( https://github.com/fishercoder1534/Leetcode/master/leetcode-shell#shell )
404
+
405
+ | # | Title | Solutions | Time | Space | Difficulty | Tag | Notes
406
+ |-----|----------------|---------------|---------------|---------------|-------------|--------------|-----
407
+ | 195| [ Tenth Line] ( https://leetcode.com/problems/tenth-line/ ) | [ Solution] ( ../master/leetcode-shell/TenthLine.sh ) | O(n)| O(1) | Easy|
408
+ | 194| [ Transpose File] ( https://leetcode.com/problems/transpose-file/ ) | [ Solution] ( ../master/leetcode-shell/TransposeFile.sh ) | O(n^2)| O(n^2) | Medium|
409
+ | 193| [ Valid Phone Numbers] ( https://leetcode.com/problems/valid-phone-numbers/ ) | [ Solution] ( ../master/leetcode-shell/ValidPhoneNumbers.sh ) | O(n)| O(1) | Easy|
410
+ | 192| [ Word Frequency] ( https://leetcode.com/problems/word-frequency/ ) | [ Solution] ( ../master/leetcode-shell/WordFrequency.sh ) | O(n)| O(k) | Medium|
411
+
405
412
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments