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人学习
全部文章
(共12篇)
LeetCode | 面试题 01.07. 旋转矩阵【Python】
来自专栏
LeetCode 面试题 01.07. 旋转矩阵【Medium】【Python】【数学】 问题 力扣 给你一幅由 N × N 矩阵表示的图像,其中每个像素的大小为 4 字节。请你设计一种算法,将图像旋转 90 度。 不占用额外内存空间能否做到? 示例 1: 给定 matrix = [ [1,...
数学
LeetCode
Python
2020-04-12
0
656
LeetCode | 0892. Surface Area of 3D Shapes三维形体的表面积【Python】
来自专栏
LeetCode 0892. Surface Area of 3D Shapes三维形体的表面积【Easy】【Python】【数学】 Problem LeetCode On a N * N grid, we place some 1 * 1 * 1cubes. Each value v = gri...
数学
LeetCode
Python
2020-03-27
0
599
LeetCode | 0914. X of a Kind in a Deck of Cards卡牌分组【Python】
来自专栏
LeetCode 0914. X of a Kind in a Deck of Cards卡牌分组【Easy】【Python】【数学】 Problem LeetCode In a deck of cards, each card has an integer written on it. Retu...
数学
LeetCode
Python
2020-03-27
0
546
LeetCode | 面试题62. 圆圈中最后剩下的数字【剑指Offer】【Python】
来自专栏
LeetCode 面试题62. 圆圈中最后剩下的数字【剑指Offer】【Easy】【Python】【数学】 问题 力扣 0,1,,n-1这n个数字排成一个圆圈,从数字0开始,每次从这个圆圈里删除第m个数字。求出这个圆圈里剩下的最后一个数字。 例如,0、1、2、3、4这5个数字组成一个圆圈,从数字0...
数学
LeetCode
Python
2020-03-24
0
536
LeetCode | 1390. Four Divisors四因数【Python】
来自专栏
LeetCode 1390. Four Divisors四因数【Medium】【Python】【数学】 Problem LeetCode Given an integer array nums, return the sum of divisors of the integers in that ...
数学
LeetCode
Python
2020-03-24
0
601
LeetCode | 0365. Water and Jug Problem水壶问题【Python】
来自专栏
LeetCode 0365. Water and Jug Problem水壶问题【Medium】【Python】【BFS】【数学】 Problem LeetCode You are given two jugs with capacities x and y litres. There is an...
数学
BFS
LeetCode
Python
2020-03-21
0
563
LeetCode | 0836. Rectangle Overlap矩形重叠【Python】
来自专栏
LeetCode 0836. Rectangle Overlap矩形重叠【Easy】【Python】【数学】 Problem LeetCode A rectangle is represented as a list [x1, y1, x2, y2], where (x1, y1) are the...
数学
LeetCode
Python
2020-03-18
0
562
LeetCode | 0836. Rectangle Overlap矩形重叠【Python】
来自专栏
LeetCode 0836. Rectangle Overlap矩形重叠【Easy】【Python】【数学】 Problem LeetCode A rectangle is represented as a list [x1, y1, x2, y2], where (x1, y1) are the...
数学
LeetCode
Python
2020-03-18
0
483
LeetCode | 1071. 字符串的最大公因子【Python】
来自专栏
LeetCode 1071. Greatest Common Divisor of Strings字符串的最大公因子【Easy】【Python】【字符串】 Problem LeetCode For strings S and T, we say "T divides S" if...
字符串
数学
LeetCode
Python
2020-03-12
0
1145
LeetCode | 面试题 57 - Ⅱ. 和为s的连续正数序列【Python】
来自专栏
LeetCode 面试题 57 - Ⅱ. 和为s的连续正数序列【Easy】【Python】【滑窗】【数学】 问题 力扣 输入一个正整数 target ,输出所有和为 target 的连续正整数序列(至少含有两个数)。 序列内的数字由小到大排列,不同序列按照首个数字从小到大排列。 示例 1: 输入...
数学
滑窗
LeetCode
Python
2020-03-06
0
680
首页
上一页
1
2
下一页
末页