Skip to content

Dijkstraのアルゴリズムを使用した、グラフベースの経路計画のためのC#プログラム。A C# program for graph-based route planning using Dijkstra's algorithm.

Notifications You must be signed in to change notification settings

A2GMer/RouteFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dijkstraのアルゴリズムを使用したグラフベースの経路探索

このC#プログラムは、Dijkstraのアルゴリズムを使用した経路探索を行います。ノードとエッジのグラフを作成し、2つのノード間の最短経路を計算し、グラフを視覚化します。

機能

  • ノードとエッジのグラフ表現
  • 最短経路を見つけるためのDijkstraのアルゴリズム
  • コンソールベースのグラフの視覚化

使用方法

  1. リポジトリをクローンします。
  2. C#プログラムをビルドし、実行します。
  3. 画面の指示に従って、グラフを探索し、最短経路を計算します。(Not yet implemented.)

Graph-Based Route Planning with Dijkstra's Algorithm

This C# program demonstrates route planning using Dijkstra's algorithm. It creates a graph of nodes and edges, calculates the shortest path between two nodes, and visualizes the graph.

Features

  • Graph representation of nodes and edges
  • Dijkstra's algorithm for finding the shortest path
  • Console-based graph visualization

Usage

  1. Clone the repository.
  2. Build and run the C# program.
  3. Follow the on-screen instructions to explore and calculate shortest paths.(Not yet implemented.)

About

Dijkstraのアルゴリズムを使用した、グラフベースの経路計画のためのC#プログラム。A C# program for graph-based route planning using Dijkstra's algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages