Index of /2001_2006/spring03/ai-stuff/textbook-lisp-code/utilities

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[TXT]README.html2018-01-26 19:54 547  
[   ]binary-tree.lisp2018-01-26 19:54 13K 
[   ]binary-tree.x86f2018-01-26 19:54 29K 
[   ]cltl2.lisp2018-01-26 19:54 4.9K 
[   ]cltl2.x86f2018-01-26 19:54 12K 
[   ]hyperspec2018-01-26 19:54 39K 
[   ]index.lisp2018-01-26 19:54 19K 
[   ]queue.lisp2018-01-26 19:54 4.8K 
[   ]queue.x86f2018-01-26 19:54 20K 
[   ]test-utilities.lisp2018-01-26 19:54 2.4K 
[   ]test-utilities.x86f2018-01-26 19:54 3.4K 
[   ]utilities.lisp2018-01-26 19:54 18K 
[   ]utilities.x86f2018-01-26 19:54 102K 

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.