Solutions to ANSI CL (by Paul Graham) exercises
- page 1 of 3
- next ->
rightminded | Sun Oct 30 02:19:37 UTC 2022 | |
rightminded | Fri 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 | rightminded | Fri Oct 28 18:18:27 UTC 2022 |
rightminded | Fri Oct 28 18:17:28 UTC 2022 | |
rightminded | Fri 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 | rightminded | Fri Oct 28 15:09:24 UTC 2022 |
rightminded | Fri Oct 28 15:09:07 UTC 2022 | |
OCCURRENCES refactored to use ASSOC Helper function GENERATE-PAIRS no longer needed All tests passing | rightminded | Fri Oct 28 13:40:03 UTC 2022 |
rightminded | Fri Oct 28 06:00:15 UTC 2022 | |
rightminded | Fri Oct 28 05:55:39 UTC 2022 | |
rightminded | Fri Oct 28 05:52:18 UTC 2022 | |
rightminded | Fri Oct 28 05:43:46 UTC 2022 | |
rightminded | Fri Oct 28 05:42:46 UTC 2022 | |
rightminded | Fri 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. | rightminded | Fri Oct 28 05:09:02 UTC 2022 |
rightminded | Fri 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. | rightminded | Fri Oct 28 01:47:47 UTC 2022 |
Improves readability / meaning as well as reduced consing by half | rightminded | Fri Oct 28 01:32:35 UTC 2022 |
rightminded | Fri Oct 28 01:00:24 UTC 2022 | |
rightminded | Fri Oct 28 00:33:09 UTC 2022 | |
Revised the SHORTEST-PATH example with the suggestion from Chris Reisbeck See his notes for Chapter 3 here: https://courses.cs.northwestern.edu/325/readings/graham/chap3-notes.html | rightminded | Thu Oct 27 21:56:28 UTC 2022 |
rightminded | Wed Oct 26 14:15:25 UTC 2022 | |
rightminded | Wed Oct 26 02:22:51 UTC 2022 | |
rightminded | Tue Oct 25 23:15:22 UTC 2022 | |
rightminded | Fri Sep 23 01:17:20 UTC 2022 | |
rightminded | Wed Sep 21 22:13:44 UTC 2022 | |
Setting up to test my understanding of BFS and DFS graph traversal | rightminded | Wed Sep 21 15:35:22 UTC 2022 |
rightminded | Mon Sep 19 15:45:27 UTC 2022 | |
Need to figure out how to record and display the final parethesis without getting too fancy. | rightminded | Mon Sep 19 05:18:34 UTC 2022 |
rightminded | Mon Sep 19 05:15:04 UTC 2022 |
- page 1 of 3
- next ->