摘要: 47. Permutations II Medium 109246FavoriteShare 47. Permutations II Medium 109246FavoriteShare Medium Given a collection of numbers that might contain 阅读全文
posted @ 2019-07-26 07:13 黑暗尽头的超音速炬火 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 45. Jump Game II Hard 128672FavoriteShare 45. Jump Game II Hard 128672FavoriteShare Hard Given an array of non-negative integers, you are initially po 阅读全文
posted @ 2019-07-25 19:17 黑暗尽头的超音速炬火 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 1.分支限界法 在每次分支后,对凡是界限超出已知可行解值那些子集不再做进一步分支。这样,解的许多子集(即搜索树上的许多结点)就可以不予考虑了,从而缩小了搜索范围。这一过程一直进行到找出可行解为止,该可行解的值不大于任何子集的界限。因此这种算法一般可以求得最优解。 将问题分枝为子问题并对这些子问题定界 阅读全文
posted @ 2019-07-25 14:51 黑暗尽头的超音速炬火 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 1.target aim drive instead of just learn what you see.Consist a Continuity goal 2.learn for use:use is the best way to test whether you grasp knowledg 阅读全文
posted @ 2019-07-24 15:06 黑暗尽头的超音速炬火 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 1.D:\nlp\lingbin2.docx Fellow paper Biotechnology 2.Fellow JFS paper https://arxiv.org/abs/1906.11196 https://www.semanticscholar.org/paper/De-novo-gl 阅读全文
posted @ 2019-07-24 11:43 黑暗尽头的超音速炬火 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 1.Home key win+z will show the table 阅读全文
posted @ 2019-07-24 11:15 黑暗尽头的超音速炬火 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 1.Useful Company Blog Recommendation https://www.cnblogs.com/wdsunny/p/11225544.html Former part is useless,but latter introduce the famous company's 阅读全文
posted @ 2019-07-24 11:13 黑暗尽头的超音速炬火 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 1.pycharm中不同工程要安不同包,每次都要重复新的,this question can be solved by copy lib package.So now form a complete package and copy it to the new project 阅读全文
posted @ 2019-07-23 16:56 黑暗尽头的超音速炬火 阅读(256) 评论(0) 推荐(0) 编辑
摘要: python实现代码: https://blog.csdn.net/windowsyun/article/details/88770799 阅读全文
posted @ 2019-07-23 15:18 黑暗尽头的超音速炬火 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 43. Multiply Strings Medium 1069486FavoriteShare 43. Multiply Strings Medium 1069486FavoriteShare Medium Given two non-negative integers num1 and num2 阅读全文
posted @ 2019-07-21 16:34 黑暗尽头的超音速炬火 阅读(138) 评论(0) 推荐(0) 编辑