2011-09-21から1日間の記事一覧

最短経路問題の例をC#で解く

またトップコーダーの問題を挑戦しました。今回のアルゴリズムは原点から目的まで行くためにテレポートを使用できます。順列とタプルを数えてすべての道を計算出来ます。 This problem involves the genres of combinatorics and shortest path search. It r…