labuladong / basic-challenge

200 stars 22 forks source link

已结束 #211

Closed labuladong closed 1 year ago

labuladong commented 1 year ago

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

ZechenM commented 1 year ago

https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array/solutions/2831356/topic/

tianyuanzoe commented 1 year ago

https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array/solutions/2831405/java-simple-binary-search/

lomanqqq commented 1 year ago
  1. 在排序数组中查找元素的第一个和最后一个位置

https://leetcode.cn/problems/find-first-and-last-position-of-element-in-sorted-array/solution/by-luo-luo-ke-f-vi9t/

17870107715 commented 1 year ago

704:https://leetcode.cn/problems/binary-search/solution/er-fen-cha-zhao-by-flipped-5f-ejm5/

sidankkirsten commented 1 year ago

704: https://leetcode.com/problems/binary-search/discuss/2832324/Python-binary-search

harryhook commented 1 year ago

Q34: https://leetcode.cn/problems/find-first-and-last-position-of-element-in-sorted-array/solution/er-fen-cha-zhao-by-harryhook-ifui/

JackyLiu-SCUT commented 1 year ago

https://leetcode.cn/problems/binary-search/solutions/1981918/er-fen-cha-zhao-by-jacky-liu-e-hajv/

lg785805788 commented 1 year ago

https://leetcode.cn/problems/find-first-and-last-position-of-element-in-sorted-array/solutions/1982000/by-sad-ellisl0t-iwyg/

  1. 在排序数组中查找元素的第一个和最后一个位置
yuanfangluo commented 1 year ago

Q34:https://leetcode.cn/problems/find-first-and-last-position-of-element-in-sorted-array/solutions/1982128/by-sleetcode-seej/

YangJiaCheng97 commented 1 year ago

一、寻找一个数(基本的二分搜索) Q704:https://leetcode.cn/problems/binary-search/solution/by-wu-yue-yjc-mxqo/ 二、寻找左侧边界的二分搜索 三、寻找右侧边界的二分查找 Q34:https://leetcode.cn/problems/find-first-and-last-position-of-element-in-sorted-array/solution/by-wu-yue-yjc-eofc/

YoungLightMing commented 1 year ago

704: https://leetcode.cn/problems/binary-search/solution/by-younglightming-h7ns/

Colafornia commented 1 year ago

Q34: https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array/discuss/2833141/JavaScript-binary-search-and-recursion-solutions

helen-tao commented 1 year ago

704:https://leetcode.com/problems/binary-search/solutions/2833178/php-704-binary-search/

itismejustme commented 1 year ago

[704. 二分查找] https://leetcode.cn/problems/binary-search/solutions/1982453/704-er-fen-cha-zhao-httpsleetcodecnprobl-8gwd/

BenCode2019 commented 1 year ago

https://leetcode.cn/problems/find-first-and-last-position-of-element-in-sorted-array/solutions/1982510/by-ben-172-o3bf/

run-forrest commented 1 year ago

34: https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array/discuss/2833359/Binary-search

elaineKuo commented 1 year ago

https://leetcode.cn/problems/find-first-and-last-position-of-element-in-sorted-array/solution/v-by-mei-vampire-tvq2/

xrwy2000 commented 1 year ago

https://leetcode.cn/problems/find-first-and-last-position-of-element-in-sorted-array/solution/by-wangsixian-2-nmat/

Ethanim commented 1 year ago

https://leetcode.cn/problems/find-first-and-last-position-of-element-in-sorted-array/solutions/1982573/34-zai-pai-xu-shu-zu-zhong-cha-zhao-yuan-ni92/

huozk0804 commented 1 year ago

Q704:https://leetcode.cn/problems/binary-search/solutions/1982588/by-huozk0804-wln8/

tta1993 commented 1 year ago

Q704: https://leetcode.com/problems/binary-search/solutions/2833491/704-binary-search/

zjk1234 commented 1 year ago

34: https://leetcode.cn/problems/find-first-and-last-position-of-element-in-sorted-array/solution/by-zjk123-g7he/

fengmiaomiao123 commented 1 year ago

https://leetcode.cn/problems/find-first-and-last-position-of-element-in-sorted-array/solutions/1982649/er-fen-cha-zhao-jie-fa-by-flamboyant-dif-nytp/

fhtbmw commented 1 year ago

leetCode 34 https://leetcode.cn/problems/find-first-and-last-position-of-element-in-sorted-array/solutions/1982700/er-fen-by-feng-huo-tai-mzdu/

linglinglv commented 1 year ago

34:https://leetcode.cn/problems/find-first-and-last-position-of-element-in-sorted-array/solution/34-by-linglinglv-k808/

anqi0103 commented 1 year ago

LeetCode #704: https://leetcode.com/problems/binary-search/discuss/2833721/Java-Binary-Search

ZYao-UP commented 1 year ago

https://leetcode.cn/problems/find-first-and-last-position-of-element-in-sorted-array/solutions/1982858/cshi-xian-by-lzym-c4bz/

pgh79 commented 1 year ago

Q704: https://leetcode.cn/problems/binary-search/solutions/1983028/problem-704-er-fen-cha-zhao-by-chu-yi-yu-3tfq/

xiaopeiyi0704 commented 1 year ago

leetcode 34 https://leetcode.com/discuss/interview-question/2834800/Java-binary-search-good-template-for-left-and-right-bound

KKKKSHI30 commented 1 year ago

Q704: https://leetcode.com/problems/binary-search/discuss/2835012/python-binary-search Q34: https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array/discuss/2835134/Python-binary-search-method

Brucewfq commented 1 year ago

力扣704题:https://leetcode.cn/problems/binary-search/solutions/1983414/704-er-fen-cha-zhao-by-bruce_wan-i55j/

yoco323 commented 1 year ago

704 https://leetcode.com/problems/binary-search/discuss/2835237/java-solution

li-positiveandfocus commented 1 year ago

Leetcode 34: https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array/discuss/2859348/java-solution

sallylyw commented 1 year ago

704. 二分查找 34. 在排序数组中查找元素的第一个和最后一个位置

yuhuan0311 commented 1 year ago

704: https://leetcode.cn/problems/binary-search/solutions/1983734/ji-chu-er-fen-fa-shuang-zhi-zhen-tou-wei-mv03/ 34: https://leetcode.cn/problems/find-first-and-last-position-of-element-in-sorted-array/solutions/1983927/er-fen-fa-sou-suo-zuo-you-bian-jie-by-yu-nwo7/

woshilvyi commented 1 year ago

力扣704:https://leetcode.cn/problems/binary-search/solutions/1983980/li-kou-704er-fen-cha-zhao-by-lu-yi-hfo-4csy/

sherryhxw commented 1 year ago

https://leetcode.cn/problems/binary-search/solutions/1984050/704er-fen-cha-zhao-by-xiao-wei-ne-5exh/

enoren111 commented 1 year ago

https://leetcode.cn/problems/find-first-and-last-position-of-element-in-sorted-array/solutions/1984084/find-first-and-last-position-of-element-4xdq5/

summer-like-coding commented 1 year ago

https://leetcode.cn/problems/binary-search/solution/by-summer_5_8-xo0v/

blueburble commented 1 year ago

Q 704 https://leetcode.cn/problems/binary-search/solutions/1984101/by-friendly-poincareamq-0siz/

syguo88 commented 1 year ago

Q34: https://leetcode.cn/problems/find-first-and-last-position-of-element-in-sorted-array/solutions/1984212/by-guo-dong-5-5jgg/

HaoyuBian commented 1 year ago

https://leetcode.cn/problems/find-first-and-last-position-of-element-in-sorted-array/solution/by-silly-poincareelt-nscl/

Enemy-77 commented 1 year ago

https://leetcode.cn/problems/binary-search/solution/by-wu-di-h0-qfuv/

dapengzh54 commented 1 year ago

https://leetcode.cn/problems/find-first-and-last-position-of-element-in-sorted-array/solutions/1984457/by-zhang-da-peng-b-7x3l/

guozhaoyang341 commented 1 year ago

https://leetcode.cn/problems/binary-search/solutions/1984490/by-guozhaoyoung-k8sn/

winkydang commented 1 year ago

https://leetcode.cn/problems/binary-search/solutions/1852042/by-dxy-5n-ckjb/

yh5155 commented 1 year ago

https://leetcode.cn/problems/find-first-and-last-position-of-element-in-sorted-array/solutions/1984539/by-liu-zz9-7w1m/

jacewong commented 1 year ago

https://leetcode.cn/problems/find-first-and-last-position-of-element-in-sorted-array/solution/by-chun-hei-wong-w25r/

yyyyawend commented 1 year ago

https://leetcode.com/problems/binary-search/solutions/2858900/python-solution/

goahead656 commented 1 year ago

Q704:https://leetcode.cn/problems/binary-search/solution/by-liu-hua-w1-hb8o/ Q34:https://leetcode.cn/problems/find-first-and-last-position-of-element-in-sorted-array/solution/by-liu-hua-w1-mgcw/