yuuu

@yuyuan

Joined on Dec 28, 2019

  • github 題目說明 Must using MultiTask, with Inter-Task Communication (ITC) mechanism Two Tasks: LED-task and Button-task LED-task will have two states (S1, S2)S1: First, the Red LED lights up for 1 second, followed by the Orange LED lighting up for 1 second (with the Red LED turned off), then the Green LED lights up for 1 second (with both the Red and Orange LEDs turned off). This sequence repeats, cycling through the Red, Orange, and Green LEDs. S2: Only Orange LED is blinking (2 second ON, 2 second OFF, …)
     Like  Bookmark
  • contributer yuyuan0625 【2025 TSMC RDSS & AO】Information Technology Engineer (IT) ::: spoiler Job Description Job Responsibilities You will be tasked with one or more of the following responsibilities: Development and integration of Factory Automation Systems.
     Like  Bookmark
  • 貢獻者: 艾瑞克 - Eric 中文面試影片 1 中文面試影片 2 英文面試影片 104. Maximum Depth of Binary Tree (Easy) 程式碼說明 方案一: 遞迴法 時間複雜度:
     Like  Bookmark
  • 貢獻者 艾瑞克 - Eric, 艾曼達 - Amanda 面試錄影 1 面試錄影 2 Leetcode : 9. Palindrome Number Interviewer: 你好,歡迎來到今天的面試。接下來我們會跟你討論一些程式題目,你可以盡量表達你的想法,讓我們可以更了解你對於撰寫程式的風格與手法。 Interviewee:
     Like  Bookmark
  • 貢獻者 艾瑞克 - Eric, 狄雲 - Louis 面試錄影 1 面試錄影 2 Leetcode: 64. Minimum Path Sum Interviewer: Hello, I’m your interviewer,.Today I’ve prepared a coding problem, I hope you can discuss the solution with me. Interviewee: Hi, Louis. Nice to meet you.
     Like  Bookmark
  • contributed by < yuyuan0625 > 閱讀〈因為自動飲料機而延畢的那一年〉的啟發 作者在大學畢業前自行研發自動飲料機,途中就是不斷的遇到問題並且需要在有限的資源、設備之下解決。 令我印相深刻的是 Jserv 告訴作者: 「青春很貴,你也知道實習會發生什麼事,公司不會指派重要的工作給你,他們只會指派低風險的工作,你學習到的東西並不會比你現在多。你該學習的不是看到事情要完蛋了就去避免失敗,而是應該學習如何處理與承受失敗,你才能變得比以前更強大。」 我們在大學甚至研究所時期幾乎都只有應付學校中大大小小的考試和期末專題,從來沒有真正的解決生活周遭的事情,缺乏解決問題的能力。 研讀第 1 到第 6 週「課程教材」和 CS:APP 3/e 第二週 C 語言: 數值系統 運用 bit-wise operator
     Like  Bookmark
  • contributed by < yuyuan0625 >
     Like  Bookmark
  • contributed by < yuyuan0625 > 第三週測驗 2024q1 第 3 週測驗題 測驗一 i_sqrt 版本三利用 Digit-by-digit calculation,將要開平方的數 $N$ 拆成 2 的冪相加。 例如 $N = (19)^2$ 就會轉換為 $N = (10011)_2$
     Like  Bookmark
  • contributed by < yuyuan0625 > Reviewed by 56han :::warning q_delete_mid 針對環狀且雙向的佇列,是否有更快的方法? ::: 考慮雙向環狀的條件可以發現,用兩個指標從頭和尾向對方移動, 只需要存取 $n$ 個節點就好,然而快慢指標需要存取 $\frac32n$ 個節點。 關於快慢指標需要存取 $\frac32n$ 個節點
     Like  Bookmark
  • contributed by < yuyuan0625 > 第一週測驗 測驗一 鏈結串列結構體 node_t: typedef struct __node { struct __node *left, *right; struct __node *next; long value;
     Like  Bookmark