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篇文章
1606人学习
Go学习笔记
19篇文章
879人学习
全部文章
(共540篇)
LeetCode | 0455. Assign Cookies分发饼干【Python】
来自专栏
LeetCode 0455. Assign Cookies分发饼干【Easy】【Python】【贪心】 Problem LeetCode Assume you are an awesome parent and want to give your children some cookies...
2020-02-15
0
689
LeetCode | 0075. Sort Colors颜色分类【Python】
来自专栏
LeetCode 0075. Sort Colors颜色分类【Medium】【Python】【荷兰旗】 Problem LeetCode Given an array with n objects colored red, white or blue, sort them in-place...
2020-02-15
0
536
LeetCode | 0451. Sort Characters By Frequency根据字符出现频率排序【Python】
来自专栏
LeetCode 0451. Sort Characters By Frequency根据字符出现频率排序【Medium】【Python】【桶排序】 Problem LeetCode Given a string, sort it in decreasing order based on ...
2020-02-15
0
517
Maze_AI: 一款基于 Python + Pygame + AI 算法的迷宫小游戏
大三课程设计周自己一个人写的迷宫小游戏 (一)课题内容 实现走迷宫。 主要功能为界面显示、上下左右键的响应以及当前步数统计。 通过该课题全面熟悉数组、字符串等的使用,掌握程序设计的基本方法及友好界面的设计。 (二)课题要求 1. 基本要求 (1)游戏界面显示:迷宫地图...
2020-02-15
0
1124
Requirement already satisfied 解决方法
Requirement already satisfied 解决方法 问题 今天安装 Pygame 的时候遇到了这个问题: Requirement already satisfied: pygame==1.9.6 from file:///C:/ProgramData/Anaconda3/...
2020-02-15
0
1442
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not 解决方法
pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available 解决方法 问题 今天在安装 Pygame 的时候,发现照着之前自己写的教程出现了问...
2020-02-15
0
2241
LeetCode | 0347. Top K Frequent Elements前 K 个高频元素【Python】
来自专栏
LeetCode 0347. Top K Frequent Elements前 K 个高频元素【Medium】【Python】【桶排序】 Problem LeetCode Given a non-empty array of integers, return the k most freq...
2020-02-14
0
591
LeetCode | 0215. Kth Largest Element in an Array数组中的第K个最大元素【Python】
来自专栏
LeetCode 0215. Kth Largest Element in an Array数组中的第K个最大元素【Medium】【Python】【快排】【堆】 Problem LeetCode Find the kth largest element in an unsorted arr...
2020-02-14
0
626
LeetCode | 0524. Longest Word in Dictionary through Deleting通过删除字母匹配到字典里最长单词【Python】
来自专栏
LeetCode 0524. Longest Word in Dictionary through Deleting通过删除字母匹配到字典里最长单词【Medium】【Python】【双指针】 题目 英文题目地址 Given a string and a string dictionary,...
2020-02-14
0
624
LeetCode | 0141. Linked List Cycle环形链表【Python】
来自专栏
LeetCode 0141. Linked List Cycle环形链表【Easy】【Python】【双指针】 题目 英文题目地址 Given a linked list, determine if it has a cycle in it. To represent a cycle i...
2020-02-13
0
508
首页
上一页
19
20
21
22
23
24
25
26
27
28
下一页
末页