2024 iThome 鐵人賽
Share More Gain More
佛心分享-刷題不只是刷題
選手 27 文章 759
這題是在一個已排序的整數組 nums ,移除多餘的重複元素,讓每個元素最多出現兩次,且保持原有的順序,最後返回處理後的長度 k,要保證前 k 個元素都符合條件。...
原文題目 Design a stack that supports push, pop, top, and retrieving the minimum ele...
Crypto 1 棒棒的練習資源 編碼 古典密碼 穿插「ㄧ」點數學 流加密 對稱式加密 先裝套件 pip install pycryptodome 什麼是...
code review 在 CTF 中,程式碼分析是常見的題型之一,要求解題者從已編譯好的程式或不完整的提示中推理出原始程式的運作邏輯,進而找到 flag。相比...
There is a class with m students and n exams. You are given a 0-indexed m x n in...
匿名函式 anonymous function 是指在 JavaScript 中沒有名稱的函式,通常用於一次性的操作或者作為參數傳遞給其他函式,此外,匿名函式不...