Skip to content

Commit ba57774

Browse files
committedApr 1, 2015
Readme
1 parent 899e393 commit ba57774

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed
 

‎scripts/README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ Some Scripts
55

66
`comments.sh` - it's used to generate author and problem description comments
77

8-
> **Notes**: The `comments.sh` needs [xidel](http://videlibri.sourceforge.net/xidel.html) to grab & parse the html contents with filtering out the HTML tags. The script would check the `xidel` whether installed or not in your Linux box, if not, it will download the [Universal Linux Version](http://videlibri.sourceforge.net/xidel.html#downloads) .
8+
> **Notes**:
9+
> - The `comments.sh` needs [xidel](http://videlibri.sourceforge.net/xidel.html) to grab & parse the html contents with filtering out the HTML tags. The script would check the `xidel` whether installed or not in your Linux box, if not, it will download the [Universal Linux Version](http://videlibri.sourceforge.net/xidel.html#downloads) .
10+
> - The `comments.sh` currently can automatically detect the problem's type, if the problem is `algorithm` type, it's going to create `.cpp` file, if the problem is `shell` type, the `.sh` file will be created.
911
1012
1) Create a file named largestNumber.cpp, and add Copyright & Problem description
1113
```

‎shell/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
###LeetCode Shell
2+
3+
4+
| # | Title | Solution | Difficulty |
5+
|---| ----- | -------- | ---------- |
6+
|4|[Tenth Line](https://leetcode.com/problems/tenth-line/)| [Bash](./shell/TenthLine.sh)|Easy|
7+
|3|[Transpose File](https://leetcode.com/problems/transpose-file/)| [Bash](./shell/TransposeFile.sh)|Medium|
8+
|2|[Valid Phone Numbers](https://leetcode.com/problems/valid-phone-numbers/)| [Bash](./shell/ValidPhoneNumbers.sh)|Easy|
9+
|1|[Word Frequency](https://leetcode.com/problems/word-frequency/)| [Bash](./shell/WordFrequency.sh)|Medium|

0 commit comments

Comments
 (0)