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
52
放課後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新卒_総合職採用_会社説明資料
livesense
PRO
0
440
27新卒_Webエンジニア職採用_会社説明資料
livesense
PRO
0
4k
株式会社リブセンス・転職会議 採用候補者様向け資料
livesense
PRO
0
86
株式会社リブセンス 会社説明資料(報道関係者様向け)
livesense
PRO
0
1.6k
データ基盤の負債解消のためのリプレイス
livesense
PRO
0
480
26新卒_総合職採用_会社説明資料
livesense
PRO
0
12k
株式会社リブセンス会社紹介資料 / Invent the next common.
livesense
PRO
1
43k
26新卒_Webエンジニア職採用_会社説明資料
livesense
PRO
1
13k
中途セールス職_会社説明資料
livesense
PRO
0
270
Other Decks in Technology
See All in Technology
OTEPsで知るOpenTelemetryの未来 / Observability Conference Tokyo 2025
arthur1
0
430
Amazon Q Developer CLIをClaude Codeから使うためのベストプラクティスを考えてみた
dar_kuma_san
0
320
実践マルチモーダル検索!
shibuiwilliam
3
550
文字列操作の達人になる ~ Kotlinの文字列の便利な世界 ~ - Kotlin fest 2025
tomorrowkey
2
460
初海外がre:Inventだった人間の感じたこと
tommy0124
1
190
AI時代に必要なデータプラットフォームの要件とは by @Kazaneya_PR / 20251107
kazaneya
PRO
2
280
Observability — Extending Into Incident Response
nari_ex
2
750
激動の時代を爆速リチーミングで乗り越えろ
sansantech
PRO
1
250
触れるけど壊れないWordPressの作り方
masakawai
0
650
ストレージエンジニアの仕事と、近年の計算機について / 第58回 情報科学若手の会
pfn
PRO
4
960
進化する大規模言語モデル評価: Swallowプロジェクトにおける実践と知見
chokkan
PRO
3
450
OPENLOGI Company Profile for engineer
hr01
1
46k
Featured
See All Featured
Code Reviewing Like a Champion
maltzj
526
40k
Visualization
eitanlees
150
16k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Balancing Empowerment & Direction
lara
5
710
The Straight Up "How To Draw Better" Workshop
denniskardys
239
140k
jQuery: Nuts, Bolts and Bling
dougneiner
65
7.9k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.8k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
658
61k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.2k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.7k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
127
54k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
249
1.3M
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