Skip to content

Commit 7634e48

Browse files
[L-0] merge README.md
1 parent 974ea54 commit 7634e48

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,5 +401,12 @@ Your ideas/fixes/algorithms are more than welcome!
401401
* [MySQL](https://github.com/fishercoder1534/Leetcode/master/leetcode-database#database)
402402

403403
## 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+
405412

leetcode-shell/README.md

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

0 commit comments

Comments
 (0)