1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【C#で戦う】Coding Test 突破のためのテクニック集、競技プログラミング

Posted at

前書き

就職活動や、競技プログラミングでは

  • 正確性
  • 素早さ
    が必要なので、下記を行うと効率的です。

テクニック

  • 外部ライブラリをとことん使う。例えば、LINQ
  • 要所ごとに、 Console.WriteLine();で確認
  • 再起処理を活用。
  • array よりも list

🐡

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?