Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

INFSCI 2591: Algorithm Design

Assignment 1
Due: September 12, 2017 (11:59 AM)

1. Write a pseudocode for multiplying large numbers using the ala carte multiplication method.

Correct algorithm: 10 points


Pseudocode style: 5 points

2. Write a pseudocode for multiplying large numbers using the rectangle multiplication method.

Correct algorithm: 10 points


Pseudocode style: 5 points

Total points: 30

You might also like