Blind 75 and Cracking the Coding Interview: 189 Programming Questions and Solutions (Cracking the Interview & Career) 持續精進與輸出分享:)
#include <vector>//1011 O(n log S) O(1) using namespace std; static inli...
#include <vector>//動態陣列容器(承載weights) using namespace std;//省略 std:: //可行...
今天來說一個故事,原本還沒上班時,決定開始刷題之後是整天先了解題目、理解解法、默背、再從中發現更多需要糾正的觀念。原本規劃鐵人賽就把之前做過題目進行複習,但...
class Solution{//O(N)O(1) public: bool checkInclusion(string s1, string s2)...
class Solution{// review 438 O(N) O(1) public: vector<int> findAnagra...
class Solution { // linter update 438 O(N) O(1) public: vector<int>...
#include <vector> // dynamic array using namespace std; class Soluti...
第二次週會報告終於分享完英國留學小故事,但顧著介紹,沒有去開聲音。 其實一直覺得上班之前二十分鐘太少,需要更長一段時間才可以靜下心好好籌備code練習 因為領到...
化妝time通勤的podcast https://open.spotify.com/episode/0yagGHDTaNKwfiXe9znNtf?si=kDr...
#include <vector> using namespace std; class Solution { // review O(N...