Index of /archive/1999/winter/CS250/Code/AIMA/utilities

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]binary-tree.lisp1999-01-05 09:30 13K 
[   ]cltl2.lisp1999-01-05 09:30 4.8K 
[   ]hyperspec1999-01-05 09:30 41K 
[   ]index.lisp1999-01-05 09:30 19K 
[   ]queue.lisp1999-01-05 09:30 4.9K 
[TXT]README.html1999-01-05 09:30 566  
[   ]test-utilities.lisp1999-01-05 09:30 2.4K 
[   ]utilities.lisp1999-01-05 09:30 18K 
[   ]utilities.fasl1999-01-18 15:50 51K 
[   ]binary-tree.fasl1999-01-18 15:50 26K 
[   ]cltl2.fasl1999-01-18 15:50 11K 
[   ]queue.fasl1999-01-18 15:50 15K 
[   ]test-utilities.fasl1999-01-18 15:50 3.8K 

Utilities (Subsystem of AIMA Code)

Utilities (Subsystem of AIMA Code)

The utilities system provides a set of basic functions, macros, and data types that are used throughout the other systems. For example, we define the while and for iteration macros, the two-dimensional point (and operations on it), the queue and binary tree types, and some debugging and testing code.