PIXNET Logo登入

yoruru的努力日記

跳到主文

雖然懶懶的會很舒服,但是還是得努力啊!歡迎光臨yoruru在痞客邦的努力日記~

部落格全站分類:不設分類

  • 相簿
  • 部落格
  • 留言
  • 名片
  • 5月 07 週日 202322:47
  • [LeetCode-C] 1. Two Sum

image
Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target.
(繼續閱讀...)
文章標籤

yoruru 發表在 痞客邦 留言(0) 人氣(210)

  • 個人分類:LeetCode
▲top
  • 4月 15 週六 202300:33
  • [LeetCode-C] 4. Median of Two Sorted Arrays

image
4. Median of Two Sorted Arrays
Given two sorted arrays nums1 and nums2 of size m and n respectively, return the median of the two sorted arrays.
(繼續閱讀...)
文章標籤

yoruru 發表在 痞客邦 留言(0) 人氣(12)

  • 個人分類:LeetCode
▲top
  • 4月 10 週一 202315:35
  • [LeetCode-C] 215. Kth Largest Element in an Array

image
215. Kth Largest Element in an Array
Given an integer array nums and an integer k, return the kth largest element in the array.
(繼續閱讀...)
文章標籤

yoruru 發表在 痞客邦 留言(0) 人氣(3)

  • 個人分類:LeetCode
▲top
  • 3月 30 週四 202314:06
  • [LeetCode-C] 75. Sort Colors

75. Sort Colors
Given an array nums with n objects colored red, white, or blue, sort them in-place so that objects of the same color are adjacent, with the colors in the order red, white, and blue.
(繼續閱讀...)
文章標籤

yoruru 發表在 痞客邦 留言(0) 人氣(9)

  • 個人分類:LeetCode
▲top
  • 3月 30 週四 202300:03
  • [LeetCode-C] 179. Largest Number

image
179. Largest Number
Given a list of non-negative integers nums, arrange them such that they form the largest number and return it.
(繼續閱讀...)
文章標籤

yoruru 發表在 痞客邦 留言(0) 人氣(9)

  • 個人分類:LeetCode
▲top
  • 3月 29 週三 202300:56
  • [LeetCode-C] 27. Remove Element

27. Remove Element
Given an integer array nums and an integer val, remove all occurrences of val in nums in-place. The order of the elements may be changed. Then return the number of elements in nums which are not equal to val.
(繼續閱讀...)
文章標籤

yoruru 發表在 痞客邦 留言(0) 人氣(2)

  • 個人分類:LeetCode
▲top
  • 3月 28 週二 202315:25
  • [LeetCode-C] 56. Merge Intervals

56. Merge Intervals
Given an array of intervals where intervals[i] = [starti, endi], merge all overlapping intervals, and return an array of the non-overlapping intervals that cover all the intervals in the input.
(繼續閱讀...)
文章標籤

yoruru 發表在 痞客邦 留言(0) 人氣(53)

  • 個人分類:LeetCode
▲top
  • 3月 24 週五 202312:38
  • [LeetCode-C] 735. Asteroid Collision

image
735. Asteroid Collision
We are given an array asteroids of integers representing asteroids in a row.
(繼續閱讀...)
文章標籤

yoruru 發表在 痞客邦 留言(0) 人氣(2)

  • 個人分類:LeetCode
▲top
  • 3月 23 週四 202311:56
  • [LeetCode-C] 1249. Minimum Remove to Make Valid Parentheses

1249. Minimum Remove to Make Valid Parentheses
Given a string s of '(' , ')' and lowercase English characters.
(繼續閱讀...)
文章標籤

yoruru 發表在 痞客邦 留言(0) 人氣(2)

  • 個人分類:LeetCode
▲top
  • 3月 22 週三 202323:33
  • [LeetCode-C] 1209. Remove All Adjacent Duplicates in String II

image
1209. Remove All Adjacent Duplicates in String II
You are given a string s and an integer k, a k duplicate removal consists of choosing k adjacent and equal letters from s and removing them, causing the left and the right side of the deleted substring to concatenate together.
(繼續閱讀...)
文章標籤

yoruru 發表在 痞客邦 留言(0) 人氣(2)

  • 個人分類:LeetCode
▲top
12...7»

個人資訊

yoruru
暱稱:
yoruru
分類:
不設分類
好友:
累積中
地區:

熱門文章

  • (21,376)[文件分享]月份血壓紀錄表
  • (659)[乳酪抹醬] 巧兒-焦糖核桃乳酪抹醬
  • (582)[摘要整理(ch1-4)+小心得]僕人II:修練與實踐
  • (459)SOU・SOU官網購物開箱
  • (458)[生吐司] 呂昇達老師-日本生吐司 麵包機1.6斤蛋奶素版本實測
  • (234)Vue.js in vs2019 npm error: npm run build exited with code 1
  • (94)[祕魯行前準備] 成大 - 旅遊醫學診 (自費)
  • (63)練習正規表示式 Regular Expressions網站推薦
  • (42)[摘要整理]21世紀的21堂課
  • (5)[LeetCode] 540. Single Element in a Sorted Array

文章分類

toggle 烘焙 (2)
  • 麵包機 (1)
  • 甜點 (2)
toggle 職場 (2)
  • LeetCode (40)
  • 讀書心得 (18)
toggle 玩樂 (1)
  • 旅遊 (7)
  • 未分類文章 (1)

最新文章

  • [LeetCode-C] 1. Two Sum
  • [LeetCode-C] 4. Median of Two Sorted Arrays
  • [LeetCode-C] 215. Kth Largest Element in an Array
  • [LeetCode-C] 75. Sort Colors
  • [LeetCode-C] 179. Largest Number
  • [LeetCode-C] 27. Remove Element
  • [LeetCode-C] 56. Merge Intervals
  • [LeetCode-C] 735. Asteroid Collision
  • [LeetCode-C] 1249. Minimum Remove to Make Valid Parentheses
  • [LeetCode-C] 1209. Remove All Adjacent Duplicates in String II

最新留言

  • [23/04/07] 受惠者 於文章「[文件分享]月份血壓紀錄表...」留言:
    非常感謝您的檔案,很實用也給了我很大的幫助。 謝謝您的善心!...
  • [23/01/15] 訪客 於文章「[文件分享]月份血壓紀錄表...」留言:
    感謝您的檔案,給了很大幫助! 下載下來讓長輩可以確實做紀錄...
  • [22/02/22] Joshua 於文章「[生吐司] 呂昇達老師-日本生吐司 麵包...」留言:
    👍感謝分享,天冷請多注意保暖,有空歡迎一起交...
  • [18/05/06] 訪客 於文章「2018.04.28 - 30 台東少則...」留言:
    照片有箭頭超貼心的! 原來這個名宿還有「少則得,多則惑」的...
  • [18/05/06]  於文章「17174830196...」留言:
    ...
  • [17/12/10]  於文章「17104267685...」留言:
    ...
  • [17/12/10] 10 於文章「2017.11.10 珠海長隆海洋王國攻...」留言:
    期待其他篇遊記~~ 也期待快點出現工作日誌~ BTW我覺...

動態訂閱

文章精選

文章搜尋

誰來我家

參觀人氣

  • 本日人氣:
  • 累積人氣: