摘要: LeetCode 面试题62. 圆圈中最后剩下的数字【剑指Offer】【Easy】【Python】【数学】 问题 "力扣" 0,1,,n 1这n个数字排成一个圆圈,从数字0开始,每次从这个圆圈里删除第m个数字。求出这个圆圈里剩下的最后一个数字。 例如,0、1、2、3、4这5个数字组成一个圆圈,从数字 阅读全文
posted @ 2020-03-24 20:56 Wonz 阅读(188) 评论(0) 推荐(0) 编辑
摘要: LeetCode 1390. Four Divisors四因数【Medium】【Python】【数学】 Problem "LeetCode" Given an integer array , return the sum of divisors of the integers in that arr 阅读全文
posted @ 2020-03-24 09:36 Wonz 阅读(168) 评论(0) 推荐(0) 编辑
摘要: LeetCode 1389. Create Target Array in the Given Order按既定顺序创建目标数组【Easy】【Python】【数组】 Problem "LeetCode" Given two arrays of integers and . Your task is 阅读全文
posted @ 2020-03-24 09:12 Wonz 阅读(188) 评论(0) 推荐(0) 编辑
摘要: LeetCode 1386. Cinema Seat Allocation安排电影院座位【Medium】【Python】【哈希表】 Problem "LeetCode" A cinema has rows of seats, numbered from 1 to and there are ten 阅读全文
posted @ 2020-03-24 09:00 Wonz 阅读(401) 评论(0) 推荐(0) 编辑