Premiumlab  
05 2017 档案
  • DFS and BFS
    摘要:DFS https://github.com/Premiumlab/Python-for-Algorithms--Data-Structures--and-Interviews/blob/master/Graphs/Implementation%20of%20Depth%20First%20Sear 阅读全文
    posted @ 2017-05-25 20:59 Premiumlab 阅读(429) 评论(0) 推荐(0)
  • 278. First Bad Version
    摘要:https://leetcode.com/problems/first-bad-version/#/description You are a product manager and currently leading a team to develop a new product. Unfortu 阅读全文
    posted @ 2017-05-24 19:49 Premiumlab 阅读(113) 评论(0) 推荐(0)
  • 67. Add Binary
    摘要:https://leetcode.com/problems/add-binary/#/description Given two binary strings, return their sum (also a binary string). For example,a = "11"b = "1"R 阅读全文
    posted @ 2017-05-23 17:48 Premiumlab 阅读(127) 评论(0) 推荐(0)
  • 283. Move Zeroes
    摘要:https://leetcode.com/problems/move-zeroes/#/description Given an array nums, write a function to move all 0's to the end of it while maintaining the r 阅读全文
    posted @ 2017-05-22 20:24 Premiumlab 阅读(132) 评论(0) 推荐(0)
  • 1. Two Sum
    摘要:https://leetcode.com/articles/two-sum/#approach-2-two-pass-hash-table-accepted Question Given an array of integers, return indices of the two numbers 阅读全文
    posted @ 2017-05-22 11:47 Premiumlab 阅读(252) 评论(1) 推荐(0)