Index of /~aldo.vw/func/russel-norvig-code/utilities

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory  -  
[   ]hyperspec2016-06-15 05:20 39K 
[   ]cltl2.lisp2016-06-15 05:20 4.8K 
[   ]index.lisp2016-06-15 05:20 19K 
[   ]test-utilities.lisp2016-06-15 05:20 2.4K 
[   ]binary-tree.lisp2016-06-15 05:20 13K 
[TXT]README.html2016-06-15 05:20 547  
[   ]utilities.lisp2016-06-15 05:20 18K 
[   ]queue.lisp2016-06-15 05:20 4.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.