CodingTrain / CodingTrain/Suggestion-Box
Travelling salesman with a twist
- 主要言語
- 言語のデータがありません
- スター
- 570
- フォーク
- 85
- PR マージ指標
- 30日以内にマージされた PR はありません
説明

Let's say that you have salesmen(circles) and their customers(squares).
Salesmen need to come to every customer, but they can't cross paths.
Can you make a program that solves this problem with n number of salesmen and m number of customers.
Connect them with lines, but remember that the lines can't cross.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
まず、issue とその画像で説明されている問題を形式化します。入力は n 人の販売員と m 人の顧客であり、接続は交差することなくすべての顧客に到達する必要があります。販売員を顧客にどのように割り当てるか、プログラムがどのような出力を生成すべきかを含め、有効な解が何を意味するのかを定義します。これらの要件が明示され、solver が任意の n と m を処理できれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 領域
- computer-graphics
- issue の種類
- 機能追加
- 難易度
- 5/5
- 見積もり時間
- 1週間以上
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 25/100