LeetCode 113:Path Sum II Given a binary tree and a sum, find all root-to-leaf pa
實戰c++中的智能指針unique_ptr系列-- unique_ptr與lambda的錯誤結合(尤其是捕獲lambda中的unique_ptr) lamb
(LeetCode OJ) Invert Binary Tree【226】 226. Invert Binary Tree My SubmissionsQues
LeetCode Count and Say 原題 把一個數字用幾個幾的形式表示出來。如2就是1個2,即12。對12進行數數得到1112,依次類推。假設初始數字
LeetCode 99:Recover Binary Search Tree Two elements of a binary search tree (BST
leetcode筆記:Nim Game 一. 題目描述 You are playing the following Nim Game with your fri
1068. Find More Coins (30)【背包】——PAT (Advanced Level) Practise 題目信息 1068. Find Mo
1071. Speech Patterns (25)【字符串操作】——PAT (Advanced Level) Practise 題目信息 1071. Spee
leetcode筆記:Same Tree 一. 題目描述 Given two binary trees, write a function to check i
0-N背包為題(動態規劃算法),0-n為題/****************0-N背包問題****************** * 有n個物體裝入容量為c的背
文件操作(2):文件粉碎機,文件操作文件粉碎機文件粉碎機原理:文件被刪除之前,用隨機字符對其進行寫操作 (注:參考的教材使用的是BCB編譯器,BCB不會,所以這
LeetCode Next Permutation LeetCode解題之Next Permutation 原題 找出一個數組按字典序排列的後一種排列。 注
LeetCode Longest Valid Parentheses LeetCode解題之Longest Valid Parentheses 原題 找出一
C++開發人臉性別識別教程(3)——OpenCv配置和ImageWatch插件介紹 OpenCv是C++圖像處理的重要工具,這個人臉性別識別的項目就是借助O