前言
今天要學習的內容雖然很基礎,但卻是許多進階算法的根基。這些資料結構在解題時非常常用,不管是操作數組、處理鏈表,還是實現棧與佇列,理解它們的概念和應用至關重...
前言
本日進度:
[x] 6 題 web
Writeup
第一題:findme
用他的密碼 test / test! 登入,但這樣好像拿不到什麼,打開 B...
今天來解YKL08(UVA100):The 3n + 1 problem
The 3n + 1 problem
找出介於i和j之間的數所產生的數列中最大的cy...
今天來解YKL27(UVA11332):Summing Digits
Summing Digits
跟題目敘述的一樣f(n) = 1+2+3+4+5+6+7+...
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.
題目摘要...