前言
本日進度:
[x] 6 題 web
Writeup
第一題:picobrowser
這題他提示我們說要用 picobrowser ,感覺就是要拿這個...
.call跟.apply 都可以直接呼叫函式並且改變函式內 this 的指向,兩者最主要的差異是傳入的參數形式不同。
.call
定義:.call 方法會立即...
You are given a binary string s. In one second, all occurrences of "01"...
Problem :
Given the root of a binary tree, imagine yourself standing on the righ...
堆疊(stack),將資料有序排成一列且具有 後進先出 LIFO(Last In First Out) 的資料結構,通常以一維陣列或鏈結串列的方式呈現,規則是...
Given a positive integer n, you can apply one of the following operations:
If n...