解題程式碼
var RandomizedSet = function () {
this.indexMap = new Map();
this.valu...
精簡刷題量是提升學習效率的有效方法。過多的刷題量可能導致學習疲勞,影響學習效果。因此,應該精選題目,確保每一題都有實際的學習價值。
首先,應該根據學習目標和重點...
原文題目
You are given an integer array nums. You are initially positioned at the ar...
Writeup
第一題:SQL Direct
查了一下知道可以用 \d 先看看 table 的 schema,最後再用 select * from flags...
Given a 0-indexed integer array nums of size n, find the maximum difference betw...
上課紀錄
NoSQL Injection
NoSQL = Not Only SQL
比較一下
NoSQL 的特點: 不用提前定義 schema ,結構較靈活...