Skip to content

Basic program that emulates a flight ticket system

Notifications You must be signed in to change notification settings

kchangch/Planer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Trip Planer

Challenges

  1. Determine the most efficient way to determine the cheapest price to travel from a city to another
  2. Understanding the best data structure to be used to ensure efficiency of the program
  3. Understand Dijkstra's algorithm and adapt it to the current problem to provide the required solution

About

This program was developed for academic purposes and learning the traversal of graphs using Breadth First Search Algorithms. Understanding how greedy algorithms work and the pros and cons when implementing.

Technical

Programming language: C++

Requirements

Windows, Linux, macOS

Contributors

Kidjou Chang

About

Basic program that emulates a flight ticket system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages