SUNY Geneseo Department of Computer Science


Open Problems Concerning Lower Bounds

{Date}

CSci 141, Spring 2005
Prof. Doug Baldwin

Return to List of Lectures

Previous Lecture


Misc

Hand out Lab 14

End-of-semester stuff

Questions?

Open Problems re Optimality

Section 16.3

What does this all mean to you?

        factor( n )
            for all possible x's between 2 and n/2 (simultaneously)
                if x divides n
                    return < x, n/x >

Non-deterministic computers?

Next

Even harder problems

Read sections 17.1 and 17.2


Next Lecture