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个人题解
(共162篇)
LeetCode | 面试题 10.01. Sorted Merge LCCI【Python】
来自专栏
LeetCode 面试题 10.01. Sorted Merge LCCI【Easy】【Python】【双指针】 问题 力扣 给定两个排序后的数组 A 和 B,其中 A 的末端有足够的缓冲空间容纳 B。 编写一个方法,将 B 合并入 A 并排序。 初始化 A 和 B 的元素数量分别为 m 和 n。...
双指针
LeetCode
Python
2020-03-03
0
601
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
LeetCode | 0206. Reverse Linked List反转链表【Python】
来自专栏
LeetCode 0206. Reverse Linked List反转链表【Easy】【Python】【链表】 Problem LeetCode Reverse a singly linked list. Example: Input: 1->2->3->4->5->...
链表
LeetCode
Python
2020-03-02
0
579
LeetCode | 0225. Implement Stack using Queues用队列实现栈【Python】
来自专栏
LeetCode 0225. Implement Stack using Queues用队列实现栈【Easy】【Python】【栈】【队列】 Problem LeetCode Implement the following operations of a stack using queues. ...
栈
队列
LeetCode
Python
2020-03-01
0
519
LeetCode | 1366. Rank Teams by Votes通过投票对团队排名【Python】
来自专栏
LeetCode 1366. Rank Teams by Votes通过投票对团队排名【Medium】【Python】【排序】 Problem LeetCode In a special ranking system, each voter gives a rank from highest to...
排序
LeetCode
Python
2020-03-01
0
574
LeetCode | 1365. 有多少小于当前数字的数字【Python】
来自专栏
LeetCode 1365. How Many Numbers Are Smaller Than the Current Number有多少小于当前数字的数字【Easy】【Python】【暴力】 Problem LeetCode Given the array nums, for each num...
DFS
搜索
LeetCode
Python
2020-03-01
0
762
LeetCode | 面试题 04.10. 检查子树【Python】
来自专栏
LeetCode 面试题 04.10. 检查子树【Medium】【Python】【DFS】 问题 力扣 检查子树。你有两棵非常大的二叉树:T1,有几万个节点;T2,有几万个节点。设计一个算法,判断 T2 是否为 T1 的子树。 如果 T1 有这么一个节点 n,其子树与 T2 一模一样,则 T2 为...
DFS
搜索
LeetCode
Python
2020-03-01
0
0
LeetCode | 1367. Linked List in Binary Tree二叉树中的列表【Python】
来自专栏
LeetCode 1367. Linked List in Binary Tree二叉树中的列表【Medium】【Python】【DFS】 Problem LeetCode Given a binary tree root and a linked list with head as the fi...
DFS
搜索
LeetCode
Python
2020-03-01
0
958
LeetCode | 0417. 太平洋大西洋水流问题【Python】
来自专栏
LeetCode 0417. Pacific Atlantic Water Flow太平洋大西洋水流问题【Medium】【Python】【DFS】 Problem LeetCode Given an m x n matrix of non-negative integers representin...
DFS
搜索
LeetCode
Python
2020-02-29
0
546
LeetCode | 0130. Surrounded Regions被围绕的区域【Python】
来自专栏
LeetCode 0130. Surrounded Regions被围绕的区域【Medium】【Python】【DFS】 Problem LeetCode Given a 2D board containing 'X' and 'O' (the letter O), capture all reg...
DFS
搜索
LeetCode
Python
2020-02-29
0
529
首页
上一页
8
9
10
11
12
13
14
15
16
17
下一页
末页