home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.pascal
- Path: sparky!uunet!munnari.oz.au!newsroom.utas.edu.au!mariner!lwang
- From: lwang@mariner.amc.edu.au (Luo Wang)
- Subject: Help Needed in Pascal Programming
- Message-ID: <1992Dec16.050716.8481@mariner.amc.edu.au>
- Sender: lwang@mariner.amc.edu.au (Luo Wang)
- Organization: Australian Maritime College
- Date: Wed, 16 Dec 92 05:07:16 GMT
- Lines: 20
-
- Hi, I am currntly working on a reseach project which concerns
- the non-linear shortest route problem. We have programmed the
- algorithm with Fortran 77. The program was done by one of the
- team mate. But he left the college last month, and I
- am not very good at FORTRAN, I like to re-write the program with
- Pascal which I have learned in the last semester.
-
- From what I learned from the text book of operations research,
- the best way to solve the shortest route problem is Dijkstra's
- algorithm, which, by and large, is a kind of lable technique.
-
- Can any one tell me that how to implement the Dijkstra's algorithm
- with Pascal? Or, which tool in Pascal can be used to perform the
- task of marking or labeling?
-
- You can e-mail me at lwang@mariner.amc.edu.au
-
- Thanks in Advance
-
- Luo Wang
-