Skip to content

Commit bad04e7

Browse files
move shell problems to its own readme.md
1 parent 31eb7e3 commit bad04e7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Diff for: README.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,7 @@ _If you like this project, please leave me a star._ ★
2020

2121

2222
## Shell
23-
24-
| # | Title | Solutions | Video | Difficulty | Tag
25-
|-----|----------------|---------------|---------------|---------------|-------------
26-
|195|[Tenth Line](https://leetcode.com/problems/tenth-line/)|[Solution](../master/shell/TenthLine.sh)| | Easy|
27-
|194|[Transpose File](https://leetcode.com/problems/transpose-file/)|[Solution](../master/shell/TransposeFile.sh)| | Medium|
28-
|193|[Valid Phone Numbers](https://leetcode.com/problems/valid-phone-numbers/)|[Solution](../master/shell/ValidPhoneNumbers.sh)| | Easy|
29-
|192|[Word Frequency](https://leetcode.com/problems/word-frequency/)|[Solution](../master/shell/_192.sh)| | Medium|
23+
[All shell problems](https://github.com/fishercoder1534/Leetcode/tree/master/paginated_contents/shell)
3024

3125

3226
## Contributing

Diff for: paginated_contents/shell/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
| # | Title | Solutions | Video | Difficulty | Tag
2+
|-----|----------------|---------------|---------------|---------------|-------------
3+
|195|[Tenth Line](https://leetcode.com/problems/tenth-line/)|[Solution](https://github.com/fishercoder1534/Leetcode/blob/master/shell/TenthLine.sh)| | Easy|
4+
|194|[Transpose File](https://leetcode.com/problems/transpose-file/)|[Solution](https://github.com/fishercoder1534/Leetcode/blob/master/shell/TransposeFile.sh)| | Medium|
5+
|193|[Valid Phone Numbers](https://leetcode.com/problems/valid-phone-numbers/)|[Solution](https://github.com/fishercoder1534/Leetcode/blob/master/shell/ValidPhoneNumbers.sh)| | Easy|
6+
|192|[Word Frequency](https://leetcode.com/problems/word-frequency/)|[Solution](https://github.com/fishercoder1534/Leetcode/blob/master/shell/_192.sh)| | Medium|

0 commit comments

Comments
 (0)