Skip to content

Life In Code

Programming, Engineering, and My Life

  • Home
  • Programming
  • Engineering
  • Life
  • About Me

Month: August 2015

Playing ping-pong with ping-pong machine

August 15, 2015August 15, 2015 by decoet

It’s quite interesting and it’s easy to get tired even if you just play half an hour. Special thanks to Dong for GoPro.

Categories Life Leave a comment

Find one missing number from 1 to N

August 6, 2015August 6, 2015 by decoet

Find one missing number from 1 to N Given an array of size N-1, containing integer numbers from 1 to N, but there is one number missing. Return the missing number. Analysis Assuming the array given is A[], it’s easy to get N since we have the size of the array: N = A.length + 1. … Read more Find one missing number from 1 to N

Categories Programming 1 Comment

Recent Posts

  • [LeetCode] Queue Reconstruction by Height
  • [LeetCode] Median of Two Sorted Arrays (More elegant solution)
  • Reading Notes for [All Abroad the Databus! – Linkedin’s Scalable Consistent Change Data Capture Platform]
  • Reading Notes for [On Brewing Fresh Espresso: LinkedIn’s Distributed Data Serving Platform]
  • Reading Notes for [Kafka, a Distributed Messaging System for Log Processing]

Recent Comments

  • Backtracking | 1 – Lets Code on [LeetCode] Letter Combinations of a Phone Number (Java)
  • java - Comment trouver le nombre minimum de sauts pour atteindre la fin du tableau en O(n) fois on [LeetCode] Jump Game and Jump Game II (Java)
  • java - Cómo encontrar el mínimo número de saltos para llegar a la final de la matriz en O(n) tiempo on [LeetCode] Jump Game and Jump Game II (Java)
  • [LeetCode] 3Sum 三数之和,Two Sum,Two Sum,Two Sum,Two Sum – 数据结构与算法 on [LeetCode] Two Sum, 3 Sum, 3 Sum closest and 4 Sum (Java)
  • 87. Scramble String – Leetcode With Me on [LeetCode] Scramble String (Java)

Archives

  • October 2016
  • September 2016
  • June 2016
  • March 2016
  • August 2015
  • August 2014
  • July 2014
  • June 2014
  • April 2014
  • March 2014
  • February 2014
  • November 2013
  • October 2013
  • September 2013

Categories

  • Life
  • Programming
  • System Design

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
© 2022 Life In Code • Powered by GeneratePress