CS 200 
Computer Science
from Ada and Euclid to Quantum Computing and the World Wide Web
cs200@cs.virginia.edu
Schedule - Problem Sets - Exams - Lectures - Links

CS200:
Computer Science

from Ada and Euclid to Quantum Computing and the World Wide Web

L-System Fractal


(define (make-lsystem-fractal 
         replace-commands start level)
  ((n-times
    (lambda (previous-commands)
      (rewrite-lcommands 
       previous-commands 
       replace-commands))
    level)
   start))

Announcements

  • 8 Jan: The first class is Wednesday, 15 January, 2:00-2:50 in MEC 339.
  • 8 Jan: Last Year's Course
  • 11 Nov: We are pleased to offer CS200 again in Spring 2003, MWF at 2-2:50pm. You can get a sense of what the course will be like from looking at last year's course website. For more information, contact evans@virginia.edu or one of the Assistant Coaches: Rachel Dada, Jacques Fournier, Spencer Stockdale and Katie Winstanley.
  • 29 May: UVa Top News Daily, Computer Students Offer Novel Look at Jefferson's Rotunda
CS 200


CS 200: Computer Science
Department of Computer Science
University of Virginia

cs200-staff@cs.virginia.edu
Using these Materials