2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 768
Day 14
2024-09-28
233
0
題目 heap 2 先輸入A看是否會覆蓋到bico 可以觀察到input_data和x都在heap被分配到5個bytes的記憶體空間 (int*)x...
Day 14
2024-09-28
225
0
DAY 14 試題 (由於此題為上鎖題,因此題目只能從網路分享看到) 問題描述 給定一個外星語言的字典,字典中的單詞按照外星語言的字母順序進行排序。儘管字典使用...
Day 14
2024-09-28
230
0
今天來解YKL14(UVA10222):Decode the Mad man Decode the Mad man 這題在講鍵盤上的位移k->h[-&g...
Day 14
2024-09-28
216
0
解題程式碼 var isValidSudoku = function (board) { const posSet = new Set(); for...
Day 14
2024-09-28
268
0
注重錯誤的重複性是提升學習效果和解題能力的重要策略。當我們在刷題或學習中發現錯誤時,應特別注意這些錯誤是否有重複性。重複出現的錯誤往往揭示了知識掌握上的薄弱點或...
Day 14
2024-09-28
266
0
原文題目 Given an integer array nums and an integer k, return the kth largest elemen...