868 Commits

Author SHA1 Message Date
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
YDZ
11f3e13688 Add solution 1190 2021-05-27 11:00:10 +08:00
315d4fa8d8 Merge pull request #139 from NovaHe/fix/91
Fix/91 and 80
2021-05-26 00:47:31 +08:00
7a3fe1fed2 add 80 solution explain 2021-05-25 22:21:37 +08:00
YDZ
00b6d1a6ca Add solution 709 2021-05-25 02:07:37 +08:00
38875b19fb update 91 2021-05-24 23:16:08 +08:00
44c68a333a update 80 2021-05-23 17:25:26 +08:00
6d2d38e124 Merge pull request #138 from NovaHe/fix/75
clean up redundant code
2021-05-23 16:28:04 +08:00
851e0eaad5 Merge pull request #137 from NovaHe/master
clean up redundant code
2021-05-23 16:24:16 +08:00
d5aacae9d2 clean up redundant code 2021-05-23 14:30:33 +08:00
58f6f7fedb clean up 62 2021-05-23 13:19:27 +08:00
YDZ
9dbefba7cd Add solution 0810 2021-05-22 22:40:52 +08:00
991cb6e3d7 Merge pull request #133 from NovaHe/fix/48
fix/48: clean up code
2021-05-22 21:31:25 +08:00