###LeetCode Algorithm
(Notes: "♥" means you need buy a book from Leetcode)
3dbf34bf685c42ae6d46c19e7cc7d9d0ab415a92
###LeetCode Shell
| # | Title | Solution | Difficulty |
|---|---|---|---|
| 4 | Tenth Line | Bash | Easy |
| 3 | Transpose File | Bash | Medium |
| 2 | Valid Phone Numbers | Bash | Easy |
| 1 | Word Frequency | Bash | Medium |
###LintCode
| # | Title | Solution | Difficulty |
|---|---|---|---|
| 1 | Search in a big sorted array | Java | Medium |
| 2 | Search Range in Binary Search Tree | Java | Medium |