labuladong / basic-challenge

200 stars 23 forks source link

已结束 #208

Closed labuladong closed 1 year ago

labuladong commented 1 year ago

本期打卡已结算完成。报名最新一期的打卡活动 点这里

xiaopeiyi0704 commented 1 year ago

leetcode 303 https://leetcode.com/problems/range-sum-query-immutable/discuss/2821447/java-presum-O(n)-solution

leetcode 304 https://leetcode.com/problems/range-sum-query-2d-immutable/discuss/2821822/Presum-Java-solution

XinrongHAN commented 1 year ago

https://leetcode.com/problems/range-sum-query-immutable/discuss/2821987/java-O(1)

ZechenM commented 1 year ago

https://leetcode.com/problems/range-sum-query-immutable/solutions/2822232/array-prefix/

helen-tao commented 1 year ago

Q303 https://leetcode.com/problems/range-sum-query-immutable/solutions/2822372/php-303-range-sum-query-immutable/

xrwy2000 commented 1 year ago

https://leetcode.cn/problems/range-sum-query-2d-immutable/solution/by-wangsixian-2-b1lh/

tta1993 commented 1 year ago

Q303:https://leetcode.com/problems/range-sum-query-immutable/solutions/2822472/topic/

YangJiaCheng97 commented 1 year ago

一维数组中的前缀和: Q303:https://leetcode.cn/problems/range-sum-query-immutable/solution/by-wu-yue-yjc-6ycw/ 二维矩阵中的前缀和: Q304:https://leetcode.cn/problems/range-sum-query-2d-immutable/solution/by-wu-yue-yjc-ppdw/

做到一眼看出题目是一个前缀和问题

KKKKSHI30 commented 1 year ago

Q303: https://leetcode.com/problems/range-sum-query-immutable/discuss/2822499/Python-cache-solution Q304: https://leetcode.com/problems/range-sum-query-2d-immutable/discuss/2822692/Python-cache-way-solution

yuanfangluo commented 1 year ago

Q303: https://leetcode.cn/problems/range-sum-query-immutable/solutions/1976001/shu-zu-shuang-zhi-zhen-ji-qiao-qian-zhui-81tp/ Q304: https://leetcode.cn/problems/range-sum-query-2d-immutable/solutions/1976078/er-wei-qu-yu-he-qian-zhui-he-by-sleetcod-xa97/

tianyuanzoe commented 1 year ago

https://leetcode.com/problems/range-sum-query-immutable/solutions/2822784/java-prefixsum-array/

Brucewfq commented 1 year ago

力扣303题:https://leetcode.cn/problems/range-sum-query-immutable/solutions/1976138/303-qu-yu-he-jian-suo-shu-zu-bu-ke-bian-pahv2/

enoren111 commented 1 year ago

https://leetcode.cn/problems/O4NDxx/solutions/1976128/2-dimension-matrix-sum-by-schneiderlin-i-r3ke/

lg785805788 commented 1 year ago

https://leetcode.cn/problems/range-sum-query-2d-immutable/solutions/1976271/by-sad-ellisl0t-utws/

  1. 二维区域和检索 - 矩阵不可变
yh5155 commented 1 year ago

https://leetcode.cn/problems/range-sum-query-immutable/solutions/1976294/by-liu-zz9-qyin/

linglinglv commented 1 year ago

leetcode 303 https://leetcode.cn/problems/range-sum-query-immutable/solution/303-by-linglinglv-dss5/

leetcode 304 https://leetcode.cn/problems/range-sum-query-2d-immutable/solution/304-by-linglinglv-oeex/

fhtbmw commented 1 year ago

LeetCode 303 https://leetcode.cn/problems/range-sum-query-immutable/solutions/1976634/by-feng-huo-tai-nz8g/

fengmiaomiao123 commented 1 year ago

https://leetcode.cn/problems/range-sum-query-2d-immutable/solutions/1976702/by-flamboyant-diffiem7j-tbzo/

17870107715 commented 1 year ago

https://leetcode.cn/problems/range-sum-query-immutable/solution/qu-yue-by-flipped-5f-pkkn/

woshilvyi commented 1 year ago

https://leetcode.cn/problems/range-sum-query-immutable/solutions/1976966/by-lu-yi-hfo-aoyz/

Enemy-77 commented 1 year ago

https://leetcode.cn/problems/range-sum-query-immutable/solution/qu-yu-he-jian-suo-shu-zu-bu-ke-bian-by-w-o3j7/

Ethanim commented 1 year ago

https://leetcode.cn/problems/range-sum-query-2d-immutable/solutions/1977070/by-shi-zhi-wang-liao-4z3k/

elaineKuo commented 1 year ago

https://leetcode.cn/problems/range-sum-query-2d-immutable/solution/er-wei-qu-yu-he-jian-suo-ju-zhen-bu-ke-b-a3lh/

zjk1234 commented 1 year ago

Q304:https://leetcode.cn/problems/range-sum-query-2d-immutable/solution/by-zjk123-7bgc/

JackyLiu-SCUT commented 1 year ago

https://leetcode.cn/problems/range-sum-query-immutable/solutions/1977323/qian-zhui-he-by-jacky-liu-e-m7rg/

winkydang commented 1 year ago

https://leetcode.cn/problems/range-sum-query-immutable/solutions/1842832/by-dxy-5n-5tme/

wymann01 commented 1 year ago

https://leetcode.cn/problems/range-sum-query-immutable/solution/qian-zhui-he-by-huaiguangpan-atlw/

YoungLightMing commented 1 year ago

Q303: https://leetcode.cn/problems/range-sum-query-immutable/solution/by-younglightming-s37f/

lomanqqq commented 1 year ago
  1. 二维区域和检索 - 矩阵不可变

https://leetcode.cn/problems/range-sum-query-immutable/solution/by-luo-luo-ke-f-urm5/

ZYao-UP commented 1 year ago

https://leetcode.cn/problems/range-sum-query-2d-immutable/solutions/1977550/by-lzym-te59/

harryhook commented 1 year ago

Q303: https://leetcode.cn/problems/range-sum-query-immutable/solution/by-harryhook-h36w/

zhuguoliang commented 1 year ago

https://leetcode.com/problems/range-sum-query-immutable/discuss/2825547/prefix-method-c%2B%2B

dapengzh54 commented 1 year ago

https://leetcode.cn/problems/range-sum-query-2d-immutable/solutions/1978154/qian-zhui-he-shu-zu-er-wei-ju-zhen-by-zh-2gme/

yoco323 commented 1 year ago

Q303 https://leetcode.com/problems/range-sum-query-immutable/discuss/2826289/java-prefixsum

summer-like-coding commented 1 year ago

day03:https://leetcode.cn/problems/range-sum-query-2d-immutable/solution/by-summer_5_8-a81u/

sallylyw commented 1 year ago

303. 区域和检索 - 数组不可变

sallylyw commented 1 year ago

303. 区域和检索 - 数组不可变

sherryhxw commented 1 year ago

https://leetcode.cn/problems/range-sum-query-immutable/solutions/1978571/shu-zu-qian-zhui-he-by-xiao-wei-ne-5ads/

li-positiveandfocus commented 1 year ago

Leetcode 303. Range Sum Query - Immutable https://leetcode.com/problems/range-sum-query-immutable/discuss/2858326/java-solution

blueburble commented 1 year ago

Q303 https://leetcode.cn/problems/range-sum-query-immutable/solutions/1978788/by-friendly-poincareamq-4b48/

syguo88 commented 1 year ago

Q304: https://leetcode.cn/problems/range-sum-query-2d-immutable/solutions/1978989/er-wei-qian-zhui-he-by-guo-dong-5-nsnv/

yuhuan0311 commented 1 year ago

Q303: https://leetcode.cn/problems/range-sum-query-immutable/solutions/1979126/by-yuhuan0311-q2zm/

goahead656 commented 1 year ago

Q303: https://leetcode.cn/problems/range-sum-query-immutable/solution/by-liu-hua-w1-agqu/

run-forrest commented 1 year ago

Q303 https://leetcode.com/problems/range-sum-query-immutable/discuss/2827509/Range-sum

pgh79 commented 1 year ago

Q1109: https://leetcode.cn/problems/corporate-flight-bookings/solutions/1979152/by-chu-yi-yuan-54gx/

huozk0804 commented 1 year ago

Q303:https://leetcode.cn/problems/range-sum-query-immutable/solutions/1979240/by-huozk0804-t7dt/

guozhaoyang341 commented 1 year ago

https://leetcode.cn/problems/range-sum-query-immutable/solutions/1979263/by-guozhaoyoung-h43c/

anqi0103 commented 1 year ago

LeetCode #303: https://leetcode.com/problems/range-sum-query-immutable/discuss/2827730/Java-Prefix-Sum-Solution

cui36 commented 1 year ago

Q303: https://leetcode.cn/problems/range-sum-query-immutable/

sidankkirsten commented 1 year ago

Q303: https://leetcode.com/problems/range-sum-query-immutable/discuss/2827753/Python-solution-presum

itismejustme commented 1 year ago
  1. 区域和检索 - 数组不可变 https://leetcode.cn/problems/range-sum-query-immutable/solutions/1979283/by-rong-v-97x8/