PIXNET Logo登入

yoruru的努力日記

跳到主文

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

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

  • 相簿
  • 部落格
  • 留言
  • 名片
  • 2月 28 週二 202312:53
  • [LeetCode-C] 876. Middle of the Linked List


876. Middle of the Linked List
Given the head of a singly linked list, return the middle node of the linked list.
(繼續閱讀...)
文章標籤

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

  • 個人分類:LeetCode
▲top
  • 2月 25 週六 202323:39
  • [LeetCode-C] 283. Move Zeroes

image
283. Move Zeroes
Given an integer array nums, move all 0's to the end of it while maintaining the relative order of the non-zero elements.
(繼續閱讀...)
文章標籤

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

  • 個人分類:LeetCode
▲top
  • 2月 23 週四 202319:54
  • [LeetCode-C] 202. Happy Number

image
202. Happy Number
Write an algorithm to determine if a number n is happy.
(繼續閱讀...)
文章標籤

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

  • 個人分類:LeetCode
▲top
  • 2月 22 週三 202311:34
  • [LeetCode-C] 136. Single Number

image
136. Single Number
Given a non-empty array of integers nums, every element appears twice except for one. Find that single one.
(繼續閱讀...)
文章標籤

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

  • 個人分類:LeetCode
▲top
  • 12月 22 週四 202211:28
  • [Leetcode] C語言合集(LC1、LC121、LC242)

image
下周要面試了,程式考C,只好緊急刷題來喚醒跟C語言的回憶。
刷題列表參考:LeetCode面試必刷總復習題  | Tech Interview Prep
(繼續閱讀...)
文章標籤

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

  • 個人分類:LeetCode
▲top
  • 11月 29 週二 202216:14
  • [LeetCode] 328. Odd Even Linked List


328. Odd Even Linked List
Given the head of a singly linked list, group all the nodes with odd indices together followed by the nodes with even indices, and return the reordered list.
(繼續閱讀...)
文章標籤

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

  • 個人分類:LeetCode
▲top
  • 11月 28 週一 202216:27
  • [LeetCode] 92. Reverse Linked List II


92. Reverse Linked List II
Example 1:
(繼續閱讀...)
文章標籤

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

  • 個人分類:LeetCode
▲top
  • 11月 17 週四 202219:25
  • [LeetCode] 225. Implement Stack using Queues

image
225. Implement Stack using Queues
Implement a last-in-first-out (LIFO) stack using only two queues. The implemented stack should support all the functions of a normal stack (push, top, pop, and empty).
(繼續閱讀...)
文章標籤

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

  • 個人分類:LeetCode
▲top
  • 11月 14 週一 202222:41
  • [讀書會]失敗學:每一次失敗,都是一次生命系統的升級

How To Fail With Elizabeth Day | Podcast on Spotify
作者 :Elizabeth Day(伊莉莎白.德依)
(繼續閱讀...)
文章標籤

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

  • 個人分類:讀書心得
▲top
  • 11月 11 週五 202215:22
  • [LeetCode] 148. Sort List


148. Sort List
Given the head of a linked list, return the list after sorting it in ascending order.
(繼續閱讀...)
文章標籤

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

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

個人資訊

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

熱門文章

  • (21,382)[文件分享]月份血壓紀錄表
  • (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我覺...

動態訂閱

文章精選

文章搜尋

誰來我家

參觀人氣

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