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 | 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
690
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 | 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
LeetCode | 0095. 不同的二叉搜索树 II【Python】
来自专栏
LeetCode 0095. Unique Binary Search Trees II不同的二叉搜索树 II【Medium】【Python】【分治】【DFS】 Problem LeetCode Given an integer n, generate all structurally uniqu...
DFS
LeetCode
Python
分治
2020-02-26
0
909
LeetCode | 0241. 为运算表达式设计优先级【Python】
来自专栏
LeetCode 0241. Different Ways to Add Parentheses为运算表达式设计优先级【Medium】【Python】【分治】 Problem LeetCode Given a string of numbers and operators, return all ...
回溯
LeetCode
Python
分治
2020-02-25
0
561
LeetCode | 1362. Closest Divisors最接近的因数【Python】
来自专栏
LeetCode 1362. Closest Divisors最接近的因数【Medium】【Python】【数学】 Problem LeetCode Given an integer num, find the closest two integers in absolute difference...
数学
LeetCode
Python
2020-02-23
0
462
LeetCode | 1360. 日期之间隔几天【Python】
来自专栏
LeetCode 1360. Number of Days Between Two Dates日期之间隔几天【Easy】【Python】【数学】 Problem LeetCode Write a program to count the number of days between two dat...
数学
LeetCode
Python
2020-02-23
0
779
首页
上一页
8
9
10
11
12
13
14
15
16
17
下一页
末页