Complete comment.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include <stdio.h>
|
||||
// 创建一个栈,拿到一个数,与栈顶比较,如果比栈顶小,压栈(正在波峰向波谷下降)
|
||||
// 比栈顶大
|
||||
// 比栈顶大,弹栈并计数;和栈顶相同,计数并且压入。
|
||||
|
||||
struct NumberNode {
|
||||
int data;
|
||||
|
||||
Reference in New Issue
Block a user