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个人题解
(共179篇)
LeetCode | 0876. Middle of the Linked List链表的中间结点【Python】
来自专栏
LeetCode 0876. Middle of the Linked List链表的中间结点【Easy】【Python】【双指针】 Problem LeetCode Given a non-empty, singly linked list with head node head, return...
双指针
Python
LeetCode
2020-03-23
0
472
LeetCode | 1387. 将整数按权重排序【Python】
来自专栏
LeetCode 1387. Sort Integers by The Power Value将整数按权重排序【Medium】【Python】【排序】 Problem LeetCode The power of an integer x is defined as the number of st...
排序
LeetCode
Python
2020-03-22
0
606
LeetCode | 1385. 两个数组间的距离值【Python】
来自专栏
LeetCode 1385. Find the Distance Value Between Two Arrays两个数组间的距离值【Easy】【Python】【暴力】 Problem LeetCode Given two integer arrays arr1 and arr2, and the...
暴力
LeetCode
Python
2020-03-22
0
790
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 | 面试题33. 二叉搜索树的后序遍历序列【剑指Offer】【Python】
来自专栏
LeetCode 面试题33. 二叉搜索树的后序遍历序列【剑指Offer】【Medium】【Python】【递归】 问题 力扣 输入一个整数数组,判断该数组是不是某二叉搜索树的后序遍历结果。如果是则返回 true,否则返回 false。假设输入的数组的任意两个数字都互不相同。 参考以下这颗二叉搜索...
递归
剑指Offer
二叉树
LeetCode
Python
2020-03-21
0
528
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 - II. 从上到下打印二叉树 II【剑指Offer】【Python】
来自专栏
LeetCode 面试题32 - II. 从上到下打印二叉树 II【剑指Offer】【Easy】【Python】【二叉树】【BFS】 问题 力扣 从上到下按层打印二叉树,同一层的节点按从左到右的顺序打印,每一层打印到一行。 例如:给定二叉树: [3,9,20,null,null,15,7], ...
剑指Offer
二叉树
LeetCode
Python
2020-03-20
0
604
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 | 0226. Invert Binary Tree翻转二叉树【Python】
来自专栏
LeetCode 0226. Invert Binary Tree翻转二叉树【Easy】【Python】【二叉树】【递归】 Problem LeetCode Invert a binary tree. Example: Input: 4 / \ 2 7 / \ ...
递归
二叉树
栈
LeetCode
Python
2020-03-19
0
573
首页
上一页
4
5
6
7
8
9
10
11
12
13
下一页
末页