Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dikdns/fastest-rute-public-health-center
Command line interface for searching the fastest route between urban village in 4 Bandung district with Dijkstra's Algorithm and FP-Growth Recommendation.
https://github.com/dikdns/fastest-rute-public-health-center
Last synced: 17 days ago
JSON representation
Command line interface for searching the fastest route between urban village in 4 Bandung district with Dijkstra's Algorithm and FP-Growth Recommendation.
- Host: GitHub
- URL: https://github.com/dikdns/fastest-rute-public-health-center
- Owner: DikDns
- License: mit
- Created: 2024-06-15T13:40:47.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-15T22:50:46.000Z (5 months ago)
- Last Synced: 2024-10-11T01:54:52.516Z (about 1 month ago)
- Language: C++
- Homepage:
- Size: 146 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fastest Route Public Health Center
Table of Contents
1. [Introduction](#introduction)
2. [Prerequisite](#prerequisite)
3. [Running The Project](#running-the-project)## Introduction
Command line interface for searching the fastest route between urban village in 4 Bandung district with Dijkstra's Algorithm and FP-Growth Recommendation.
## Prerequisite
- [G++ Compiler](https://gcc.gnu.org/)
- [GNU Make](https://www.gnu.org/software/make/)## Running The Project
To run the project you need to execute the command below:
```bash
git clone https://github.com/DikDns/fastest-rute-public-health-center.git
cd ./fastest-rute-public-health-center
make -f MakeFile && fastest-route-public-health-center
```