Youna

Youna

6 位追蹤者
7會員
47內容數
這裡會放一些我寫過的 Leetcode 解題和學習新技術的筆記
由新到舊
[LÖVE] 第一個遊戲畫面學完基礎的Lua語法後,今天開始製作第一個遊戲畫面了!
Thumbnail
2024-06-16
7
2024-06-15
8
[Lua] 建立自己的Module(模組)建立自己的Module有哪些好處?
Thumbnail
2024-06-14
9
[Lua] 檔案的用法 Lua 開檔寫檔的運用 io.output()...
Thumbnail
2024-06-10
1
[Lua] FunctionFunction的使用方式
Thumbnail
2024-06-10
2
[Lua] User Input & Tables表格User Input & Tables 的使用
Thumbnail
2024-06-10
7
[Lua] Loop 迴圈for loop、while loop、repeat
Thumbnail
2024-06-10
6
[Lua] If 條件式if 條件式
Thumbnail
2024-06-10
1
2024-06-10
1
[Lua] 註解 & Print & 變數型態註解 & Print & 變數型態
Thumbnail
2024-06-10
2
如何使用Lua?進入Lua的第一步! 安裝和執行
Thumbnail
2024-06-10
3
[Leetcode] 121. Best Time to Buy and Sell Stock題目 : 121. Best Time to Buy and Sell Stock
Thumbnail
2024-02-13
3
[Leetcode] 100. Same Tree題目 : 100. Same Tree
Thumbnail
2024-01-11
3
[Leetcode] 83. Remove Duplicates from Sorted List題目 : 83. Remove Duplicates from Sorted List
Thumbnail
2024-01-11
0
[Leetcode] 27. Remove Element題目 : 27. Remove Element
Thumbnail
2024-01-11
1
[Leetcode] 88. Merge Sorted Array題目 : 88. Merge Sorted Array
Thumbnail
2024-01-11
1
[Leetcode] 69. Sqrt(x)題目 : 69. Sqrt(x)
Thumbnail
2024-01-10
0
[Leetcode] 35. Search Insert Position題目 : 35. Search Insert Position
Thumbnail
2024-01-10
2
[Leetcode] 28. Find the Index of the First Occurrence in ...題目 : 28. Find the Index of the First Occurrence in a String
Thumbnail
2024-01-10
2
[Leetcode] 66. Plus One題目:66. Plus One
Thumbnail
2024-01-10
0
[Leetcode] 9. Palindrome Number題目 : 9. Palindrome Number
Thumbnail
2024-01-10
0
[Leetcode] 14. Longest Common Prefix題目 : 14. Longest Common Prefix
Thumbnail
2024-01-10
0
[Leetcode] 13. Roman to Integer題目 : 13. Roman to Integer
Thumbnail
2024-01-09
3
2023-12-09
0
MySQL 基本語法 (十一) JOINJOIN 連接 : 可以將2個表格連接在一起
Thumbnail
2023-12-09
1
MySQL 基本語法 (九) 萬用字元wildcard 萬用字元wildcard % 代表多個字元 _代表1個字元
Thumbnail
2023-12-08
0
MySQL 基本語法 (八) 聚合函數聚合函數 aggregate function
Thumbnail
2023-12-08
3
MySQL 基本語法 (七) 取得公司資料這個章節是由MySQL 基本語法 (六)延伸的練習題
Thumbnail
2023-12-08
0
MySQL 基本語法 (六) 創建公司資料庫依照上圖的資料表創建出公司的資料庫 Employee CREATE TABLE `employee`( `emp_id` INT PRIMARY KEY, `name` VARCHAR(20), `birth_date` DATE, `sex`VARCHAR(1), `salary
Thumbnail
2023-12-08
0
2023-12-08
1
MySQL 基本語法 (四) UPDATE & DELETEUPDATE & DELETE : 修改刪除資料
Thumbnail
2023-12-08
2
MySQL 基本語法 (三) ConstraintsConstraints 限制、約束
Thumbnail
2023-12-08
1
2023-12-08
0
[Leetcode] 15. 3Sum15. 3Sum Medium 解題
Thumbnail
2023-12-01
2
[Leetcode]128. Longest Consecutive Sequence128. Longest Consecutive Sequence 解題
Thumbnail
2023-11-30
3
2023-11-30
1
[Leetcode] 238. Product of Array Except Self 238. Product of Array Except Self 解題
Thumbnail
2023-11-30
1
[Leetcode] 347. Top K Frequent Elements347. Top K Frequent Elements 解題
Thumbnail
2023-11-29
2
[Leetcode] 20. Valid Parentheses20. Valid Parentheses 解題
Thumbnail
2023-11-29
1
[Leetcode] 125. Valid Palindrome125. Valid Palindrome 解題
Thumbnail
2023-11-28
3
[Python] isalnum()、isalpha()方法isalnum() : 檢測字串是否由字母和數字組成 isalpha() : 檢測字串是否只由字母組成 isalnum() str1 = "abc123" print(str1.isalnum()) str2 = "pop.cat" print(str2.isalnum()) str3
Thumbnail
2023-11-28
0
[Leetcode] 49. Group Anagrams49. Group Anagrams Medium
Thumbnail
2023-11-28
0
[Leetcode] 1. Two Sum 1. Two Sum 解題
Thumbnail
2023-11-28
0
[Leetcode] 217. Contains Duplicate217. Contains Duplicate解題
Thumbnail
2023-11-28
0
[Leetcode] 242. Valid Anagram242. Valid Anagram 解題
Thumbnail
2023-11-28
1
[Python] Dictionary字典 - 基礎操作Dictionary(字典) : 是一個可以用來存放不同資料(不同型態)的容器(集合) 每一個元素都是以{鍵(Key):值(Value)}所構成,字典中每個項目都是用","隔開
Thumbnail
2023-11-28
1