2a115eccc3
Merge pull request #127 from NovaHe/fix/345
...
fix/345: clean up redundant code
2021-05-05 22:36:45 +08:00
2450cf4dd0
fix/345: clean up redundant code
2021-05-05 12:01:03 +08:00
1835b6dd45
feature/874: add 874 solution
2021-05-04 21:36:26 +08:00
24829288bb
Update 0821 solution
2021-05-04 21:13:20 +08:00
624a9ae9e6
Merge pull request #124 from NovaHe/feature/821
...
feature/821: add O(n) solution
2021-05-04 21:01:32 +08:00
70aafb68d4
update 137 solution
2021-05-04 21:00:43 +08:00
0c817666f5
feature/821: add O(n) solution
2021-05-04 17:19:18 +08:00
99fe55c7df
Update 0437
2021-05-04 10:28:14 +08:00
65f4c4f060
Merge pull request #122 from NovaHe/feature/437
...
feature/437: add a faster solution
2021-05-04 09:42:51 +08:00
1071ae0455
Merge pull request #123 from halfrost/Update_hugo_book_V9
...
Update hugo book to V9
2021-05-04 09:37:55 +08:00
3d5df51382
Notable changes:
...
Collapsed menus can be navigated without changing page!
Most SCSS vars were migration to CSS vars.
MermaidJS configuration can be customized.
Lead image can be now added to posts via image: frontmatter.
New partials: before and after toc.
New translations:
Traditional Chinese (#335 )
Turkish (#300 )
Other changes and fixes:
Post title rendering is now using proper partial.
Collapsible menus are now changing arrow on toggle (#332 ).
Link to SCM is now pointing to main branch by default.
Edit link can be more customized.
Bug Fix: Empty .Site.Params.contentDir (#312 )
Button shortcode can now render markdown (#308 )
Set default content direction to ltr (#307 )
New 'BookOnlyTranslated' property to display only links to translated pages (#303 )
MermaidJS upgraded to v8.9.0 (#305 )
New page param: bookSearchExclude to exclude pages from search index
2021-05-04 09:29:55 +08:00
4abb13e6ca
feature/437: add a faster solution
2021-05-02 17:54:54 +08:00
9c0603ea84
Update 0401
2021-05-02 11:38:13 +08:00
dd99c2c7e1
Merge pull request #120 from NovaHe/feature/401
...
feature/401: add a simpler solution
2021-05-02 11:36:11 +08:00
bff8947a8b
fix 401: add a simpler solution
2021-05-02 10:47:14 +08:00
678bc75719
Add solution 0554
2021-05-02 04:15:16 +08:00
86856f687a
Merge pull request #119 from NovaHe/fix/263
...
fix 263: remove redundant compute
2021-05-01 01:46:02 +08:00
1eb4bf698a
Add solution 690
2021-05-01 01:31:56 +08:00
594af3f4d8
fix 263: remove redundant compute
2021-05-01 00:24:53 +08:00
0f1bb00e62
Update 0167、0169
2021-04-28 09:34:02 +08:00
01ce0fd9b1
Merge pull request #118 from yangwenmai/patch-1
...
Update LRUCache.md
2021-04-28 09:12:33 +08:00
099e31ea64
Merge pull request #117 from NovaHe/master
...
fix 167: clean up redundant code
2021-04-28 09:12:20 +08:00
97b5aaf1c2
Update LRUCache.md
2021-04-28 09:03:45 +08:00
87c8048afb
Add solution 0938、1642
2021-04-28 08:40:36 +08:00
2d5005a24a
fix 169: clean up redundant code
2021-04-27 21:14:09 +08:00
263ca6e3b7
fix 167: clean up redundant code
2021-04-27 12:57:45 +08:00
8f1f1db6f2
Merge branch 'master' of https://github.com/halfrost/LeetCode-Go
2021-04-27 12:55:05 +08:00
0a614a0e79
fix 167: clean up redundant code
2021-04-27 12:53:02 +08:00
d27ca9bd0a
Add solution 1353
2021-04-26 02:48:16 +08:00
6fcc9ec669
Update 0048、1011
2021-04-26 01:24:48 +08:00
0a87bb5a02
Update 0218
2021-04-25 12:29:32 +08:00
f92ac03f8f
Update Segment Tree
2021-04-25 10:58:14 +08:00
4be7d82168
Update Segment Tree
2021-04-24 22:30:03 +08:00
45fb40ee7f
Add solution 0368、0377、0696
2021-04-24 21:04:28 +08:00
1cdbefdc9c
Update bit
2021-04-24 01:15:33 +08:00
fd409dcbd1
Update bit
2021-04-23 17:20:59 +08:00
8a14f2c734
Update solution 0307
2021-04-22 20:36:55 +08:00
732095c59a
Update 0315、0327
2021-04-22 18:44:06 +08:00
d4d5a20eb1
Update solution 1649、493
2021-04-22 17:07:22 +08:00
e0aed6a035
Add bit template
2021-04-22 10:13:39 +08:00
19e5c7e9c9
Update bit
2021-04-22 00:15:58 +08:00
ebd8951db4
Add solution 0589
2021-04-21 16:43:25 +08:00
4e6a1e3287
Update
2021-04-20 11:24:07 +08:00
370ec68c76
Update bit
2021-04-19 16:58:27 +08:00
8ee289c17c
Update 0101
2021-04-19 10:21:24 +08:00
5fbca5f096
Merge pull request #116 from NovaHe/master
...
fix 101: refactor code
2021-04-19 09:58:09 +08:00
4c59f10469
Add BIT
2021-04-18 02:13:15 +08:00
18e6d08e93
Add solution 1209
2021-04-17 15:28:07 +08:00
784e731c77
fix 101: refactor code
2021-04-17 10:46:10 +08:00
09463eee6f
Add 0088 test case
2021-04-17 08:24:40 +08:00