[過去ログ]
【paiza】コーディング転職 10社目【AtCoderJobs】 (1002レス)
【paiza】コーディング転職 10社目【AtCoderJobs】 http://medaka.5ch.net/test/read.cgi/prog/1638420711/
上
下
前
次
1-
新
通常表示
512バイト分割
レス栞
このスレッドは過去ログ倉庫に格納されています。
次スレ検索
歴削→次スレ
栞削→次スレ
過去ログメニュー
620: 仕様書無しさん [] 2022/07/15(金) 18:27:04.54 『面接でコーディングの問題を出されたときの対処法』 https://web.archive.org/web/20220706052212/https://qiita.com/shtrkmd/items/35fd4117736b57d8a444 > const collection = [1, 2, 4, 5] > const x = 8 > > function solve(collection, x) { > const length = collection.length > for (var i = 0; i < length - 1; i++) { > const element = collection[i] > const rest = collection.slice(i + 1, length) > for (var
j = 0; j < rest.length; j++) { > if (element + rest[j] === x) { > return true; > } > } > } > return false; > } ↑こんなコード書いてる人がプロフィール見ると https://qiita.com/shtrkmd > 📍東京 > 🏢Microsoft とあって驚いたのだけど就職とコーディング能力って関係ないんじゃないか? http://medaka.5ch.net/test/read.cgi/prog/1638420711/620
メモ帳
(0/65535文字)
上
下
前
次
1-
新
書
関
写
板
覧
索
設
栞
歴
あと 382 レスあります
スレ情報
赤レス抽出
画像レス抽出
歴の未読スレ
AAサムネイル
Google検索
Wikipedia
ぬこの手
ぬこTOP
0.008s