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.4k
株式会社リブセンス・転職会議 採用候補者様向け資料
livesense
PRO
0
51
株式会社リブセンス 会社説明資料(報道関係者様向け)
livesense
PRO
0
1.5k
データ基盤の負債解消のためのリプレイス
livesense
PRO
0
440
26新卒_総合職採用_会社説明資料
livesense
PRO
0
11k
株式会社リブセンス会社紹介資料 / Invent the next common.
livesense
PRO
1
37k
26新卒_Webエンジニア職採用_会社説明資料
livesense
PRO
1
13k
中途セールス職_会社説明資料
livesense
PRO
0
260
EM候補者向け転職会議説明資料
livesense
PRO
0
130
Other Decks in Technology
See All in Technology
JTCにおける内製×スクラム開発への挑戦〜内製化率95%達成の舞台裏/JTC's challenge of in-house development with Scrum
aeonpeople
0
190
AI時代に非連続な成長を実現するエンジニアリング戦略
sansantech
PRO
3
1.2k
20250910_障害注入から効率的復旧へ_カオスエンジニアリング_生成AIで考えるAWS障害対応.pdf
sh_fk2
3
220
[ JAWS-UG 東京 CommunityBuilders Night #2 ]SlackとAmazon Q Developerで 運用効率化を模索する
sh_fk2
3
370
企業の生成AIガバナンスにおけるエージェントとセキュリティ
lycorptech_jp
PRO
2
150
サンドボックス技術でAI利活用を促進する
koh_naga
0
200
エラーとアクセシビリティ
schktjm
1
1.2k
Terraformで構築する セルフサービス型データプラットフォーム / terraform-self-service-data-platform
pei0804
1
150
ZOZOマッチのアーキテクチャと技術構成
zozotech
PRO
3
1.4k
現場で効くClaude Code ─ 最新動向と企業導入
takaakikakei
1
210
Kiroと学ぶコンテキストエンジニアリング
oikon48
6
9.8k
Function Body Macros で、SwiftUI の View に Accessibility Identifier を自動付与する/Function Body Macros: Autogenerate accessibility identifiers for SwiftUI Views
miichan
2
180
Featured
See All Featured
Thoughts on Productivity
jonyablonski
70
4.8k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
Making the Leap to Tech Lead
cromwellryan
135
9.5k
The Art of Programming - Codeland 2020
erikaheidi
55
13k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.5k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Imperfection Machines: The Place of Print at Facebook
scottboms
268
13k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
51
5.6k
BBQ
matthewcrist
89
9.8k
The Cost Of JavaScript in 2023
addyosmani
53
8.9k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.1k
Music & Morning Musume
bryan
46
6.8k
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