Skip to content
 
 

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Minh họa cho thuật toán Dijkstra

Hướng dẫn chạy code

Yêu cầu

  • Python 3.9 hoặc cao hơn

Step 0: Tải code

git clone https://github.com/zombieTDV/Discrete_Math_Dijkstra_Algorithm.git
cd Discrete_Math_Dijkstra_Algorithm

Step 1: Tạo môi trường ảo Python

python -m venv .venv

Sử dụng môi trường ảo:

  • Windows (PowerShell):
.venv\Scripts\Activate.ps1
  • macOS/Linux:
source .venv/bin/activate

Step 2: Tải các thư viện cần thiết

pip install -r requirements.txt

Step 3: Chạy chương trình

python src/app.py

Cấu trúc dự án

project/
│
├── app.py
├── requirements.txt
│
├── algorithms/
│   ├── __init__.py
│   ├── dijkstra.py
│   ├── bfs.py
│   ├── dfs.py
│   └── multipoint.py
│
├── grid/
│   ├── __init__.py
│   └── grid.py
│
├── utils/
│   ├── __init__.py
│   ├── parsing.py
│   └── helpers.py
│
└── templates/
    └── index.html

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages