|
General Details
|
|
Scheme
|
|
Posted 95 Days Ago
|
|
234 Views
|
|
Received 0 Ratings
|
|
Path Finding
Description
The function find allows the user to create a path to a node in the tree. The path is given as a list in the form: (start second third ... endpoint). That is to get to endpoint, you have to go from start to second to third, all of which represent nodes in the tree. If the target is not in the tree, the function returns and empty list.
Technical
Output:
(a c i n)
Source Code
Comments
| Please login to post comments. |
More "Scheme" Source Codes By This Author
Recently Posted "Scheme" Source Codes
Recently Rated "Scheme" Source Codes
|