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
50
放課後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
6
株式会社リブセンス・転職会議 採用候補者様向け資料
livesense
PRO
0
13
株式会社リブセンス 会社説明資料(報道関係者様向け)
livesense
PRO
0
1.4k
データ基盤の負債解消のためのリプレイス
livesense
PRO
0
380
26新卒_総合職採用_会社説明資料
livesense
PRO
0
8.7k
株式会社リブセンス会社紹介資料 / Invent the next common.
livesense
PRO
1
26k
26新卒_Webエンジニア職採用_会社説明資料
livesense
PRO
1
12k
中途セールス職_会社説明資料
livesense
PRO
0
250
EM候補者向け転職会議説明資料
livesense
PRO
0
120
Other Decks in Technology
See All in Technology
VCpp Link and Library - C++ breaktime 2025 Summer
harukasao
0
240
Node-REDのFunctionノードでMCPサーバーの実装を試してみた / Node-RED × MCP 勉強会 vol.1
you
PRO
0
110
Windows 11 で AWS Documentation MCP Server 接続実践/practical-aws-documentation-mcp-server-connection-on-windows-11
emiki
0
910
CSS、JSをHTMLテンプレートにまとめるフロントエンド戦略
d120145
0
280
mrubyと micro-ROSが繋ぐロボットの世界
kishima
2
140
rubygem開発で鍛える設計力
joker1007
2
190
「Chatwork」の認証基盤の移行とログ活用によるプロダクト改善
kubell_hr
1
110
“社内”だけで完結していた私が、AWS Community Builder になるまで
nagisa53
1
350
UIテスト自動化サポート- Testbed for XCUIAutomation practice
notoroid
0
130
Observability в PHP без боли. Олег Мифле, тимлид Altenar
lamodatech
0
330
GitHub Copilot の概要
tomokusaba
1
130
Javaで作る RAGを活用した Q&Aアプリケーション
recruitengineers
PRO
1
100
Featured
See All Featured
How to Think Like a Performance Engineer
csswizardry
24
1.7k
The Cost Of JavaScript in 2023
addyosmani
51
8.4k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
107
19k
Rails Girls Zürich Keynote
gr2m
94
14k
Designing for humans not robots
tammielis
253
25k
The Art of Programming - Codeland 2020
erikaheidi
54
13k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
930
Reflections from 52 weeks, 52 projects
jeffersonlam
351
20k
Documentation Writing (for coders)
carmenintech
71
4.9k
Build The Right Thing And Hit Your Dates
maggiecrowley
36
2.8k
The Cult of Friendly URLs
andyhume
79
6.5k
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