Wonz
Wonz
全部文章
LeetCod...
# ACM(1)
# C++(32)
# C语言(12)
# Django(11)
# git(3)
# Hexo(6)
# HTML(1)
# LaTex学习(1)
# Linux(16)
# MySQL(1)
# PAT(46)
# Python(13)
# SQL数据库(10)
# 动态规划(13)
# 微型计算机原理与接口技术(16)
# 操作系统(9)
# 数据结构(28)
# 机器学习(4)
# 比赛感想与回忆(1)
# 汇编语言程序设计(11)
# 洛谷(4)
# 离散数学(5)
# 经验之谈(1)
# 编译原理(4)
# 计算机图形学(14)
# 资源汇总(5)
# 软件安装(34)
# 运筹学(5)
Go学习笔记(19)
PostgreSQL(3)
——————数学——————(1)
——————科研——————(1)
——————算法——————(13)
——————随笔——————(12)
—————人工智能—————(1)
南邮期末考试回忆and知识梳理(1)
实用小工具分享(2)
找工作(1)
归档
标签
去牛客网
登录
/
注册
Wonz
Enjoy Coding. Enjoy Life.
全部文章
/ LeetCode个人题解
(共67篇)
LeetCode | 面试题26. 树的子结构【Python】
来自专栏
LeetCode 面试题26. 树的子结构【Medium】【Python】【DFS】 问题 力扣 输入两棵二叉树A和B,判断B是不是A的子结构。(约定空树不是任意一个树的子结构) B是A的子结构, 即 A中有出现和B相同的结构和节点值。 例如:给定的树 A: 3 / \ 4 5 ...
DFS
剑指Offer
二叉树
Python
LeetCode
2020-03-18
0
719
LeetCode | 0106. 从中序与后序遍历序列构造二叉树【Python】
来自专栏
LeetCode 0106. Construct Binary Tree from Inorder and Postorder Traversal从中序与后序遍历序列构造二叉树【Medium】【Python】【二叉树】【递归】 Problem LeetCode Given inorder and ...
递归
二叉树
Python
LeetCode
2020-03-18
0
454
LeetCode | 0105. 从前序与中序遍历序列构造二叉树【Python】
来自专栏
LeetCode 0105. Construct Binary Tree from Preorder and Inorder Traversal从前序与中序遍历序列构造二叉树【Medium】【Python】【二叉树】【递归】 Problem LeetCode Given preorder and ...
递归
二叉树
LeetCode
Python
2020-03-18
0
708
LeetCode | 面试题07. 重建二叉树【剑指Offer】【Python】
来自专栏
LeetCode 面试题07. 重建二叉树【剑指Offer】【Medium】【Python】【二叉树】【递归】 问题 力扣 输入某二叉树的前序遍历和中序遍历的结果,请重建该二叉树。假设输入的前序遍历和中序遍历的结果中都不含重复的数字。 例如,给出 前序遍历 preorder = [3,9,20,1...
递归
剑指Offer
二叉树
LeetCode
Python
2020-03-18
0
505
LeetCode | 1382. 将二叉搜索树变平衡【Python】
来自专栏
LeetCode 1382. Balance a Binary Search Tree将二叉搜索树变平衡【Medium】【Python】【二叉树】 Problem LeetCode Given a binary search tree, return a balanced binary searc...
二分
二叉树
LeetCode
Python
2020-03-15
0
1153
LeetCode | 1372. 二叉树中的最长交错路径【Python】
来自专栏
LeetCode 1372. Longest ZigZag Path in a Binary Tree二叉树中的最长交错路径【Medium】【Python】【DFS】 Problem LeetCode Given a binary tree root, a ZigZag path for a bi...
DFS
二叉树
LeetCode
Python
2020-03-08
0
913
LeetCode | 0257. Binary Tree Paths二叉树的所有路径【Python】
来自专栏
LeetCode 0257. Binary Tree Paths二叉树的所有路径【Easy】【Python】【DFS】 Problem LeetCode Given a binary tree, return all root-to-leaf paths. Note: A leaf is a no...
DFS
二叉树
回溯
LeetCode
Python
2020-03-02
0
734
首页
上一页
1
2
3
4
5
6
7
下一页
末页