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
43
放課後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.
株式会社リブセンス 会社説明資料(報道関係者様向け)
livesense
PRO
0
770
26新卒_総合職採用_会社説明資料
livesense
PRO
0
1.5k
株式会社リブセンス会社紹介資料 / Invent the next common.
livesense
PRO
1
8.8k
26新卒_Webエンジニア職採用_会社説明資料
livesense
PRO
1
5k
中途セールス職_会社説明資料
livesense
PRO
0
140
EM候補者向け転職会議説明資料
livesense
PRO
0
58
コロナで失われたノベルティ作成ノウハウを復活させた話
livesense
PRO
0
180
転職会議でGPT-3を活用した企業口コミ要約機能をリリースした話
livesense
PRO
0
1.2k
株式会社リブセンス マッハバイト_プレイブック
livesense
PRO
0
720
Other Decks in Technology
See All in Technology
CDCL による厳密解法を採用した MILP ソルバー
imai448
3
190
生成AIが変えるデータ分析の全体像
ishikawa_satoru
0
180
アジャイルでの品質の進化 Agile in Motion vol.1/20241118 Hiroyuki Sato
shift_evolve
0
190
リンクアンドモチベーション ソフトウェアエンジニア向け紹介資料 / Introduction to Link and Motivation for Software Engineers
lmi
4
300k
安心してください、日本語使えますよ―Ubuntu日本語Remix提供休止に寄せて― 2024-11-17
nobutomurata
1
1k
Engineer Career Talk
lycorp_recruit_jp
0
190
Next.jsとNuxtが混在? iframeでなんとかする!
ypresto
1
260
SDNという名のデータプレーンプログラミングの歴史
ebiken
PRO
2
160
Storybook との上手な向き合い方を考える
re_taro
5
1.4k
Introduction to Works of ML Engineer in LY Corporation
lycorp_recruit_jp
0
150
複雑なState管理からの脱却
sansantech
PRO
1
160
開発生産性を上げながらビジネスも30倍成長させてきたチームの姿
kamina_zzz
2
1.7k
Featured
See All Featured
The Invisible Side of Design
smashingmag
298
50k
Fontdeck: Realign not Redesign
paulrobertlloyd
82
5.2k
YesSQL, Process and Tooling at Scale
rocio
169
14k
Six Lessons from altMBA
skipperchong
27
3.5k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
229
52k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
665
120k
Designing for Performance
lara
604
68k
Fashionably flexible responsive web design (full day workshop)
malarkey
405
65k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
26
2.1k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
250
21k
Code Reviewing Like a Champion
maltzj
520
39k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
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