
--------------图论--------------
wang_hoho
这个作者很懒,什么都没留下…
展开
-
HDU - 5934 - Bomb (强连通缩点)
BombTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 2468 Accepted Submission(s): 777Problem DescriptionThere are N bombs needing exploding.Ea...原创 2017-11-06 22:07:42 · 256 阅读 · 0 评论 -
二叉树遍历的几种写法(前中后序递归|非递归遍历)
#include <iostream>#include <string.h>#include <stdio.h>#include <vector>#include <queue>#include <stack>using namespace std;struct ListNode { int val...原创 2019-04-01 23:07:52 · 321 阅读 · 0 评论