Solutions to ANSI CL (by Paul Graham) exercises

Cleaning file to redo exercise 3-9

rightmindedSun Oct 30 02:19:37 UTC 2022

Example: Binary Search Tree

rightmindedFri Oct 28 18:20:06 UTC 2022

Moved the Breadth-First-Search example into it's own file

Also, preparing a clean slate for attempting 3-9 using Depth-First-Search

rightmindedFri Oct 28 18:18:27 UTC 2022

WIP: Reattempting 3-6

rightmindedFri Oct 28 18:17:28 UTC 2022

Labelled exercise 3-5 according to the concept used

rightmindedFri Oct 28 17:30:42 UTC 2022

Redefined recursive POS+ as POSITION+

Cleaner code and clearer intention, along with removing duplicate checking for the (end of) list

rightmindedFri Oct 28 15:09:24 UTC 2022

Minor update to OCCURRENCES signature to match it's output

rightmindedFri Oct 28 15:09:07 UTC 2022

OCCURRENCES refactored to use ASSOC

Helper function GENERATE-PAIRS no longer needed

All tests passing

rightmindedFri Oct 28 13:40:03 UTC 2022

Exercise 3-3, removed unneccessary helper function #'OCCUR>

rightmindedFri Oct 28 06:00:15 UTC 2022

Answered exercise 3-4

rightmindedFri Oct 28 05:55:39 UTC 2022

OCCURRENCES updated for (hopefully) readability

rightmindedFri Oct 28 05:52:18 UTC 2022

Helper function for OCCURENCES redefined

rightmindedFri Oct 28 05:43:46 UTC 2022

Corrected spelling mistake in OCCURRENCES documentation

rightmindedFri Oct 28 05:42:46 UTC 2022

PRESS code cleanup, one function to a function

rightmindedFri Oct 28 05:23:24 UTC 2022

Removed helper function COUNT-MEMBER and redefined PRESS

PRESS now creates the list of pairs and increments them in place.

rightmindedFri Oct 28 05:09:02 UTC 2022

Corrected function name for Exercise 3

rightmindedFri Oct 28 05:07:59 UTC 2022

PRESS tweaked to remove redundancies

PRESS would previously process an element already counted. PRESS will now process an element if it is not already accounted for.

rightmindedFri Oct 28 01:47:47 UTC 2022

OCCUR> definition reduced

Improves readability / meaning as well as reduced consing by half

rightmindedFri Oct 28 01:32:35 UTC 2022

Renamed function

rightmindedFri Oct 28 01:00:24 UTC 2022

Redefined NEW-UNION as STABLE-UNION with test

rightmindedFri Oct 28 00:33:09 UTC 2022

Revised the SHORTEST-PATH example with the suggestion from Chris Reisbeck

rightmindedThu Oct 27 21:56:28 UTC 2022

Renamed functions and used MAKE-LIST

rightmindedWed Oct 26 14:15:25 UTC 2022

Revised COMPRESS to use LABELS

rightmindedWed Oct 26 02:22:51 UTC 2022

Cosmetic changes

rightmindedTue Oct 25 23:15:22 UTC 2022

Completed Chapter 3

rightmindedFri Sep 23 01:17:20 UTC 2022

Reimplemented SHORTEST-PATH to test my own understanding

rightmindedWed Sep 21 22:13:44 UTC 2022

Setting up to test my understanding of BFS and DFS graph traversal

rightmindedWed Sep 21 15:35:22 UTC 2022

SHOWDOTS implemented

rightmindedMon Sep 19 15:45:27 UTC 2022

SHOWDOTS: Prototype

Need to figure out how to record and display the final parethesis without getting too fancy.

rightmindedMon Sep 19 05:18:34 UTC 2022

COMPRESS: Updated test

rightmindedMon Sep 19 05:15:04 UTC 2022