blaire
👩🏻💻ブレア🥣
trie tree poj 2001 shortest prefixes
union-find sets poj 1703 find them, catch them 帮派之争
union-find sets hdu 1856 more is better
kmp hdu 1711 number sequence
关于图论的学习总结, 在本博可以详细的体现,做的大部分都是非常经典的图论算法入门题。
shortest path : dijstra 、 Bellman 、 Floyd 、 SPFA
input : 8, 5, 4, 9, 2, 3, 6
data structure - minimal spanning tree
经典的搜索,寻找水泡 poj 2386 Lake Counting
printf 是 格式化输出 , cout 是输出流
今天无意中发现 cout 和 printf 是有点区别的,一个是输出语句,一个是输出函数
scanf 是格式化输入,printf是格式化输出。
cin是输入流,cout是输出流。效率稍低,但书写简便。