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个人题解
(共23篇)
LeetCode | 0590. N叉树的后序遍历【Python】
来自专栏
Problem LeetCode Given an n-ary tree, return the postorder traversal of its nodes' values. Nary-Tree input serialization is represented in their level...
DFS
二叉树
BFS
LeetCode
Python
2021-01-25
0
692
LeetCode | 0589. N叉树的前序遍历【Python】
来自专栏
Problem LeetCode Given an n-ary tree, return the preorder traversal of its nodes' values. Nary-Tree input serialization is represented in their level ...
DFS
二叉树
BFS
LeetCode
Python
2021-01-25
0
551
LeetCode | 0491. Increasing Subsequences递增子序列【Python】
来自专栏
LeetCode 0491. Increasing Subsequences递增子序列【Medium】【Python】【DFS】 Problem LeetCode Given an integer array, your task is to find all the different poss...
DFS
Python
LeetCode
2020-08-25
0
530
LeetCode | 0529. Minesweeper扫雷游戏【Medium】【Python】【DFS】
来自专栏
LeetCode 0529. Minesweeper扫雷游戏【Medium】【Python】【DFS】 Problem LeetCode Let's play the minesweeper game (Wikipedia, online game)! You are given a 2D cha...
DFS
LeetCode
Python
2020-08-21
0
921
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 | 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 | 0039. Combination Sum组合总和【Python】
来自专栏
LeetCode 0039. Combination Sum组合总和【Medium】【Python】【回溯】 Problem LeetCode Given a set of candidate numbers (candidates) (without duplicates) and a targ...
DFS
回溯
Python
LeetCode
2020-03-07
0
508
LeetCode | 0077. Combinations组合【Python】
来自专栏
LeetCode 0077. Combinations组合【Medium】【Python】【回溯】 Problem LeetCode Given two integers n and k, return all possible combinations of k numbers out of 1...
DFS
回溯
LeetCode
Python
2020-03-05
0
615
LeetCode | 0047. Permutations II全排列 II【Python】
来自专栏
LeetCode 0047. Permutations II全排列 II【Medium】【Python】【回溯】 Problem LeetCode Given a collection of numbers that might contain duplicates, return all pos...
DFS
递归
回溯
LeetCode
Python
2020-03-05
0
561
LeetCode | 0046. Permutations全排列【Python】
来自专栏
LeetCode 0046. Permutations全排列【Medium】【Python】【回溯】【DFS】 Problem LeetCode Given a collection of distinct integers, return all possible permutations. E...
DFS
回溯
Python
LeetCode
2020-03-04
0
557
首页
上一页
1
2
3
下一页
末页