当前位置:网站首页>Sword finger offer 27 Image of binary tree
Sword finger offer 27 Image of binary tree
2022-07-02 17:12:00 【anieoo】
Original link : The finger of the sword Offer 27. Image of binary tree
solution:
class Solution {
public:
TreeNode* mirrorTree(TreeNode* root) {
if(root == NULL) return NULL;
swap(root->left,root->right);
mirrorTree(root->left);
mirrorTree(root->right);
return root;
}
};边栏推荐
- Linux Installation PostgreSQL + Patroni cluster problem
- 一年頂十年
- R及RStudio下载安装教程(超详细)
- 2322. Remove the minimum fraction of edges from the tree (XOR and & Simulation)
- 宝宝巴士创业板IPO被终止:曾拟募资18亿 唐光宇控制47%股权
- Penetration tool - intranet permission maintenance -cobalt strike
- Rock PI Development Notes (II): start with rock PI 4B plus (based on Ruixing micro rk3399) board and make system operation
- 深度之眼(三)——矩阵的行列式
- 綠竹生物沖刺港股:年期內虧損超5億 泰格醫藥與北京亦莊是股東
- Just a coincidence? The mysterious technology of apple ios16 is even consistent with the products of Chinese enterprises five years ago!
猜你喜欢

How to transfer business data with BorgWarner through EDI?

The macrogenome microbiome knowledge you want is all here (2022.7)

Go zero micro service practical series (VIII. How to handle tens of thousands of order requests per second)

Understand one article: four types of data index system

基于Impala的高性能数仓实践之执行引擎模块
![L'explosion de John utilise l'encodage d'entrée par défaut: UTF - 8 Loaded 1 password Hash (bcrypt [blowfish 32 / 64 X3])](/img/4c/ddf7f8085257d0eb8766dbec251345.png)
L'explosion de John utilise l'encodage d'entrée par défaut: UTF - 8 Loaded 1 password Hash (bcrypt [blowfish 32 / 64 X3])

DGraph: 大规模动态图数据集
![[leetcode] 14. Préfixe public le plus long](/img/70/e5be1a7c2e10776a040bfc8d7711a0.png)
[leetcode] 14. Préfixe public le plus long

配置基于接口的ARP表项限制和端口安全(限制用户私自接入傻瓜交换机或非法主机接入)

Rock PI Development Notes (II): start with rock PI 4B plus (based on Ruixing micro rk3399) board and make system operation
随机推荐
入行数字IC验证后会做些什么?
綠竹生物沖刺港股:年期內虧損超5億 泰格醫藥與北京亦莊是股東
二、mock平台的扩展
What will you do after digital IC Verification?
ThreadLocal
宝宝巴士创业板IPO被终止:曾拟募资18亿 唐光宇控制47%股权
One year is worth ten years
Just a coincidence? The mysterious technology of apple ios16 is even consistent with the products of Chinese enterprises five years ago!
JS delete substring in string
亚马逊云科技 Community Builder 申请窗口开启
七张图,学会做有价值的经营分析
超卓航科上市:募资9亿市值超60亿 成襄阳首家科创板企业
体验居家办公完成项目有感 | 社区征文
Does digicert SSL certificate support Chinese domain name application?
linux下配置Mysql授权某个用户远程访问,不受ip限制
[essay solicitation activity] Dear developer, RT thread community calls you to contribute
使用知行之桥的API端口,提供资源供合作伙伴访问
Lampe respiratoire PWM
小鹏P7雨天出事故安全气囊没有弹出 官方回应:撞击力度未达到弹出要求
电脑自带软件使图片底色变为透明(抠图白底)