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个人题解
(共10篇)
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 | 0365. Water and Jug Problem水壶问题【Python】
来自专栏
LeetCode 0365. Water and Jug Problem水壶问题【Medium】【Python】【BFS】【数学】 Problem LeetCode You are given two jugs with capacities x and y litres. There is an...
数学
BFS
LeetCode
Python
2020-03-21
0
563
LeetCode | 面试题32 - III. 从上到下打印二叉树 III【剑指Offer】【Python】
来自专栏
LeetCode 面试题32 - III. 从上到下打印二叉树 III【剑指Offer】【Medium】【Python】【二叉树】【BFS】 问题 力扣 请实现一个函数按照之字形顺序打印二叉树,即第一行按照从左到右的顺序打印,第二层按照从右到左的顺序打印,第三行再按照从左到右的顺序打印,其他行以此...
剑指Offer
二叉树
BFS
Python
LeetCode
2020-03-20
0
684
LeetCode | 0102. 二叉树的层次遍历【Python】
来自专栏
LeetCode 0102. Binary Tree Level Order Traversal二叉树的层次遍历【Medium】【Python】【BFS】 Problem LeetCode Given a binary tree, return the level order traversal ...
二叉树
数据结构
BFS
LeetCode
Python
2020-03-20
0
488
LeetCode | 面试题32 - I. 从上到下打印二叉树【剑指Offer】【Python】
来自专栏
LeetCode 面试题32 - I. 从上到下打印二叉树【剑指Offer】【Medium】【Python】【二叉树】【BFS】 问题 力扣 从上到下打印出二叉树的每个节点,同一层的节点按照从左到右的顺序打印。 例如:给定二叉树: [3,9,20,null,null,15,7], 3 ...
剑指Offer
二叉树
BFS
LeetCode
Python
2020-03-19
0
476
LeetCode | 0994. Rotting Oranges腐烂的橘子【Python】
来自专栏
LeetCode 0994. Rotting Oranges腐烂的橘子【Easy】【Python】【BFS】 Problem LeetCode In a given grid, each cell can have one of three values: the value 0 represe...
BFS
LeetCode
Python
2020-03-04
0
657
LeetCode | 0127. Word Ladder单词接龙【Python】
来自专栏
LeetCode 0127. Word Ladder单词接龙【Medium】【Python】【BFS】 Problem LeetCode Given two words (beginWord and endWord), and a dictionary's word list, find the ...
搜索
BFS
LeetCode
Python
2020-02-28
0
819
LeetCode | 0279. Perfect Squares完全平方数【Python】
来自专栏
LeetCode 0279. Perfect Squares完全平方数【Medium】【Python】【BFS】 Problem LeetCode Given a positive integer n, find the least number of perfect square numbers...
动态规划
BFS
Python
LeetCode
2020-02-26
0
709
LeetCode | 1091. 二进制矩阵中的最短路径【Python】
来自专栏
LeetCode 1091. Shortest Path in Binary Matrix二进制矩阵中的最短路径【Medium】【Python】【BFS】 Problem LeetCode In an N by N square grid, each cell is either empty (0...
搜索
BFS
LeetCode
Python
2020-02-26
0
1119