码迷,mamicode.com
首页 >  
搜索关键字:medium    ( 2358个结果
LeetCode469 - Convex Polygon - Medium (Python)
Given a list of points that form a polygon when joined sequentially, find if this polygon is convex (Convex polygon definition). ...
分类:编程语言   时间:2020-01-31 00:52:35    阅读次数:83
codechef Scoring Pairs
难度 $medium hard$ 题意 "官方中文题意" 做法 很显然是可以通过计算常数个$sum(A,B)=\sum\limits_{i=0}^A \sum\limits_{j=0}^B score(i,j)$ 结论1 :$score(i,j)$为$i,j$数位拆分后排序的状态 暴力分类讨论或打表 ...
分类:其他好文   时间:2020-01-30 17:37:22    阅读次数:63
LeetCode 467 - Unique Substrings in Wraparound String - Medium (Python)
Consider the string s to be the infinite wraparound string of "abcdefghijklmnopqrstuvwxyz", so s will look like this: "...zabcdefghijklmnopqrstuvwxyza ...
分类:编程语言   时间:2020-01-30 10:02:05    阅读次数:76
Leetcode 981. Time Based Key-Value Store(二分查找)
题目来源:https://leetcode.com/problems/time-based-key-value-store/description/标记难度:Medium提交次数:1/1代码效率:33.33%(212ms)题意给定一系列set和get操作,其中:每个set操作包含一个key,一个va... ...
分类:其他好文   时间:2020-01-29 14:10:53    阅读次数:58
LeetCode 464 - Can I Win - Medium (Python)
In the "100 game," two players take turns adding, to a running total, any integer from 1..10. The player who first causes the running total to reach o ...
分类:编程语言   时间:2020-01-29 10:50:52    阅读次数:93
刷题11. Container With Most Water
一、题目说明 11.Container With Most Water,这个题目难度是 Medium 。 二、我的做法 乍一看,简单啊,两个for循环就可以了,我在本地写的。 真是亮瞎我的钛合金狗眼啊。醉了! ...
分类:其他好文   时间:2020-01-28 09:18:29    阅读次数:339
什么是SQL语句
1.1 SQL语句介绍 1.1.1 什么是SQL? 全称Structured Query Language,简称SQL,中文叫结构化查询语言。 关系数据库语言的国际标准。SQL92、SQL99 不只是mysql还有其他数据库,在SQL92或者SQL99这些国际SQL标准基础之上,它们还扩展了自己的一 ...
分类:数据库   时间:2020-01-26 22:28:40    阅读次数:144
刷题5. Longest Palindromic Substring
一、题目说明 Longest Palindromic Substring,求字符串中的最长的回文。 Difficuty是Medium 二、我的实现 经过前面4个题目,我对边界考虑越来越“完善”了。 总共提交了5次: 第1、2次:Wrong Answer 主要是 "cbbd" 错误了,重复的判断逻辑上 ...
分类:其他好文   时间:2020-01-26 13:14:42    阅读次数:62
The year in AI: 2019 ML/AI advances recap
The year in AI: 2019 ML/AI advances recap 2020-01-26 11:47:14 Source: https://medium.com/@xamat/the-year-in-ai-2019-ml-ai-advances-recap-c6cc1d902d5 I ...
分类:其他好文   时间:2020-01-26 13:11:07    阅读次数:149
关于c#的单例模式,static 变量,下面一篇很不错
https://blog.csdn.net/abc524061/article/details/57086267?utm_source=itdadao&utm_medium=referral ...
分类:Windows程序   时间:2020-01-23 09:49:03    阅读次数:96
2358条   上一页 1 ... 39 40 41 42 43 ... 236 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!