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人学习
全部文章
(共7篇)
LeetCode | 1382. 将二叉搜索树变平衡【Python】
来自专栏
LeetCode 1382. Balance a Binary Search Tree将二叉搜索树变平衡【Medium】【Python】【二叉树】 Problem LeetCode Given a binary search tree, return a balanced binary searc...
二分
二叉树
LeetCode
Python
2020-03-15
0
1153
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