03 2019 档案

摘要:Imagination is an outcome of what you learned. If you can imagine the world, that means you have learned what the world is about. Actually we don't kn 阅读全文
posted @ 2019-03-28 00:30 LexLuc 阅读(799) 评论(0) 推荐(0)
摘要:多项式的点值表示(Point Value Representation) 设多项式的 系数表示(Coefficient Representation) : $$ \begin{align } \mathrm P_a(x)&=a_0+a_1x+a_2x^2+\cdots+a_{n 1}x^{n 1} 阅读全文
posted @ 2019-03-27 00:19 LexLuc 阅读(12568) 评论(0) 推荐(1)
摘要:Graph 拓扑排序(Topological Sort) 假设一个应用场景:你用 C 编写了一个爬虫工具,其中有很多自定义的库: 、`queue.h stack.c stack.h heap.c heap.h bfs.c bfs.h dfs.c dfs.h dijkstra.c dijkstra.h 阅读全文
posted @ 2019-03-25 23:14 LexLuc 阅读(545) 评论(0) 推荐(0)