数据库 | 数据是什么 - Data: What is it?

[toc] 基本概念 Data is a collection of symbols recorded things, it represent some meaning (information) only if it is interpreted. Information: factors: "meaning", "humans", "assign to", "data" concept: Information is a concept / notion that holds only if there……

算法 | 网络流 - Network Flow

Network Flow Flow network. Abstraction for material flowing through the edges. G = (V, E) = directed graph, no parallel edges. 【简单图】 Two distinguished nodes: s = source, t = sink. c(e) = capacity of edge e. D……

算法 | 动态规划 - Dynamic Programming

Dynamic Programming Dynamic programming: Break up a problem into a series of overlapping sub-problems, and build up solutions to larger and larger sub-problems. Weighted Interval Scheduling Weighted interval scheduling problem. Job j starts at $s_j$, finishes at $f_j$, and has weight or……
点击刷新