University of Calgary
Rob Kremer
Search Samples:
Sort


CPSC 433: Artificial Intelligence

Department of Computer Science
Computer
Science

Problem Description:

Given a list of numbers, find a list that is sorted such that for each number that appears in the original list n times, it also appears in the final list n times.  ie: Sort the list.

Give a fully-specified formal model and process for an arbitrary sorting problem.

Also give a fully-specified formal search instance for the following problem:

(3 4 2 1)


UofC
CPSC 433: Artificial Intelligence
Department of Computer Science

Last updated 2013-08-31 00:00
Rob Kremer