Skip to content

Latest commit

 

History

History
58 lines (30 loc) · 509 Bytes

File metadata and controls

58 lines (30 loc) · 509 Bytes

問題へのリンク

言語

Python

問題の概要

自分の解法

step1

  • 時間計算量:O(n)
  • 空間計算量:O(n)

テストケース

step2

step3

step4 (FB)

別解・模範解答

  • 時間計算量:O(n)
  • 空間計算量:O(n)

テストケース

想定されるフォローアップ質問

CS 基礎

システム設計

その他

次に解く問題の予告

  • Permutations