Add find all shortest pathes between two vertexes.

This commit is contained in:
Oleg Sh
2025-08-13 22:06:28 +02:00
parent a5120569f3
commit d3416b63b3
23 changed files with 358 additions and 9 deletions

View File

@@ -987,6 +987,9 @@
<p id="maxIndependentSetNotFound" class="translation"><?= L('max_independent_set_not_found')?></p>
<p id="maxIndependentSetSizeIs" class="translation"><?= L('max_independent_set_size_is')?></p>
<p id="maxIndependentSetContains" class="translation"><?= L('max_independent_set_contains')?></p>
<p id="findAllShortestPathes" class="translation"><?= L('find_all_shortest_pathes')?></p>
<p id="numberOfShortestPathesFrom" class="translation"><?= L('number_of_shortest_pathes_from')?></p>
</section>
<script src="<?= RootCacheJS("script/pages/editor/api/index.js")?>" ></script>