comp.lang.ada
 help / color / mirror / Atom feed
* New to Ada need help implementing Warshall's algorithm
@ 2016-09-21 22:05 James Brewer
  2016-09-23  4:31 ` Shark8
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: James Brewer @ 2016-09-21 22:05 UTC (permalink / raw)


Hello I hope this is right forum for this question. I have been asked to write a program that implements Warshall's algorithm using Ada. The problem, I have never written an Ada program and I a limited time frame to put this together.
I have have the IDE installed and am in the process of writing some rudimentary programs to familiarize myself with the language but I'm afraid that I may run out of time. 

The input data I have is a series of connections between 7 to 9 entities that would be stored in a file.

examples: A->B  A->D  C->D 
          alice->bob  alice->larry bob -> larry
           1 -> 3  1 -> 5  2 -> 5

Any help you could offer would be greatly appreciated.
Thanks

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2018-02-12 17:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-21 22:05 New to Ada need help implementing Warshall's algorithm James Brewer
2016-09-23  4:31 ` Shark8
2016-09-23  6:26   ` Simon Wright
2016-09-23 15:07     ` James Brewer
2016-09-25 16:06       ` Stephen Leake
2016-09-26 20:40         ` Simon Wright
2016-09-23 14:54   ` James Brewer
2018-02-12 17:45     ` Lucretia
2016-09-26 17:38 ` James Brewer
2016-09-26 18:29   ` Stephen Leake
2018-02-12 15:36 ` jre11712

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox