本篇主要讲述如何在macOS环境下使用googletest框架。
vultr科学上网脚本备份
Posted on
|
In
杂项
SSR脚本
CentOS6
,Debian6
,Ubuntu14
一建部署SSR脚本:1
2yum -y install wget
wget -N --no-check-certificate https://raw.githubusercontent.com/hombo125/doubi/master/ssr.sh && chmod +x ssr.sh && bash ssr.sh
BBR加速
CentOS 6+
,Debian 8+
,Ubuntu 14+
BBR加速脚本:1
wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh
OJ每日练习(17)
Posted on
|
In
OJ Exercises
题目名称
- Construct Binary Tree
- Unique Binary Search Trees(Leetcode #96)
- Validate Binary Search Tree(Leetcode #98)
- Convert Sorted Array to Binary Search Tree(Leetcode #108)
- Convert Sorted List to Binary Search Tree(Leetcode #109)
- Minimum Depth of Binary Tree (Leetcode #111)
- Path Sum (Leetcode #112)
- Binary Tree Maximum Path Sum (Leetcode #124)
- Populating Next Right Pointers in Each Node(Leetcode #116)
- Sum Root to Leaf Numbers(Leetcode #129)
OJ每日练习(16)
Posted on
|
In
OJ Exercises
题目名称
- Binary Tree Preorder Traversal(Leetcode #144)
- Binary Tree Inorder Traversal(Leetcode #94)
- Binary Tree Postorder Traversal(Leetcode #145)
- Binary Tree Level Order Traversal(Leetcode #102)
- Binary Tree Zigzag Order Traversal(Leetcode #103)
- Recover Binary Search Tree (Leetcode #99)
- Same Tree (Leetcode #100)
- Balanced Binary Tree (Leetcode #110)
- Flatten Binary Tree to Linked List(Leetcode #114)
- Populating Next Right Pointers in Each NodeⅡ (Leetcode #117)
OJ每日练习(15)
Posted on
|
In
OJ Exercises
题目名称
- Regular Expression Matching(Leetcode #10)
- Longest Common Prefix(Leetcode #14)
- Valid Number(Leetcode #65)
- Integer to Roman(Leetcode #12)
- Anagrams(Leetcode #242)
- Simplify Path (Leetcode #242)
- Length of Last Word (Leetcode #58)
- Valid Parentheses (Leetcode #20)
- Largest Rectangle in Histogram(Leetcode #84)
- Evaluate Reverse Polish Notation (Leetcode #150)
OJ每日练习(14)
Posted on
|
In
OJ Exercises
OJ每日练习(13)
Posted on
|
In
OJ Exercises
OJ每日练习(12)
Posted on
|
In
OJ Exercises
OJ每日练习(11)
Posted on
|
In
OJ Exercises