2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 768
前言 今天要學習的內容雖然很基礎,但卻是許多進階算法的根基。這些資料結構在解題時非常常用,不管是操作數組、處理鏈表,還是實現棧與佇列,理解它們的概念和應用至關重...
Day 14
2024-09-17
412
0
前言 本日進度: [x] 6 題 web Writeup 第一題:findme 用他的密碼 test / test! 登入,但這樣好像拿不到什麼,打開 B...
今天來解YKL08(UVA100):The 3n + 1 problem The 3n + 1 problem 找出介於i和j之間的數所產生的數列中最大的cy...
Day 23
2024-10-07
412
0
今天來解YKL27(UVA11332):Summing Digits Summing Digits 跟題目敘述的一樣f(n) = 1+2+3+4+5+6+7+...
Day 17
2024-08-29
412
0
Given an integer array nums and an integer k, return the kth largest element in...
原文題目Given the root of a binary tree, invert the tree, and return its root. 題目摘要...