As in a previous project, I have prepared some help files to get you started on this project. All you have to do is concentrate on writing the "InsertOrdered()" subroutine.
The list element structure is similar to the one used in class and the class definition is given in the following file:
Copy this file into your project directory do NOT make any changes to the name of the file nor its content !!! You need to compile it to obtain the "listmodule.mod" file that the f90 compiler needs.
Copy this file into your project directory and do NOT make any changes to the name of the file nor its content !!!
The main program invokes the subroutine InsertOrdered() to insert 4 items into a linked list.
Your assignment is:
(this header file is included in the main program file pj7.f90, so the program will NOT compile if you do not provide this file).
Note: the executable program must be named main - it will simply my grading.
/home/cs561000/turnin Makefile pj7
/home/cs561000/turnin pj7interface.h pj7a
/home/cs561000/turnin yourfile.f90 pj7b