List1  [leetcode]243. Shortest Word Distance最短单词距离 Two Pointers
[leetcode]244. Shortest Word Distance II最短单词距离(允许连环call) HashMap,  Merge Sort
[leetcode]339. Nested List Weight Sum嵌套列表加权和 DFS, BFS
[leetcode]364. Nested List Weight Sum II嵌套列表加权和II DFS, BFS
[leetcode]256. Paint House粉刷房子(三色可选) DP
[leetcode]265. Paint House II粉刷房子(K色可选) DP 
[leetcode]170. Two Sum III - Data structure design两数之和III - 数据结构设计 HashMap
[leetcode]272. Closest Binary Search Tree Value II二叉搜索树中最近的值2 Deque
[leetcode]156.Binary Tree Upside Down颠倒二叉树 Tree,  Recurison, Iteration
[leetcode]149. Max Points on a Line多点共线  HashMap
[leetcode]380. Insert Delete GetRandom O(1)常数时间插入删除取随机值 HashMap, ArrayList
[leetcode]254. Factor Combinations因式组合 Backtracking
[leetcode]65. Valid Number 有效数值 String
[leetcode]716. Max Stack 最大栈 Stack
[leetcode]68. Text Justification文字对齐 String
               List2 [leetcode]366. Find Leaves of Binary Tree捡树叶  
[leetcode]341. Flatten Nested List Iterator展开嵌套列表的迭代器   
 
   
[leetcode]50. Pow(x, n)求幂  
[leetcode]150. Evaluate Reverse Polish Notation逆波兰表示法  
[leetcode]53. Maximum Subarray最大子数组和  
[leetcode]297. Serialize and Deserialize Binary Tree 序列化与反序列化二叉树  
   
   
   
[leetcode]200. Number of Islands岛屿个数  
[leetcode]152. Maximum Product Subarray最大乘积子数组  
   
   
     
     
     
  [leetcode]72. Edit Distance 最少编辑步数   
  [leetcode]282. Expression Add Operators 表达式添加运算符  
  [leetcode]56. Merge Intervals归并区间   
  [leetcode]236. Lowest Common Ancestor of a Binary Tree二叉树最近公共祖先  
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
                         
                 
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
     

LinkedIn TAG的更多相关文章

  1. Java系的大网站架构-LinkedIn和淘宝

    国内私募机构九鼎控股打造APP,来就送 20元现金领取地址:http://jdb.jiudingcapital.com/phone.html 内部邀请码:C8E245J (不写邀请码,没有现金送) 国 ...

  2. Git 进阶指南(git ssh keys / reset / rebase / alias / tag / submodule )

    在掌握了基础的 Git 使用 之后,可能会遇到一些常见的问题.以下是猫哥筛选总结的部分常见问题,分享给各位朋友,掌握了这些问题的中的要点之后,git 进阶也就完成了,它包含以下部分: 如何修改 ori ...

  3. 05.GitHub实战系列~5.发布版本之分支操作+Tag讲解 2015-12-14

    GitHub实战系列汇总:http://www.cnblogs.com/dunitian/p/5038719.html ———————————————————————————————————————— ...

  4. Encountered an unexpected error when attempting to resolve tag helper directive '@addTagHelper' with value '"*, Microsoft.AspNet.Mvc.TagHelpers"'

    project.json 配置: { "version": "1.0.0-*", "compilationOptions": { " ...

  5. ASP.NET Core 中文文档 第四章 MVC(3.6.1 )Tag Helpers 介绍

    原文:Introduction to Tag Helpers 作者:Rick Anderson 翻译:刘浩杨 校对:高嵩(Jack) 什么是 Tag Helpers? Tag Helpers 提供了什 ...

  6. ASP.NET Core 中文文档 第四章 MVC(3.6.2 )自定义标签辅助类(Tag Helpers)

    原文:Authoring Tag Helpers 作者:Rick Anderson 翻译:张海龙(jiechen) 校对:许登洋(Seay) 示例代码查看与下载 从 Tag Helper 讲起 本篇教 ...

  7. VS2015突然报错————Encountered an unexpected error when attempting to resolve tag helper directive '@addTagHelper' with value 'Microsoft.AspNet.Mvc.Razor.TagHelpers.UrlResolutionTagHelper

    Encountered an unexpected error when attempting to resolve tag helper directive '@addTagHelper' with ...

  8. Smart Tag——DevExpress WPF初探

    Smart Tag是一个设计时扩展,所有标准控件均自带这个功能,当然也包括 DevExpress WPF Controls .可以快速设置控件的值或者绑定最重要的属性.它还可以帮助你完成一些重复的工作 ...

  9. [转]Code! MVC 5 App with Facebook, Twitter, LinkedIn and Google OAuth2 Sign-on (C#)

    本文转自:https://www.asp.net/mvc/overview/security/create-an-aspnet-mvc-5-app-with-facebook-and-google-o ...

随机推荐

  1. 并发之痛 Thread,Goroutine,Actor

    转自:http://jolestar.com/parallel-programming-model-thread-goroutine-actor/ 先梳理下两个概念,几乎所有讲并发的文章都要先讲这两个 ...

  2. shell脚本三——正则表达式

    shell函数:shell中允许将一组命令集合或语句形成一段可用代码,这些代码块称为shell函数.给这段代码起个名字称为函数名,后续可以直接调用该段代码. 格式:fun() { 命令 } Shell ...

  3. Linq to SQL -- Insert、Update、Delete

    Insert/Update/Delete操作 插入(Insert) 1.简单形式 说明:new一个对象,使用InsertOnSubmit方法将其加入到对应的集合中,使用SubmitChanges()提 ...

  4. rest_framework目录

    一  REST API规范 二  rest framework框架的基本使用

  5. centos7 配置lamp 环境

    搭建版本 版本组合 php5.6+apache/2.4.6(centos7)+mysql5.7.24 因为新系统不能确认哪些指令已经搭建  所以安装前需要确认下是否拥有 检测是否已经安装过Vim rp ...

  6. mass

    @python青岛qq群 1.爬取豆瓣,登录一次爬取后再循环就退出登录,抓不到了: 2.用requests.session试试,只要session对象不释放,就能记住登录状态的cookie: 3.se ...

  7. 为什么你需要少看垃圾博客以及如何在Python里精确地四舍五入

    今天又有一个Python初学者被中文技术博客中的垃圾文章给误导了. 这位初学者的问题是: 在Python中,如何精确地进行浮点数的四舍五入,保留两位小数? 如果你在Google或者百度上搜索,你会发现 ...

  8. 修改 Vultr 登录密码

    Debian,Ubuntu 访问控制台,打开在线 Console,点击右上角的 “Send CtrlAltDel”,按 ESC 键启动 GRUB boot prompt. 按 e 编辑第一启动项.按 ...

  9. 一文读懂PRBS定义、生成办法、作用

    对于眼图测试.误码率和抖动容限测试,最常用的测试码是PRBS,主要有PRBS7.PRBS15.PRBS23和PRBS31.本文主要解释了PRBS的定义,生成方法以及简单应用. PRBS定义 二进制序列 ...

  10. FPGA——入手(零)

    前几天正点原子团队退出了FPGA开发板,我就买了一套.我想的是,多学一点东西,即使到最后积累下的东西少,但是面是广的,以后可以更好的选择一种深入.就入手了新起点FPGA开发板,新起点算是开拓者的阉割版 ...