Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```