880 Commits

Author SHA1 Message Date
YDZ
a616d6ea09 Add solution 0576 2021-06-26 03:18:44 +08:00
YDZ
b11b8bf09c Update solution 0237 2021-06-24 02:36:57 +08:00
f94128417a Merge pull request #151 from brenobaptista/refactored-237
Refactored solution 237
2021-06-24 02:29:33 +08:00
YDZ
d1c6d8777a Update solution 0065 2021-06-24 02:27:20 +08:00
1198fcc279 Merge pull request #150 from ssezhangpeng/master
add leetcode_0065
2021-06-24 02:18:13 +08:00
YDZ
014e437944 Add solution 0792 2021-06-24 02:13:06 +08:00
871204438b Refactored solution 237 2021-06-21 23:46:37 -03:00
cb1a2124a7 add leetcode_0065 2021-06-22 00:20:14 +08:00
820f3ddd28 add leetcode_0065 2021-06-22 00:12:44 +08:00
873183cc77 Merge branch 'master' of https://github.com/ssezhangpeng/LeetCode-Go-1 2021-06-22 00:02:44 +08:00
8741a38fe2 add leetcode_0065 2021-06-21 23:57:48 +08:00
b273c3f088 add leetcode_0064 2021-06-21 23:56:00 +08:00
578c85e416 Merge pull request #149 from brenobaptista/refactored-101
Refactored solution 101
2021-06-21 08:12:55 +08:00
804bf60609 Refactored solution 101 2021-06-20 19:53:41 -03:00
YDZ
75b8f85315 standardized question title 2021-06-20 16:55:57 +08:00
YDZ
c28e1c0267 Add solution 1600, change dir 0167、0303、0304、0307、0653、1017 2021-06-20 13:46:33 +08:00
YDZ
fe99f9d7d5 LeetCode delete problem 1204 cause ctl order error 2021-06-19 22:17:06 +08:00
YDZ
eb5eb51233 Add solution 1239 2021-06-19 20:28:57 +08:00
YDZ
4d91e41bef Add solution 0795 2021-06-19 19:48:35 +08:00
YDZ
7a90f3713d Update 0483 solution 2021-06-18 21:08:25 +08:00
555737bcff Add solution 0473 2021-06-16 18:16:04 +08:00
5cf1b806b1 Add solution 0279、0518 2021-06-16 17:38:56 +08:00
48cb642554 Add solution 0877 2021-06-16 16:22:56 +08:00
YDZ
fe13c6dc18 Add solution 0374 2021-06-14 02:03:55 +08:00
b2a4f39401 Add solution 0278 2021-06-13 20:12:01 +08:00
259eba0c84 Merge pull request #148 from novahe/fix/84
fix/84: easier to understand code
2021-06-12 17:15:19 +08:00
aa8912611f fix/84: clean up redundant code 2021-06-10 23:54:31 +08:00
YDZ
dbdc464dee Add solution 1383 2021-06-06 01:48:24 +08:00
YDZ
640dc700a6 Update solution 0069 2021-06-05 23:43:42 +08:00
d0c6f905f6 Merge pull request #146 from hanlins/69/sqrtx/consise-binary-search
Make the binary search solution more concise for Sqrt x
2021-06-05 23:40:24 +08:00
295504eb45 Merge pull request #145 from novahe/fix/209
fix/209: clean up redundant code
2021-06-05 23:33:54 +08:00
YDZ
cc78fdd0ef Add solution 0097、0523、0525、1465、1744 2021-06-04 16:22:35 +08:00
YDZ
c0191c235d Add solution 1268 2021-06-04 09:58:16 +08:00
60d3b04030 Make the binary search solution more concise for Sqrt x
Signed-off-by: Hanlin Shi <shihanlin9@gmail.com>
2021-06-03 16:22:35 -07:00
2104d8f332 fix/209: clean up redundant code 2021-06-04 00:37:02 +08:00
YDZ
ec597e285d Update info 2021-06-02 07:29:51 +08:00
YDZ
d61a0226b8 Update 0695 solution 2021-06-02 07:09:59 +08:00
135754159e Merge pull request #144 from novahe/fix/199
fix/199: clean up redundant code
2021-06-02 07:08:45 +08:00
9e357544d1 fix/199: clean up redundant code 2021-06-01 22:52:00 +08:00
3dac8b9e82 Merge pull request #143 from novahe/fix/150
clean up redundant code
2021-06-01 13:08:48 +08:00
YDZ
9fb39146b7 Update 0051 solution 2021-06-01 13:04:57 +08:00
e256d74761 Merge pull request #142 from hanlins/51/n-queen/bit-operation
Add solution for N-Queen problem which uses bit-operation
2021-06-01 12:57:21 +08:00
5cd43244e9 clean up redundant code 2021-05-31 23:40:55 +08:00
cff768e63c Add solution for N-Queen problem which uses bit-operation
Still uses DFS, optimized for state compression.

Signed-off-by: Hanlin Shi <shihanlin9@gmail.com>
2021-05-31 00:43:43 -07:00
YDZ
ad3dfff270 update 0129 solution 2021-05-30 09:19:41 +08:00
7ca6279850 Merge pull request #141 from novahe/fix/129
update 129
2021-05-30 09:14:07 +08:00
44eddae9d0 update 129 2021-05-29 21:01:30 +08:00
YDZ
95eddf7a24 Update solution 0024 2021-05-29 03:30:08 +08:00
889e495992 Merge pull request #140 from hanlins/24/one-liner
Use a concise solution for problem 24 swap nodes in pairs
2021-05-28 13:29:41 +08:00
22e9be3663 Use a concise solution for problem 24 swap nodes in pairs
Signed-off-by: Hanlin Shi <shihanlin9@gmail.com>
2021-05-27 09:48:36 -07:00