{%hackmd BJrTq20hE %}
Garbage collection on wiki
Project proposal slides (link)
Project presentation slides (link)
Project Demo (link)
Garbage Collector Basics
Garbage collector: a dynamic storage allocator that automatically frees allocated blocks that are no longer needed by the program.
JimmyLiu0530 changed 3 years agoView mode Like Bookmark
contributed by < JimmyLiu0530 >
測驗1: LeetCode 1239. Maximum Length of a Concatenated String with Unique Characters
給定一個由 C 風格字串構成的陣列 arr,字串 s 是將 arr 某個字串連接所得的字串,若 s 中的每個字元都只出現一次,於是這會是個可能解。請提供所有可能解 s 中最大的長度。
範例 1
輸入
arr = ["un", "iq", "ue"]
JimmyLiu0530 changed 5 years agoView mode Like Bookmark