Skip to content

Instantly share code, notes, and snippets.

@pumpkincouture
Created September 5, 2014 16:10
Show Gist options
  • Save pumpkincouture/28b943655a59c21660e0 to your computer and use it in GitHub Desktop.
Save pumpkincouture/28b943655a59c21660e0 to your computer and use it in GitHub Desktop.
#sample data set
2
3
A,B,09:00,10:00,100.00
B,Z,11:30,13:30,100.00
A,Z,10:00,12:00,300.00
7
A,B,08:00,09:00,50.00
A,B,12:00,13:00,300.00
A,C,14:00,15:30,175.00
B,C,10:00,11:00,75.00
B,Z,15:00,16:30,250.00
C,B,15:45,16:45,50.00
C,Z,16:00,19:00,100.00
#how Flights should receive data
A,B,09:00,10:00,100.00
B,Z,11:30,13:30,100.00
A,Z,10:00,12:00,300.00
A,B,08:00,09:00,50.00
A,B,12:00,13:00,300.00
A,C,14:00,15:30,175.00
B,C,10:00,11:00,75.00
B,Z,15:00,16:30,250.00
C,B,15:45,16:45,50.00
C,Z,16:00,19:00,100.00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment