2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 759
今天我們來看一個字串類的經典題型:最長回文子字串(LPS) 題目:🟨最長回文子字串(LPS) 本題取自 Leetcode 5. Longest Palindro...
這題要我生成所有合理的括號組合,就是要考我 遞迴(backtracking) 的能力,我要先知道題目要我尬麻?我需要先生成 n 對括號的所有合法組合,合法括號組...
這題要生成 "Count and Say" 序列的第 n 個數字,再根據前個數字來計算題目要求:生成第 n 個數字的 Count and S...
今天也來解Reverse的題目 題目 asm2 asm2: <+0>: push ebp <+1>: mov ebp,e...
Day 21
2024-10-05
112
0
今天來解YKL23(UVA10062):Tell me the frequencies! Tell me the frequencies 這題就是比字串中每個...
Day 13
2024-09-27
112
0
Given a string word, return the sum of the number of vowels ('a', 'e', 'i', 'o',...