目前打算学习/重刷的内容1.操作系统(MIT 6.S081) 2.深入理解计算机系统(CMU 15-213 CSAPP) 3.计算机网络(Stanford CS144) 4.分布式系统(MIT 6.824) 5.编译原理(Stanford CS143)
acwing 1129
发表于
|
分类于
algorithm
题意:无向边的最短距离 考虑边数小于点数,用SPFA算法,算法复杂度O(me) #include <iostream>#include <queue>#include <algorithm>#include <cstring>using namesp ...
Hello World
发表于
|
分类于
Hello
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in ...