We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c47786 commit 50a229dCopy full SHA for 50a229d
src/components/DataStructures/Graph/NAryTreeTracer/NTreeTracer.js
@@ -62,7 +62,9 @@ class NTreeTracer extends Tracer {
62
this.LevelSeparation = 100;
63
this.levels = null;
64
65
- this.functionName = ''; // for fancy code style caption
+ // initially say tree is empty to avoid confusion with
66
+ // blank screen
67
+ this.functionName = 'Tree is Empty'; // for fancy code style caption
68
this.text = null;
69
this.swap = false;
70
0 commit comments