Add Salesman Problem algorithms.

This commit is contained in:
Oleg Sh
2025-10-18 19:46:39 +02:00
parent 46c05d94fd
commit 31e676fd22
27 changed files with 386 additions and 11 deletions

View File

@@ -997,6 +997,12 @@
<p id="numberOfShortestPathesFrom" class="translation"><?= L('number_of_shortest_pathes_from')?></p>
<p id="lengthIs" class="translation"><?= L('length_is')?></p>
<p id="error" class="translation"><?= L('error')?></p>
<p id="salesmanProblem" class="translation"><?= L('salesman_problem')?></p>
<p id="noSolution" class="translation"><?= L('no_solution')?></p>
<p id="shortestLoopIs" class="translation"><?= L('shortest_loop_is')?></p>
<p id="salesmanProblemPath" class="translation"><?= L('salesman_path_problem')?></p>
<p id="shortestPathIs" class="translation"><?= L('shortest_path_is')?></p>
</section>
<script src="<?= RootCacheJS("script/pages/editor/api/index.js")?>" ></script>