Ramneet-Singh / Assignment123COL106Public

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using makefile

make all

To compile your .java files

make clean

To remove the generated .class files

Using run.sh

run.sh {input_file} {output_file}

Example: run.sh test.in res.out

Both arguments are optional, inputfile is the file containing the test cases and output file is where you want the result to be written into. In the case any argument is missing, console is used for input or output.

A res_gold.out has been added which can be used to compare your results against the standard results.

Format of test file

number of test cases

size

number of commands

command1

command2

...

size (next test case)

number of commands

command1

command2

...

One sample test file test.in is attached alongside

Allocate Size

Free Address Defragment 0

This is the format for commands required, Defragment will always be called with 0 as the argument.

About


Languages

Language:Java 98.9%Language:Shell 0.9%Language:Makefile 0.2%