2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 768
這題要我生成所有合理的括號組合,就是要考我 遞迴(backtracking) 的能力,我要先知道題目要我尬麻?我需要先生成 n 對括號的所有合法組合,合法括號組...
Day 17
2024-10-01
316
0
原文題目Given an array of integers nums and an integer k, return the total number of...
You are given a 2D integer array ranges and two integers left and right. Each ra...
Day 22
2024-10-06
314
0
看似普通的檔案可能暗藏 flag 或其他重要資訊,這些資訊必須透過深入的分析才能發現,韌體中通常包含多層壓縮的檔案系統與可執行檔案。這些檔案表面上可能是圖片、音...
Given an integer n, return true if n has exactly three positive divisors. Otherw...
今天也繼續繼續加油、繼續刷刷刷刷刷刷~ 題目1:Python 模組(module) 是什麼意思 Python 模組(module)白話講就是一個檔案,裡面包含P...