# LeetCode101 **Repository Path**: canaanshi/LeetCode101 ## Basic Information - **Project Name**: LeetCode101 - **Description**: Solutions to LeetCode by Java. - **Primary Language**: Java - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-23 - **Last Updated**: 2021-10-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LeetCode101 ### Solutions to LeetCode by Java. ****
| # | Title | Solutions | Tag | Difficulty | | ---------- | :-----------: | :-----------: | :-----------: | :-----------: | | 0001 | [Two Sum](https://leetcode.com/problems/two-sum/) |[Soultion](algorithms/0001.Two-Sum.java)| Array,Hash Table | Easy | | 0007 | [Reverse Integer](https://leetcode.com/problems/reverse-integer/) | [Solution](algorithms/0007.Reverse-Integer.java) | Math | Easy | | 0121 | [Best Time to Buy and Sell Stock](https://leetcode.com/problems/best-time-to-buy-and-sell-stock/) | [Solution](algorithms/0121.Best-Time-to-Buy-and-Sell-Stock.java)| Array, Dynamic Programming | Easy | | 0162 | [Find Peak Element](https://leetcode.com/problems/find-peak-element/)| [Solution](algorithms/0162.Find-Peak-Element.java)|Array, Binary Search | Medium | | 0704 | [Binary Search](https://leetcode.com/problems/binary-search/) | [Solution](algorithms/0852.Peak-index-in-a-Mountain-Array.java)| Binary Search | Easy | | 0791 | [Custom Sort String](https://leetcode.com/problems/custom-sort-string/) | [Solution](algorithms/0791.Custom-Sort-String.java)| Hash Table, String, Sorting | Medium| | 0852 | [Peak Index in a Mountain Array](https://leetcode.com/problems/peak-index-in-a-mountain-array/) |[Solution](algorithms/0704.Binary-Search.java) |Array, Binary Search | Easy |