>>    




Submitted assignment and technology questions for 03/14/2014

CS 121B (CS1), Spring 2014

sid q1 categ annot
10153 Can you go over HW 13 6b please? hw  
10154 How do you do problems B2 j and k? hw  
10155 homework part d, question 12F:

def setRootLabel(treelist, n):
if treelist=={}:
return False
else:
return n,treelist[1:]
print(setRootLabel(["A", ["B", "D", "E"], "C"], "x"))

Instead of returning the list correctly, this code returns the following:
x [B,D,E, C]

Solution?
hw  

(3 rows)

sid otherqs categ annot

(0 rows)