Search found 2 matches

by Piotr
Sat Apr 03, 2010 8:09 pm
Forum: Common Lisp
Topic: What am I doing wrong
Replies: 4
Views: 5779

Re: What am I doing wrong

You can also run it as a script using SBCL
by Piotr
Sat Apr 03, 2010 8:29 am
Forum: Common Lisp
Topic: Trees
Replies: 14
Views: 13770

Re: Ternary Trees

U say the nodes can store up to 2 values? why 2 values. and can it be any value? It says so in the very text of assignment you quoted! Each node in a non-empty ternary tree is allowed to have either 1 or 2 values. Seriously, try reading it. Doing a task is much simpler once you actually read the de...