ffgw
  • 首页
  • 归档
  • 分类
  • 标签
  • 友链
  • 关于
  • 首页
  • 归档
  • 分类
  • 标签
  • 友链
  • 关于
  • leetcode 205 Isomorphic String

    Given two strings s and t, determine if they are isomorphic. Two strings are isomorphic if the characters in s can be replace...
     2017-12-26  
    • leetcode 
    阅读全文 
  • leetcode 485 Max Consecutive Ones

    Given a binary array, find the maximum number of consecutive 1s in this array. Example 1: 12345Input: [1,1,0,1,1,1]Output: 3E...
     2017-12-26  
    • leetcode 
    阅读全文 
  • leetcode 268 Missing Number

    268. Missing NumberGiven an array containing n distinct numbers taken from 0, 1, 2, ..., n, find the one that is missing fro...
     2017-12-25  
    • leetcode 
    阅读全文 
  • leetcode 219 Contains Duplicate II

    219. Contains Duplicate II Given an array of integers and an integer k, find out whether there are two distinct indices i and...
     2017-12-25  
    • leetcode 
    阅读全文 
  • leetcode 189 Rotate Array

    189. Rotate Array Rotate an array of n elements to the right by k steps. For example, with n = 7 and k = 3, the array [1,2,3,...
     2017-12-24  
    • leetcode 
    阅读全文 
  • leetcode 66 Plus One

    66. Plus OneGiven a non-negative integer represented as a non-empty array of digits, plus one to the integer. You may assume...
     2017-12-24  
    • leetcode 
    阅读全文 
  • leetcode 88 Merge Sorted Array

    88. Merge Sorted Array Given two sorted integer arrays nums1 and nums2, merge nums2 into nums1 as one sorted array. Note:You...
     2017-12-24  
    • leetcode 
    阅读全文 
  • leetcode 167 Two Sum II - Input array is sorted

    167. Two Sum II - Input array is sorted Given an array of integers that is already sorted in ascending order, find two numbe...
     2017-12-24  
    • leetcode 
    阅读全文 
  • leetcode #136 Single Number

    136 Single Number Given an array of integers, every element appears twice except for one. Find that single one. Note:Your alg...
     2017-12-22  
    • leetcode 
    阅读全文 
  • leetcode #107 Binary Tree Level Order Traversal II

    107. Binary Tree Level Order Traversal II Given a binary tree, return the bottom-up level order traversal of its nodes’ value...
     2017-12-22  
    • leetcode 
    阅读全文 
上一页 下一页
© 2020 -  2021  z
由 Hexo 驱动 | 主题 Keep v3.4.3