Thirteenth Annual High School Programming Competition

presented by the Saint Mary's University Department of Mathematics and Computing Science

Poster:

Annual High School Programming Competition

Directory: Sample Problem 2

The directory below contains eight (8) files, including a text file containing the problem description, five source code solution files, and two test data files.

You may simply download/display one or more of these files by choosing the appropriate link(s), or you may copy any or all of them to your local computer using whatever means your browser provides for doing so.

Sample problem 2: A textfile that contains a description of the problem which involves sorting names.

[TXT]sortnames.txt20-Apr-2003 21:33 3.8KProblem description

Source code solution files: Each file contains the source code for a sample solution to this problem in one of the five different programming languages used for the competition:

[   ]sortnames.bas08-May-2003 09:12 1.6KBASIC source code
[TXT]sortnames.c20-Apr-2003 21:31 1.9KC source code
[TXT]sortnames.cpp08-May-2003 09:29 1.3KC++ source code
[TXT]sortnames.pas20-Apr-2003 21:32 1.9KPascal source code
[TXT]SortNames.java26-Feb-2001 19:23 1.9KJava source code

Sample input data files: These two files both have a .dat extension and are sample input data files that can be used to provide input to any or all of the sample programs listed above. Note, however, that each sample program is written to read from a file called TEST.DAT. In order to use either of these sample input data files, you must make a copy of it and name it TEST.DAT before running the program.

[   ]sortnames1.dat30-Apr-2003 22:26 219 Sample input data file
[   ]sortnames2.dat30-Apr-2003 22:26 72 Sample input data file