AD Teaching Wiki:

Results for Exercise Sheet 3 (Intersecting Lists)

Add your row to the table below, following the examples already there. In the 1st column, write your account name, or name1+name2 if you work in a group. For each intersection result, write down (1) the runtime of the baseline algorithm, (2) the runtime of your improved algorithm (both in microseconds as an integer) and (3) the speedup ratio as float with exactly two digits of precision, measured as time_for_baseline / time_for_your_algorithm (<1 = slower, >1 = faster). In the last column briefly describe the improvements you implemented.

film + bowling

film + rug

bowling + rug

Name

Baseline

Yours

Ratio

Baseline

Yours

Ratio

Baseline

Yours

Ratio

Language

Summary Improvements

ck1028

?

?

0.00

?

?

0.00

?

?

0.00

Java

Combination of zipper algorithm & binary search in remainder of longer list; sentinels.

ck1028

?

?

0.00

?

?

0.00

?

?

0.00

C++

Combination of zipper algorithm & galloping search; sentinels.

AD Teaching Wiki: InformationRetrievalWS1718/ResultsES3 (last edited 2017-11-07 11:45:28 by Claudius Korzen)