2508 Commits

Author SHA1 Message Date
d4e98f461c Merge pull request #498 from daniel1n/patch-6
Update 1005.K次取反后最大化的数组和.md
2021-07-18 15:20:06 +08:00
5147710311 Merge pull request #497 from jackeyjia/patch-17
add js solution for minDistance
2021-07-18 15:18:45 +08:00
40cd0c2639 Merge pull request #496 from jackeyjia/patch-16
add js solution for minDistance
2021-07-18 15:18:21 +08:00
01f14ae547 Update 0406.根据身高重建队列.md
更新Java:使用lambda
2021-07-18 13:35:20 +08:00
80dda7ac09 add js solution for longestPalindromeSubseq 2021-07-17 14:37:00 -07:00
08e390cb7e add js solution for countSubstrings 2021-07-17 13:27:54 -07:00
4defdbba77 Update 1005.K次取反后最大化的数组和.md
与C++相同的思路,不过排序的耗时更长
2021-07-17 22:45:14 +08:00
e70378fc62 Merge pull request #495 from jackeyjia/patch-15
add js solution for numDistinct
2021-07-17 16:21:13 +08:00
49d68b055a add js solution for minDistance 2021-07-16 22:46:56 -07:00
a24ca6488d add js solution for minDistance 2021-07-16 22:38:40 -07:00
ae8a0f29f2 add js solution for numDistinct 2021-07-16 22:08:38 -07:00
63b3ede45f Merge pull request #494 from jackeyjia/patch-14
add js solution for longestCommonSubsequence
2021-07-16 08:50:40 +08:00
8907c71c78 Merge pull request #493 from jackeyjia/patch-13
add js solution for findLengthOfLCIS
2021-07-16 08:50:21 +08:00
64673f205f Merge pull request #492 from jackeyjia/patch-12
add js solution for lengthOfLIS
2021-07-15 15:47:19 +08:00
c43355dedd add js solution for longestCommonSubsequence 2021-07-14 20:25:38 -07:00
81f74d8c48 Merge branch 'master' of https://github.com/youngyangyang04/leetcode 2021-07-14 15:45:47 +08:00
3957e9583d Update 2021-07-14 15:45:42 +08:00
7625216d72 Merge pull request #490 from Miraclelucy/master
Update 0501.二叉搜索树中的众数.md - 增加了python3版本的迭代解法
2021-07-14 15:37:34 +08:00
bf9469e4ed Merge pull request #489 from hk27xing/master
改进718.最长重复子数组Java版本代码
2021-07-14 15:37:07 +08:00
e7ba8dee60 Merge pull request #488 from X-shuffle/master
增加 0047.全排列II go版本
2021-07-14 15:36:42 +08:00
1e6a9b8c1f Merge pull request #487 from jackeyjia/patch-11
add js solution for maxProfit with fee
2021-07-14 15:36:20 +08:00
c2e3d10c71 Merge pull request #486 from jackeyjia/patch-10
add js solution for maxProfit with Cooldown
2021-07-14 15:35:55 +08:00
2a247394a3 add js solution for findLengthOfLCIS 2021-07-13 19:23:18 -07:00
f7bfc0536a add js solution for lengthOfLIS 2021-07-13 19:00:19 -07:00
b64df0ff25 Merge pull request #485 from jackeyjia/patch-9
add js solution for  maxProfit IV
2021-07-14 09:40:37 +08:00
3d41c311f6 Merge pull request #484 from jojoo15/patch-38
增加 0188 买股票的最佳时机IV python3版本二
2021-07-14 09:40:16 +08:00
dafd104063 Merge pull request #483 from jackeyjia/patch-8
add js solution for maxProfit II
2021-07-13 20:56:03 +08:00
babe8058de Merge pull request #491 from ltinyho/patch-3
解决题号显示错误
2021-07-13 20:55:38 +08:00
b5f8fe3986 Merge pull request #482 from LiangDazhu/patch-31
Update 1035.不相交的线.md
2021-07-13 20:55:16 +08:00
0597ad9ba3 Merge branch 'master' of https://github.com/youngyangyang04/leetcode 2021-07-13 16:32:25 +08:00
11feb339cd Update 2021-07-13 16:28:49 +08:00
34dba19dd1 Merge pull request #481 from LiangDazhu/patch-30
Update 1143.最长公共子序列.md
2021-07-13 00:36:56 +08:00
42c62eeae0 解决题号显示错误 2021-07-12 23:13:03 +08:00
fba6146648 Update 0501.二叉搜索树中的众数.md - 增加了python3版本的迭代解法 2021-07-12 11:35:45 +08:00
e410ff3619 Merge pull request #480 from hk27xing/hk27xing-add
改进123, 188的 Java 版本代码
2021-07-12 09:44:18 +08:00
4023305324 Merge pull request #479 from Miraclelucy/master
Update 0098.验证二叉搜索树.md - 增加了python3版本的简单递归法和迭代解法
2021-07-12 09:43:11 +08:00
d47bc6a656 Merge pull request #478 from callmePicacho/patch-4
Update 0047.全排列II.md Go 版本
2021-07-12 09:42:39 +08:00
d910df8eef Merge branch 'youngyangyang04:master' into master 2021-07-12 09:29:05 +08:00
219d1d9982 改进718.最长重复子数组Java版本代码 2021-07-10 21:09:42 +08:00
20ec9659bb Merge pull request #477 from jackeyjia/patch-7
add js solution for wordBreak
2021-07-10 15:54:02 +08:00
be87481db3 增加 0047.全排列II go版本
增加 0047.全排列II go版本
2021-07-10 14:52:36 +08:00
69e54d9091 Update 0714.买卖股票的最佳时机含手续费(动态规划).md 2021-07-09 22:13:43 -07:00
1c583ae1df add js solution for maxProfit with fee 2021-07-09 22:13:19 -07:00
e267f101ee add js solution for maxProfit with Cooldown 2021-07-09 20:56:24 -07:00
486fff2d02 Update 0188.买卖股票的最佳时机IV.md 2021-07-09 20:11:13 -07:00
633de2413c Update 0188.买卖股票的最佳时机IV.md 2021-07-09 20:10:53 -07:00
3cff2bbe83 add js solution for maxProfit IV 2021-07-09 20:10:06 -07:00
77e75035d3 增加 0188 买股票的最佳时机IV python3版本二
增加 0188 买股票的最佳时机IV python3版本二
2021-07-09 10:39:19 +02:00
a9344c2f94 Merge pull request #476 from lichun-chen/master
更新 0739. 每日温度.md Python3 版本代码
2021-07-09 16:24:06 +08:00
8249e35a99 Merge pull request #474 from X-shuffle/master
添加 0491.递增子序列 go版本
2021-07-09 16:23:17 +08:00