摘要:
总结在 C++ 中,不同场景下,类的内存布局。 阅读全文
摘要:
本文主要介绍线段树 (Segment Tree) 。 阅读全文
摘要:
Kick Start 2021 Round B 题解。 阅读全文
摘要:
3-Partition 问题的 2 种解法。 阅读全文
摘要:
本文主要内容介绍线性规划问题 (Linear Programming) 及其对偶问题 (Dual Problem)。 阅读全文
摘要:
本节的内容是最大流 (Max Flow) - 最小割 (Mini-Cut) 问题,涉及的算法是 Ford-Fulkerson 算法。 阅读全文
摘要:
论文《Paxos Made Simple》的阅读笔记。 阅读全文
摘要:
Kick Start 2021 Round A 题解。 阅读全文
摘要:
本文介绍 I/O 复用的重要知识点 epoll ,与之相关的还有 select, pselect, poll ,参考 这篇文章 。 首先来看一段 man 手册的介绍: The epoll API performs a similar task to poll(2): monitoring multi 阅读全文
摘要:
📖 UNP Part-2: Chapter 6. I/O Multiplexing: The select and poll Functions 的读书笔记。 在 这篇博客 的最后,我们对文章中的服务器-客户端模型保留了这么一个问题:客户端同时存在 socket 和 stdin 两种 I/O ,但 阅读全文