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个人题解
(共8篇)
LeetCode | 1408.String Matching in an Array数组中的字符串匹配【Python】
来自专栏
LeetCode 1408. String Matching in an Array数组中的字符串匹配【Easy】【Python】【字符串】 Problem LeetCode Given an array of string words. Return all strings in words w...
字符串
暴力
Python
LeetCode
2020-04-12
0
994
LeetCode | 1394. 找出数组中的幸运数【Python】
来自专栏
LeetCode 1394. Find Lucky Integer in an Array找出数组中的幸运数【Easy】【Python】【暴力】 Problem LeetCode Given an array of integers arr, a lucky integer is an integ...
暴力
LeetCode
Python
2020-03-29
0
718
LeetCode | 1395. Count Number of Teams统计作战单位数【Python】
来自专栏
LeetCode 1395. Count Number of Teams统计作战单位数【Medium】【Python】【暴力】 Problem LeetCode There are n soldiers standing in a line. Each soldier is assigned a ...
暴力
Python
LeetCode
2020-03-29
0
1377
LeetCode | 1385. 两个数组间的距离值【Python】
来自专栏
LeetCode 1385. Find the Distance Value Between Two Arrays两个数组间的距离值【Easy】【Python】【暴力】 Problem LeetCode Given two integer arrays arr1 and arr2, and the...
暴力
LeetCode
Python
2020-03-22
0
790
LeetCode | 1380. Lucky Numbers in a Matrix矩阵中的幸运数【Python】
来自专栏
LeetCode 1380. Lucky Numbers in a Matrix矩阵中的幸运数【Easy】【Python】【暴力】 Problem LeetCode Given a m * n matrix of distinct numbers, return all lucky numbers...
暴力
LeetCode
Python
2020-03-15
0
748
LeetCode | 1103. Distribute Candies to People分糖果 II【Python】
来自专栏
LeetCode 1103. Distribute Candies to People分糖果 II【Easy】【Python】【暴力】 Problem LeetCode We distribute some number of candies, to a row of n = num_people...
暴力
LeetCode
Python
2020-03-05
0
600
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