Wonz
Wonz
全部文章
分类
# 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)
LeetCode个人题解(179)
PostgreSQL(3)
——————数学——————(1)
——————科研——————(1)
——————算法——————(13)
——————随笔——————(12)
—————人工智能—————(1)
南邮期末考试回忆and知识梳理(1)
实用小工具分享(2)
找工作(1)
归档
标签
去牛客网
登录
/
注册
Wonz
Enjoy Coding. Enjoy Life.
TA的专栏
198篇文章
1人订阅
LeetCode个人题解
179篇文章
1595人学习
Go学习笔记
19篇文章
869人学习
全部文章
(共10篇)
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
555
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
LeetCode | 0547. Friend Circles朋友圈【Python】
来自专栏
LeetCode 0547. Friend Circles朋友圈【Medium】【Python】【DFS】 Problem LeetCode There are N students in a class. Some of them are friends, while some are not....
DFS
搜索
LeetCode
Python
2020-02-29
0
710
LeetCode | 0200. Number of Islands岛屿数量【Python】
来自专栏
LeetCode 0200. Number of Islands岛屿数量【Medium】【Python】【DFS】 Problem LeetCode Given a 2d grid map of '1's (land) and '0's (water), count the number of i...
DFS
搜索
LeetCode
Python
2020-02-28
0
770
LeetCode | 0695. Max Area of Island【Python】
来自专栏
LeetCode 0695. Max Area of Island【Medium】【Python】【DFS】 Problem LeetCode Given a non-empty 2D array grid of 0's and 1's, an island is a group of 1's (...
DFS
搜索
LeetCode
Python
2020-02-28
0
632
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 | 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