Skip to content

Commit

Permalink
🚚 Rename folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tangweikun committed May 18, 2018
1 parent c0b8411 commit d7c9c25
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ npm run test // also you can run `npm run watch`

| # | Title | README | Difficulty | LeetCode | TAGS |
| :-: | :-----------------------------------------------------------------------------------------------------: | :-----------------------------------------------------------------------: | :--------: | ---------------------------------------------------------------------------------------------- | ------------ |
| 1 | [CompareAppVersion](src/compareAppVersion/index.ts) | [:green_book:](src/compareAppVersion/README.md) | Easy | [LeetCode](https://leetcode.com/problems/compare-version-numbers) | String |
| 1 | [compare-version-numbers](src/compare-version-numbers/index.ts) | [:green_book:](src/compare-version-numbers/README.md) | Easy | [LeetCode](https://leetcode.com/problems/compare-version-numbers) | String |
| 2 | [ConvertFunctionNameToCamelCase](src/convertFunctionNameToCamelCase/index.ts) | [:green_book:](src/convertFunctionNameToCamelCase/README.md) | Easy |
| 3 | [FindUniqueElement](src/findUniqueElement/index.ts) | [:green_book:](src/findUniqueElement/README.md) | Easy |
| 4 | [LengthOfLastWord](src/lengthOfLastWord/index.ts) | [:green_book:](src/lengthOfLastWord/README.md) | Easy | [LeetCode](https://leetcode.com/problems/length-of-last-word) | String |
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export * from './trees'
export * from './compareAppVersion'
export * from './convertFunctionNameToCamelCase'
export * from './findUniqueElement'
export * from './lengthOfLastWord'
Expand Down

0 comments on commit d7c9c25

Please sign in to comment.