Upgrade to Pro — share decks privately, control downloads, hide ads and more …

放課後RCからの贈り物 #TechLunch

放課後RCからの贈り物 #TechLunch

放課後RCからの贈り物
2012/08/01 (水) @ Livesense TechLunch
発表者:桂 大介

Livesense Inc.

April 21, 2014
Tweet

More Decks by Livesense Inc.

Other Decks in Technology

Transcript

  1. Implement an algorithm to print all valid (e.g., properly opened

    and closed) combinations of n- pairs of parentheses.
  2. Design an algorithm to find the Kth number such that

    the only prime factors are 3, 5, and 7.
  3. You have 20 bottles of pills. 19 bottles have 1.0

    gram pills, but one has pills of weight 1.1 grams. Given a scale that provides an exact measurement, how would you find the heavy bottle? You can only use the scale once.