Problem :
Given n pairs of parentheses, write a function to generate all combina...
Use-After-Free
當記憶體區塊被釋放後,程式仍然使用該已釋放的記憶體。通常由不當的指標操作引起,會導致有未定義行為發生,或成為攻擊者利用的漏洞。
成...
【成大資安社社課】淺談網路與 H T T P
淺談網路與 H T T P
什麼是網路?
簡單來說就是把很多台電腦用網路線或是 WIFI 串連在一起就是所謂的網路...
Given a string word, return the sum of the number of vowels ('a', 'e', 'i', 'o',...
🟨最長的共同子序列
本題取自 Leetcode 1143. Longest Common Subsequence
題目
Given two strings te...
原型 (Prototype)
在 JavaScript 中,每個物件都有一個內部屬性稱為 [[Prototype]],它指向該物件的原型。原型是一個物件,包含了...