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 | 1358. 包含所有三种字符的子字符串数目【Python】
来自专栏
LeetCode 1358. Number of Substrings Containing All Three Characters包含所有三种字符的子字符串数目【Medium】【Python】【双指针】【滑窗】 Problem LeetCode Given a string s consist...
双指针
滑窗
LeetCode
Python
2020-02-23
0
781
LeetCode | 0034. 在排序数组中查找元素的第一个和最后一个位置【Python】
来自专栏
LeetCode 0034. Find First and Last Position of Element in Sorted Array在排序数组中查找元素的第一个和最后一个位置【Medium】【Python】【二分】 Problem LeetCode Given an array of in...
二分
LeetCode
Python
2020-02-23
0
527
LeetCode | 0153. 寻找旋转排序数组中的最小值【Python】
来自专栏
LeetCode 0153. Find Minimum in Rotated Sorted Array寻找旋转排序数组中的最小值【Medium】【Python】【二分】 Problem LeetCode Suppose an array sorted in ascending order is r...
二分
LeetCode
Python
2020-02-22
0
542
LeetCode | 0278. First Bad Version第一个错误的版本【Python】
来自专栏
LeetCode 0278. First Bad Version第一个错误的版本【Easy】【Python】【二分】 Problem LeetCode You are a product manager and currently leading a team to develop a new p...
二分
LeetCode
Python
2020-02-22
0
543
LeetCode | 0540. 有序数组中的单一元素【Python】
来自专栏
LeetCode 0540. Single Element in a Sorted Array有序数组中的单一元素【Medium】【Python】【二分】 Problem LeetCode You are given a sorted array consisting of only intege...
二分
LeetCode
Python
2020-02-22
0
603
LeetCode | 0744. 寻找比目标字母大的最小字母【Python】
来自专栏
LeetCode 0744. Find Smallest Letter Greater Than Target寻找比目标字母大的最小字母【Easy】【Python】【二分】 Problem LeetCode Given a list of sorted characters letters con...
二分
Python
LeetCode
2020-02-22
0
555
LeetCode | 0069. Sqrt(x) x 的平方根【Python】
来自专栏
LeetCode 0069. Sqrt(x) x 的平方根【Easy】【Python】【二分】 Problem LeetCode Implement int sqrt(int x). Compute and return the square root of x, where x is guara...
二分
LeetCode
Python
2020-02-22
0
639
LeetCode | 0053. Maximum Subarray最大子序和【Python】
来自专栏
LeetCode 0053. Maximum Subarray最大子序和【Easy】【Python】【动态规划】 Problem LeetCode Given an integer array nums, find the contiguous subarray (containing at le...
动态规划
LeetCode
Python
2020-02-21
0
422
LeetCode | 0665. Non-decreasing Array非递减数列【Python】
来自专栏
LeetCode 0665. Non-decreasing Array非递减数列【Easy】【Python】【贪心】 Problem LeetCode Given an array with n integers, your task is to check if it could become ...
贪心
LeetCode
Python
2020-02-20
0
445
LeetCode | 0122. 买卖股票的最佳时机 II【Python】
来自专栏
LeetCode 0122. Best Time to Buy and Sell Stock II买卖股票的最佳时机 II【Easy】【Python】【贪心】 Problem LeetCode Say you have an array for which the ith element is t...
贪心
LeetCode
Python
2020-02-20
0
649
首页
上一页
8
9
10
11
12
13
14
15
16
17
下一页
末页