Skip to content

A simple shortest path implementation for a pizza delivery company

Notifications You must be signed in to change notification settings

adch99/FastestPizza

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastestPizza

A simple shortest path implementation for a pizza delivery company

Some Basic Things:

  1. Source for the final application goes into src/
  2. Documentation and notes go into docs/
  3. Source and headers for things that are used in the application but can also be used as standalone libraries for other things go into lib/ such as the Graph class files
  4. Try writing a test for each unit you make. Comes in handy while testing in the end. These go in tests/
  5. The final executable goes into bin/
  6. Make a separate build/ directory where you compile your stuff. Make sure it is not transported with the rest of the code.

About

A simple shortest path implementation for a pizza delivery company

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published