2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 768
Day 18
2024-10-02
342
0
242. Valid Anagram 給定兩個字串 s 和 t,判斷 t 是否為 s 的Anagram。Anagram 是指兩個字串中出現的字母相同,且每個字母...
Day 27
2024-10-11
342
0
Problem : You are given a 0-indexed array of integers nums of length n. You are...
Day 21
2024-10-05
342
0
題目:實作一個 Trie(前綴樹),也稱為字典樹,來支持以下兩種操作: insert(word):插入字串 word 到 Trie 中。 search(w...
🟨扒手I 回顧 在昨天的文章中留下了一個伏筆:能否換一個思路進行扒手問題的分治法,設計狀態,並且得到對應的轉移式? 題目是 Leetcode 198. Hous...
今天來解YKL02(UVA10783):Odd Sum 題目 會給a和b,要output a到b之間基數的合 Code #include <iostre...
Day 16
2024-09-30
341
0
code review 在 CTF 中,程式碼分析是常見的題型之一,要求解題者從已編譯好的程式或不完整的提示中推理出原始程式的運作邏輯,進而找到 flag。相比...