抱歉,您的浏览器无法访问本站

本页面需要浏览器支持(启用)JavaScript


了解详情 >

Trie Tree POJ 2001

trie tree poj 2001 shortest prefixes

Union-Find Sets POJ 1703

union-find sets poj 1703 find them, catch them 帮派之争

Union-Find Sets HDU 1856

union-find sets hdu 1856 more is better

KMP / HDU 1711 找到匹配的位置并返回

kmp hdu 1711 number sequence

Graph Theory 近期小结

关于图论的学习总结, 在本博可以详细的体现,做的大部分都是非常经典的图论算法入门题。

Shortest Path

shortest path : dijstra 、 Bellman 、 Floyd 、 SPFA

Minimum Spanning Tree

data structure - minimal spanning tree

搜索的经典 POJ 2386 Lake Counting

经典的搜索,寻找水泡 poj 2386 Lake Counting

格式化输出 printf 与 输出流 cout

printf 是 格式化输出 , cout 是输出流

今天无意中发现 cout 和 printf 是有点区别的,一个是输出语句,一个是输出函数

格式化输入 scanf 与 输入流 cin

scanf 是格式化输入,printf是格式化输出。

cin是输入流,cout是输出流。效率稍低,但书写简便。