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个人题解
(共23篇)
LeetCode | 0079. Word Search单词搜索【Python】
来自专栏
LeetCode 0079. Word Search单词搜索【Medium】【Python】【DFS】 Problem LeetCode Given a 2D board and a word, find if the word exists in the grid. The word can b...
DFS
回溯
Python
LeetCode
2020-03-04
0
584
LeetCode | 0017. 电话号码的字母组合【Python】
来自专栏
LeetCode 0017. Letter Combinations of a Phone Number电话号码的字母组合【Medium】【Python】【回溯】【DFS】【暴力】 Problem LeetCode Given a string containing digits from 2-9...
DFS
回溯
暴力
LeetCode
Python
2020-03-04
0
621
LeetCode | 0093. Restore IP Addresses复原IP地址【Python】
来自专栏
LeetCode 0093. Restore IP Addresses复原IP地址【Medium】【Python】【回溯】【DFS】【暴力】 Problem LeetCode Given a string containing only digits, restore it by returnin...
DFS
回溯
暴力
Python
LeetCode
2020-03-04
0
798
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 | 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
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
首页
上一页
1
2
3
下一页
末页