热情龙猫

文章
6
资源
0
加入时间
2年10月21天

二叉树的先序,后序,层 的非递归遍历

void iter_preorder(BTree *p)//////先序非递归遍历{ BTree *stack[MaxLen]; int top=0;/////记录栈的头 while(p!=NULL || top>0) {  while(p!=NULL)/////这个while循环是为了将树的左边的元素全部一次进栈  {   coutdata   stack[t

[LeetCode]145 二叉树后序遍历

Binary Tree Postorder Traversal(二叉树后序遍历)【难度:Medium】 Given a binary tree, return the postorder traversal of its nodes’ values.For example: Given binary tree {1,#,2,3}, return [3,2,1].Note: Recursiv

PS图片合成真实漂亮的水波

这篇教程教脚本之家的朋友使用PS给图片合成真实水波,教程制作出来的水波非常漂亮。合成的难度一般,推荐一下和脚本之家的朋友们一起分享