Ask Your Question

Joe's profile - activity

2018-11-15 16:25:08 +0200 received badge  Popular Question (source)
2015-03-02 23:38:56 +0200 commented answer Use a Binary Tree

Perfect - just what I was looking for. Thank you for your help and example.

2015-03-02 23:37:28 +0200 received badge  Scholar (source)
2015-03-02 12:24:57 +0200 received badge  Student (source)
2015-02-28 21:04:25 +0200 answered a question Is this a bug or what am I missing, simple limit computation

It certainly looks like a bug. Limit is 0 - WolframAlpha gives limit as 0

2015-02-28 20:27:34 +0200 asked a question Use a Binary Tree

Hi folks,

newbie alert.

I want to have a binary tree with a single integer value at each node. I'm looking at BinaryTree() but this seems to have the structure of a tree but without values!!!

Please point me in the right direction. I don't mind creating a class from scratch if I can just make a start.

Thanks Joe