Skip to content

JFMACS/Algorithm-LeetCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm-LeetCode

题目来源:LeetCode

作者:JFMACS
# JFMACS LeetCode Knowlage
005 Longest Palindromic Substring 005. Longest Palindromic Substring 动态规划
017 Letter Combinations of a Phone Number 017. Letter Combinations of a Phone Number List
020 Valid Parentheses 020. Valid Parentheses
053 Maximum Subarray 053. Maximum Subarray 动态规划
070 Climbing Stairs 070. Climbing Stairs 动态规划
071 Simplify Path 071. Simplify Path
084 Largest Rectangle in Histogram 084. Largest Rectangle in Histogram HashSet
121 Best Time to Buy and Sell Stock 121. Best Time to Buy and Sell Stock 动态规划
157 Read N Characters Given Read4 157.Read N Characters Given Read4 字符数组
163 Missing Ranges 163.Missing Ranges 数组
170 Two Sum III - Data structure design.java 170.Two Sum III - Data structure design 哈希
198 House Robber 198. House Robber 动态规划
243 Shortest Word Distance 243.Shortest Word Distance 哈希
246 Strobogrammatic Number 246. Strobogrammatic Number 字符串
252 Meeting Rooms.java 252. Meeting Rooms 数组
266 Palindrome Permutation 266. Palindrome Permutation 哈希
270 Closest Binary Search Tree Value 270. Closest Binary Search Tree Value 二叉搜索树
293 Flip Game 293. Flip Game 数组
303 Range Sum Query - Immutable 303. Range Sum Query - Immutable 动态规划
304 Range Sum Query 2D - Immutable 304. Range Sum Query 2D - Immutable 动态规划
338 Counting Bits 338. Counting Bits 位运算
350 Intersection of Two Arrays Ⅱ 350. Intersection of Two Arrays Ⅱ List
392 Is Subsequence 392. Is Subsequence 动态规划
395 Longest Substring with At Least K Repeating Characters 395. Longest Substring with At Least K Repeating Characters 递归+分治算法
403 Frog Jump 403. Frog Jump 递归+动态规划+HashSet
461 Hamming Distance 461. Hamming Distance 位运算
541 Reverse String Ⅱ 541. Reverse String Ⅱ 字符串处理
697 Degree of an Array 697. Degree of an Array 数组
746 Min Cost Climbing Stairs 746. Min Cost Climbing Stairs 动态规划
766 Toeplitz Matrix 766. Toeplitz Matrix 数组
832 Flipping an Image 832. Flipping an Image 位运算+数组
841 Keys and Rooms 841.Keys and Rooms 深度优先
844 Backspace String Compare 844. Backspace String Compare
846 Hand of Straights 846. Hand of Straights 贪心算法
867 Transpose Matrix 867. Transpose Matrix 数列
896 Monotonic Array 896. Monotonic Array 数组
1052 Grumpy Bookstore Owner 1052. Grumpy Bookstore Owner 数组+滑动窗口
1438 Longest Continuous Subarray With Absolute Diff Less Than or Equal to Limit 1438. Longest Continuous Subarray With Absolute Diff Less Than or Equal to Limit TreeMap+滑动窗口
AUD.0801 Three Steps Problem LCCI AUD.0801. Three Steps Problem LCCI 动态规划

About

算法练习 题目来源:LeetCode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages