LeetCode 1502. Can Make Arithmetic Progression From Sequence 解題紀錄Elvire published on 2020-03-30 included in leetcode檢查連續數組間是否存在相同的大小規則。Check if the difference between any two consecutive elements is the same.
LeetCode 976. Largest Perimeter Triangle 解題紀錄Elvire published on 2020-01-27 included in leetcode以現有長度組合出最大面積的三角形。Return the largest perimeter of a triangle with a non-zero area, formed from three of these lengths.
不靠 IDE 自己編譯 C++ (2) - 編譯初心者Elvire published on 2019-02-11 included in Computer System使用 g++,挑戰靠自己編譯 C++ 單檔案及多檔案。