Erinevus lehekülje "Advanced Algorithms and Data Structures, Spring 2017" redaktsioonide vahel

Allikas: Kursused
Mine navigeerimisribale Mine otsikasti
(→‎Materials: added notes about building the test programs)
P (→‎Materials: small fix in phrasing)
16. rida: 16. rida:
 
* [[Media:Advanced Algorithms and Data Structures, Spring 2017, Core.zip|Base package for the course and makefile]]
 
* [[Media:Advanced Algorithms and Data Structures, Spring 2017, Core.zip|Base package for the course and makefile]]
 
* [[Media:Advanced Algorithms and Data Structures, Spring 2017, Sorting.zip|Packages related to sorting]]
 
* [[Media:Advanced Algorithms and Data Structures, Spring 2017, Sorting.zip|Packages related to sorting]]
If you are using a UNIX-like operating system (for example, Linux or Mac OS X) and you have GNU Make installed, you can build the code by running <code>make</code>, and remove the files created during building by running <code>make clean</code>. If you do not have GNU Make installed, you can directly run <code>gnatmake</code> on the <codeg*.adb</code> files of the test procedures.
+
If you use a UNIX-like operating system (for example, Linux or Mac OS X) and you have GNU Make installed, you can build the code by running <code>make</code>, and remove the files created during building by running <code>make clean</code>. If you do not have GNU Make installed, you can directly run <code>gnatmake</code> on the <codeg*.adb</code> files of the test procedures.
  
 
== Homework ==
 
== Homework ==

Redaktsioon: 31. jaanuar 2017, kell 16:47

General information

General information about the course can be found on the introductory slides.

Mailing list

The mailing list iti8590@lists.softbase.org contains the students and the staff. Only list members are allowed to post to this list.

Software

For Ada programming, you can download the GNAT GPL Edition.

Materials

Code is available as a number of ZIP files:

If you use a UNIX-like operating system (for example, Linux or Mac OS X) and you have GNU Make installed, you can build the code by running make, and remove the files created during building by running make clean. If you do not have GNU Make installed, you can directly run gnatmake on the <codeg*.adb files of the test procedures.

Homework

Download Deadline
1 Download 13/02/2017