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人学习
全部文章
(共15篇)
LeetCode 0090. Subsets II子集II【Python】
来自专栏
Problem LeetCode Given a collection of integers that might contain duplicates, nums, return all possible subsets (the power set). Note: The solution s...
回溯
LeetCode
Python
2020-11-27
0
612
LeetCode 0078. Subsets子集【Python】
来自专栏
LeetCode 0078. Subsets子集【Medium】【Python】【回溯】 Problem LeetCode Given a set of distinct integers, nums, return all possible subsets (the power set). No...
回溯
LeetCode
Python
2020-10-24
0
630
LeetCode | 0051. N-Queens N 皇后【Python】
来自专栏
Problem LeetCode The n-queens puzzle is the problem of placing n queens on an n×n chessboard such that no two queens attack each other. Given an inte...
回溯
LeetCode
Python
2020-09-10
0
580
LeetCode | 0040. Combination Sum II组合总和 II【Python】
来自专栏
Problem LeetCode Given a collection of candidate numbers (candidates) and a target number (target), find all unique combinations in candidates where t...
回溯
LeetCode
Python
2020-09-10
0
406
LeetCode | 0113. Path Sum II路径总和 II【Python】
来自专栏
LeetCode 0113. Path Sum II路径总和 II【Medium】【Python】【回溯】 Problem LeetCode Given a binary tree and a sum, find all root-to-leaf paths where each path's s...
二叉树
回溯
LeetCode
Python
2020-03-23
0
507
LeetCode | 面试题34. 二叉树中和为某一值的路径【剑指Offer】【Python】
来自专栏
LeetCode 面试题34. 二叉树中和为某一值的路径【剑指Offer】【Medium】【Python】【回溯】 问题 力扣 输入一棵二叉树和一个整数,打印出二叉树中节点值的和为输入整数的所有路径。从树的根节点开始往下一直到叶节点所经过的节点形成一条路径。 示例:给定如下二叉树,以及目标和 su...
二叉树
回溯
LeetCode
Python
2020-03-23
0
511
LeetCode | 0039. Combination Sum组合总和【Python】
来自专栏
LeetCode 0039. Combination Sum组合总和【Medium】【Python】【回溯】 Problem LeetCode Given a set of candidate numbers (candidates) (without duplicates) and a targ...
DFS
回溯
Python
LeetCode
2020-03-07
0
508
LeetCode | 0077. Combinations组合【Python】
来自专栏
LeetCode 0077. Combinations组合【Medium】【Python】【回溯】 Problem LeetCode Given two integers n and k, return all possible combinations of k numbers out of 1...
DFS
回溯
LeetCode
Python
2020-03-05
0
638
LeetCode | 0047. Permutations II全排列 II【Python】
来自专栏
LeetCode 0047. Permutations II全排列 II【Medium】【Python】【回溯】 Problem LeetCode Given a collection of numbers that might contain duplicates, return all pos...
DFS
递归
回溯
LeetCode
Python
2020-03-05
0
561
LeetCode | 0046. Permutations全排列【Python】
来自专栏
LeetCode 0046. Permutations全排列【Medium】【Python】【回溯】【DFS】 Problem LeetCode Given a collection of distinct integers, return all possible permutations. E...
DFS
回溯
Python
LeetCode
2020-03-04
0
557
首页
上一页
1
2
下一页
末页