Re: [Tutor] BinaryTrees

2015-03-02 Thread Marcos Almeida Azevedo
On Sun, Mar 1, 2015 at 4:20 AM, Fatimah Taghdi wrote: > So i am doing this assignment and we have make a function that changes a > binary tree represenation list of lists to nodes and I was wondering if > Maybe share the starting code given to you? Or code you already have? > somone can help

Re: [Tutor] BinaryTrees

2015-02-28 Thread Ben Finney
Fatimah Taghdi writes: > So i am doing this assignment and we have make a function that changes > a binary tree represenation list of lists to nodes and I was wondering > if somone can help on where to start Your course material (if it's any good) will have given you good places to start. You wi

[Tutor] BinaryTrees

2015-02-28 Thread Fatimah Taghdi
So i am doing this assignment and we have make a function that changes a binary tree represenation list of lists to nodes and I was wondering if somone can help on where to start and If there is a possiblity of keeping track of the indexdes. -- *F.T.* ___