自秦朝開始,中國書法家不斷涌現(xiàn),名家、大家數(shù)不勝數(shù),其不朽作品如璀璨明珠,成為中國書法寶庫中的珍貴遺產(chǎn)。 1、秦朝李斯 李斯(?——公元前208年)楚國上蔡人,為秦始皇丞相,...
自秦朝開始,中國書法家不斷涌現(xiàn),名家、大家數(shù)不勝數(shù),其不朽作品如璀璨明珠,成為中國書法寶庫中的珍貴遺產(chǎn)。 1、秦朝李斯 李斯(?——公元前208年)楚國上蔡人,為秦始皇丞相,...
Sometime cannot use await function in a callback, use promise chain will be ok
string array map first trial: second trial05-1609:00 - 10:00 on bus21:00 - 21:15 at hom...
divide and conquer recursion learning resourcehttps://www.youtube.com/watch?v=TzeBrDU-JaY
Key pointSub array : continuous index in the array with at least one element Approaches...
Given a string expression, check whether it is balanced. key point:last unclosed should...
Find the head index in a circular sorted array. binary search use remainder in a circul...
記周五Kaliani離職的一件事情。 · 公司的HR上周五是她在公司13年任職的最后一天,Kaliani,印度阿姨,她還負(fù)責(zé)給我們每天買水果,堅果,冰箱里食物,監(jiān)管咖啡臺的清...
my excepted result · result in my browser is bellow, and the result seems steady, but f...
早上10:30面試,離家30分鐘。 · 01:00 準(zhǔn)備入睡,給現(xiàn)在的公司說我失眠了,早上請半天的假期,大家晚安· 09:00 起床,洗澡,一邊收聽TCP相關(guān)知識,一...
Easy forget indexOf return a number, not a boolean exist -> return the first index of t...
1.前序遍歷 對于當(dāng)前節(jié)點(diǎn),先輸出該節(jié)點(diǎn),然后輸出他的左孩子,最后輸出他的右孩子。以上圖為例,遞歸的過程如下:(1):輸出 1,接著左孩子;(2):輸出 2,接著左孩子;(3...