What I Wish Someone Had Told Me[https://blog.samaltman.com/what-i-wish-someone-had-told...
What I Wish Someone Had Told Me[https://blog.samaltman.com/what-i-wish-someone-had-told...
Step 3 Hash Table APIs In this implementations, hash table provides public APIs like ge...
Step 2: hash function XOR(Exclusive or) is a logical operator that works on bits. Let’s...
There's a very interesting github repo called "build-your-own-x": https://github.com/co...
相向双指针 专题一 Two Sum Two Sum III - Data structure designhttps://leetcode.com/problems/two-...
Week1/2 刷题 (7.9 - 7.23) 复杂度理论与双指针算法入门 必须熟练掌握的两个排序算法 二分法 三种双指针算法 相向双指针(判断回文串) 背向双指针(最长回文...
发送数据 发送数据时常用的有三个函数,分别是 write、send 和 sendmsg: 每个函数都是单独使用的,使用的场景略有不同: 第一个函数是常见的文件写函数,如果把 ...
套接字和地址 讲这幅图的真正用意在于引入 socket 的概念,请注意,以上所有的操作,都是通过 socket 来完成的。无论是客户端的 connect,还是服务端的 acc...
Factors affecting our sleep quality AdenosineSleepiness is driven by increase of adenos...
HTTP HTTP or HyperText Transfer Protocol is the protocol at the core of the web. Object...
The TCP/IP Model Transmission Control Protocol (TCP) and the Internet Protocol (IP) The...
进程间通信的各种模式 Pipe Message Queue Shared Memory 管道 还记得咱们最初学 Linux 命令的时候,有下面这样一行命令: ps -ef |...
2022.1.1的开年好浪,真的愉快,快日落前那浪超级glassy, 看起来很愉悦,超级smooth美得要死。 最近的重点是学会angling the pop up 或者说带...
参考的这个图解:https://leetcode.com/problems/maximum-number-of-points-with-cost/discuss/134490...
前置篇:01|内存:值放堆上还是放栈上,这是一个问题 回头重新思考,编程中那些耳熟能详却又似懂非懂的基础概念,搞清楚底层逻辑。 栈 栈上存放的数据是静态的,固定大小,固定生命...
C.hierclass: Designing classes in a hierarchy:[https://isocpp.github.io/CppCoreGuidelin...
今天本来不报什么期待的,surf report上说浪很小,但幸运的是实际上还不错,而且几乎没有风。这种glassy至极的海浪我真的很少见到,就很柔和,而且像整个视觉的锐度减少...
C.121: If a base class is used as an interface, make it a pure abstract class[https://i...