LeetCode-Search Insert Position
簡單難度。
使用java來解題
標籤: 解題
[Java]LeetCode – Remove Duplicates from Sorted Array
難度:簡單 題目: Given a sorted array nums, remove the duplica…
[Java]LeetCode-Valid Parentheses
這題為表示合法化括號 題目 Valid Parentheses難度:Easy Given a string c…
[Java]Leetcode – Add Two Numbers
這題看似簡單,但用到指標的技術,基本上就難在指標麻煩,跟if 的所有例外情況要排除會花時間想,還是有一些難度,雖然程式碼看似簡單。
[Java]Leetcode Roman to Integer
此題難度為 EASY先說羅馬數字表還滿複雜的,要有個對應表會比較好理解。
[Java]整數拆分演算法
把整數拆分比喻成有 1,2,3,4,5種硬幣而當我總共有 5元 總共有幾種兌換方法
[Java]Leetcode-Reverse Integer
這題要處理益位的問題,try catch要會用,最基本最基本也要會(Exception這個) 才可以成功解決這題
[C#]找質數跟完美數 – Find prime and perfect numbers
[C#]實作找質數跟完美數