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. CentOS7的内核优化

    修改内核配置文件 vim /etc/sysctl.conf 刷新配置文件 sysctl -p 关ipv6 net.ipv6.conf.all.disable_ipv6 = net.ipv6.conf. ...

  2. mysql ERROR 1217 (23000): Cannot delete or update a parent row: a foreign key constrain fails

    ERROR 1217 (23000): Cannot delete or update a parent row: a foreign key constrain fails. 可能是MySQL在In ...

  3. Heroku 教程

    中文 https://www.jianshu.com/p/7bc34e56fa39 http://www.bjhee.com/flask-heroku.html 官方 Getting Started ...

  4. Ajax2简单的使用方式

    http://www.cnblogs.com/Ming8006/p/6142191.html

  5. jquery中文档处理的总结

    jQuery文档处理总结 1.返回值:append(content|fn) $("p").append("<b>Hello</b>"); ...

  6. Android CheckBox修改大小、边框颜色,以及自定义CheckBox;

    CheckBox修改大小: android:scaleX="0.8" android:scaleY="0.8" CheckBox修改边框颜色,注意不是背景色: ...

  7. js基础面试篇

    1,js中的new做了什么? function Person () { this.name = name; this.age = age; this.sex = sex this.sayName = ...

  8. java.lang.NoSuchMethodException: tk.mybatis.mapper.provider.base.BaseSelectProvider.<init>()

    这个问题好奇怪, 出现这个错误是通用Mapper初始化的错误,排查的方向就是往这个方向,可能的情况有以下几种: .jar包冲突 <dependency> <groupId>tk ...

  9. sqlPlus基本操作

    SQL*PLUS连接方法 1. $ sqlplus "user/password[@service] [as sysdba]" 2. $ sqlplus /nolog SQL> ...

  10. tensorflow 如何读取npy文件里的参数

    import numpy as npc = np.load( "vgg16.npy" )   #npy的文件名x = c.item()     #此时,x的type是一个字典nam ...