Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
放課後RCからの贈り物 #TechLunch
Search
Livesense Inc.
PRO
April 21, 2014
Technology
0
51
放課後RCからの贈り物 #TechLunch
放課後RCからの贈り物
2012/08/01 (水) @ Livesense TechLunch
発表者:桂 大介
Livesense Inc.
PRO
April 21, 2014
Tweet
Share
More Decks by Livesense Inc.
See All by Livesense Inc.
27新卒_Webエンジニア職採用_会社説明資料
livesense
PRO
0
2.5k
株式会社リブセンス・転職会議 採用候補者様向け資料
livesense
PRO
0
53
株式会社リブセンス 会社説明資料(報道関係者様向け)
livesense
PRO
0
1.5k
データ基盤の負債解消のためのリプレイス
livesense
PRO
0
450
26新卒_総合職採用_会社説明資料
livesense
PRO
0
11k
株式会社リブセンス会社紹介資料 / Invent the next common.
livesense
PRO
1
38k
26新卒_Webエンジニア職採用_会社説明資料
livesense
PRO
1
13k
中途セールス職_会社説明資料
livesense
PRO
0
270
EM候補者向け転職会議説明資料
livesense
PRO
0
130
Other Decks in Technology
See All in Technology
CDK CLIで使ってたあの機能、CDK Toolkit Libraryではどうやるの?
smt7174
4
190
メルカリIBISの紹介
0gm
0
550
実践!カスタムインストラクション&スラッシュコマンド
puku0x
0
550
5分でカオスエンジニアリングを分かった気になろう
pandayumi
0
260
Modern Linux
oracle4engineer
PRO
0
160
roppongirb_20250911
igaiga
1
250
今日から始めるAWSセキュリティ対策 3ステップでわかる実践ガイド
yoshidatakeshi1994
0
120
DroidKaigi 2025 Androidエンジニアとしてのキャリア
mhidaka
2
390
エンジニアが主導できる組織づくり ー 製品と事業を進化させる体制へのシフト
ueokande
1
110
MagicPod導入から半年、オープンロジQAチームで実際にやったこと
tjoko
0
110
スマートファクトリーの第一歩 〜AWSマネージドサービスで 実現する予知保全と生成AI活用まで
ganota
2
320
「Linux」という言葉が指すもの
sat
PRO
4
140
Featured
See All Featured
4 Signs Your Business is Dying
shpigford
184
22k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3k
Writing Fast Ruby
sferik
628
62k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
YesSQL, Process and Tooling at Scale
rocio
173
14k
What's in a price? How to price your products and services
michaelherold
246
12k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
30
9.7k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
252
21k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.1k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.6k
How to Think Like a Performance Engineer
csswizardry
26
1.9k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.1k
Transcript
Present from After-school RC
[email protected]
Implement a MyQueue class which implements a queue using two
stacks.
Explain what the following code does: ((n & (n -
1)) == 0).
Implement an algorithm to print all valid (e.g., properly opened
and closed) combinations of n- pairs of parentheses.
Design an algorithm to find the Kth number such that
the only prime factors are 3, 5, and 7.
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.
Divide a number by 3 without using *, /, +,
-, % operators
http://stackoverflow. com/questions/11694546/divide-a-number-by- 3-without-using-operators
Rubyでlambda再帰
https://confluence.livesense.jp/pages/viewpage. action? pageId=4390950&focusedCommentId=439204 0#comment-4392040
素数戦争 ~10,000番目までの素数の和を求める~
https://github.com/gx- hackers/yapc2012/blob/master/scripts/yapc201 2/kaneshin.js