码迷,mamicode.com
首页 >  
搜索关键字:medium    ( 2358个结果
0214 像魔术师的口袋,什么招数都有
1.复习代码 .复习代码 LC 322 322. Coin Change Medium 2970100Add to ListShare You are given coins of different denominations and a total amount of money amount. ...
分类:其他好文   时间:2020-02-14 10:53:04    阅读次数:94
Ruby——httparty使用代理
环境配置: "Ruby" httparty 安装httparty库 代码样例 使用代理 运行下,看看结果。 进阶学习 "ruby httparty" "代理IP" ...
分类:Web程序   时间:2020-02-13 23:11:31    阅读次数:108
位运算在状态压缩DP中的应用
一、判断一个数字X的i位是不是1 二、把一个数字二进制下的第i位改成1 三、把一个数字二进制下的最靠右的第一个1改成0(去掉) ...
分类:其他好文   时间:2020-02-13 23:08:30    阅读次数:68
leetcode 234. Palindrome Linked List
题目内容 Given a singly linked list, determine if it is a palindrome. Example: 分析过程 题目归类: 链表反转,fast/slow双指针法 题目分析: 这道题归到easy其实是不对的,应该归到medium,因为如果要考虑O(n)时 ...
分类:其他好文   时间:2020-02-13 15:00:47    阅读次数:64
刷题46. Permutations
一、题目说明 题目是46. Permutations,给一组各不相同的数,求其所有的排列组合。难度是Medium 二、我的解答 这个题目,前面遇到过类似的。回溯法(树的深度优先算法),或者根据如下求解: "刷题31. Next Permutation" 我考虑可以用dp做,写了一个上午,理论我就不说 ...
分类:其他好文   时间:2020-02-12 10:40:54    阅读次数:88
Angular第三方UI组件库
一、Angular第三方UI组件库(github搜“awesome angular ") lonic 概述:是一个第三方的适用于移动端App的UI组件库,可以与Angular/React/Vue.js组合,也可以独立使用。 九种主题色:primary、secondary、tertiary、dange ...
分类:其他好文   时间:2020-02-12 01:00:16    阅读次数:740
LeetCode19 移除倒数第N个元素
链接 "Remove Nth Node From End of List" 难度 Medium 描述 Given a linked list, remove the _n_ th node from the end of list and return its head. 给定一个链表,要求移除导数 ...
分类:其他好文   时间:2020-02-10 09:48:14    阅读次数:47
Heavy Transportation POJ - 1797
Heavy Transportation Time Limit: 3000MS Memory Limit: 30000K Total Submissions: 65250 Accepted: 16053 Description Background Hugo Heavy is happy. Afte ...
分类:其他好文   时间:2020-02-09 23:46:08    阅读次数:98
codechef Far Graphs
难度 $medium hard$ 题意 "官方中文题意" 做法 性质 $1)$:若有奇环,只能是三元环 $2)$:若无奇环,显然是二部图 $3)$:若三元环,可分为三部分,分为集合$X,Y,Z$,$Y$与$X$跟$Z$有边,$X$与$Y$之间有边,我们称其为 三部图 推论1 :若为三部图,$Y$集均 ...
分类:其他好文   时间:2020-02-08 13:17:31    阅读次数:63
刷题34. Find First and Last Position of Element in Sorted Array
一、题目说明 题目是34. Find First and Last Position of Element in Sorted Array,查找一个给定值的起止位置,时间复杂度要求是Olog(n)。题目的难度是Medium! 二、我的解答 这个题目还是二分查找(折半查找),稍微变化一下。target ...
分类:其他好文   时间:2020-02-08 09:26:27    阅读次数:56
2358条   上一页 1 ... 37 38 39 40 41 ... 236 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!