2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 768
Day 13
2024-09-16
193
0
前言 本日進度: [x] 6 題 web Writeup 第一題:picobrowser 這題他提示我們說要用 picobrowser ,感覺就是要拿這個...
Day 11
2024-09-25
192
0
.call跟.apply 都可以直接呼叫函式並且改變函式內 this 的指向,兩者最主要的差異是傳入的參數形式不同。 .call 定義:.call 方法會立即...
Day 27
2024-10-11
192
0
You are given a binary string s. In one second, all occurrences of "01&quot...
Problem : Given the root of a binary tree, imagine yourself standing on the righ...
堆疊(stack),將資料有序排成一列且具有 後進先出 LIFO(Last In First Out) 的資料結構,通常以一維陣列或鏈結串列的方式呈現,規則是...
Day 19
2024-10-03
191
0
Given a positive integer n, you can apply one of the following operations: If n...