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人学习
全部文章
(共181篇)
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 | 1389. 按既定顺序创建目标数组【Python】
来自专栏
LeetCode 1389. Create Target Array in the Given Order按既定顺序创建目标数组【Easy】【Python】【数组】 Problem LeetCode Given two arrays of integers nums and index. Your...
数组
LeetCode
Python
2020-03-24
0
691
LeetCode | 1386. Cinema Seat Allocation安排电影院座位【Python】
来自专栏
LeetCode 1386. Cinema Seat Allocation安排电影院座位【Medium】【Python】【哈希表】 Problem LeetCode A cinema has n rows of seats, numbered from 1 to n and there are ...
哈希
LeetCode
Python
2020-03-24
0
749
LeetCode | 0113. Path Sum II路径总和 II【Python】
来自专栏
LeetCode 0113. Path Sum II路径总和 II【Medium】【Python】【回溯】 Problem LeetCode Given a binary tree and a sum, find all root-to-leaf paths where each path's s...
二叉树
回溯
LeetCode
Python
2020-03-23
0
507
LeetCode | 面试题34. 二叉树中和为某一值的路径【剑指Offer】【Python】
来自专栏
LeetCode 面试题34. 二叉树中和为某一值的路径【剑指Offer】【Medium】【Python】【回溯】 问题 力扣 输入一棵二叉树和一个整数,打印出二叉树中节点值的和为输入整数的所有路径。从树的根节点开始往下一直到叶节点所经过的节点形成一条路径。 示例:给定如下二叉树,以及目标和 su...
二叉树
回溯
LeetCode
Python
2020-03-23
0
511
LeetCode | 0876. Middle of the Linked List链表的中间结点【Python】
来自专栏
LeetCode 0876. Middle of the Linked List链表的中间结点【Easy】【Python】【双指针】 Problem LeetCode Given a non-empty, singly linked list with head node head, return...
双指针
Python
LeetCode
2020-03-23
0
472
在 Anaconda Python3.7 环境下使用 Pycharm 安装 Python3.6 版本的 PyTorch
在 Anaconda Python3.7 环境下使用 Pycharm 安装 Python3.6 版本的 PyTorch 一、Anaconda 安装 可以参考一下我写的教程:Anaconda——最省心的 Python 版本 二、Pycharm创建新环境 因为我需要用到 Django ,所以创建的是 ...
pycharm
anaconda
pytorch
Python
2020-03-23
0
928
LeetCode | 1387. 将整数按权重排序【Python】
来自专栏
LeetCode 1387. Sort Integers by The Power Value将整数按权重排序【Medium】【Python】【排序】 Problem LeetCode The power of an integer x is defined as the number of st...
排序
LeetCode
Python
2020-03-22
0
606
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
首页
上一页
5
6
7
8
9
10
11
12
13
14
下一页
末页