【心得】 題目越寫越複雜,決定都先看 test,再回來搭配看題目XD 發現很多人都會把 / 寫成 quot,後者是 quotient 商數的意思,其實兩者效果...
【心得】 看別人的答案才意識到,根本不需要 count 1 / -1 個數有幾個,值本身就是數量本身,所以直接 sum 起來比較大小就好! 用自己的寫法時,為...
【心得】 之前用過 sort,只能排序 collection 中的數字,今天學到當 collection 中是 string 又想要直接以各自 length...
【今日湯底】 Trolls are attacking your comment section! A common way to deal with this...
【今日湯底】 Write a function that converts any sentence into a V A P O R W A V E sent...
【今日湯底】 My grandfather always predicted how old people would get, and right befor...
【今日湯底】 Given a string made up of letters a, b, and/or c, switch the position of...
【今日湯底】 Complete the solution so that it reverses all of the words within the str...
【今日湯底】 Complete the function/method so that it returns the url with anything aft...
【今日湯底】 Take an integer n (n >= 0) and a digit d (0 <= d <= 9) as an int...