-
## Books
https://academicinfluence.com/inflection/study-guides/computer-science-influential-books
https://realtoughcandy.com/best-haskell-books/
https://www.briantracy.com/catalog/the-life-plan…
-
![image](https://github.com/thunlp/DebugBench/assets/56470984/aa82aab6-22f7-470f-b745-cfdb4440f2f2)
-
2021-07월 알고리즘 자율 풀이
-
-
Subscribe to this issue and stay notified about new [daily trending repos in unknown languages](https://github.com/trending/unknown?since=daily)!
-
## 🐛 Bug Report
Cannot compile rust solution to problem in VSCode using the extension.
## To Reproduce
Open a problem, select Rust as the language. Press the play icon in the editor.
## …
-
不要对名字浮想联翩,过度扩充它的含义,我们更应该关注它的定义和它想表达的内容。
DP的关键就是求解子问题的时候,能够重复利用(reuse)已经求解的子问题结果,而不是从头计算,因此降低了计算的时间复杂度(但是提高了空间复杂度)。
> Simplifying a complicated problem by breaking it down into simpler sub-prob…
-
### 编译是什么
将C++程序转换成硬件可以运行的代码(可执行程序)
### 编译的过程
参考:[C/C++程序编译过程详解](https://blog.csdn.net/u012662731/article/details/78520349)
编译过程分为四个过程:
**编译预处理**:处理以 # 开头的指令 (头文件或者宏定义)
`#define 标识符 替换列表` 宏定义
*…
-
### leetgo debug
Leetgo version info :
```
1.4.5
commit: 19a7eb1ba0bc2a376043a1afb5ad4660b046dafe
built at: 2024-04-04T02:09:03Z
goos: windows
goarch: amd64
```
Home dir : C:\Use…
-
英文链接:https://leetcode.com/problems/non-overlapping-intervals/
Given an array of intervals intervals where intervals[i] = [starti, endi], return the minimum number of intervals you need to remove to…