|
1 | 1 | ## Leetcode Tree Visualizer
|
2 | 2 |
|
3 | | -Do not dry run your test cases in your mind, visualize it!😉 |
| 3 | +Don't just run your test cases through your mind, visualize them instead! 😉 |
| 4 | + |
| 5 | +### Decoding characteristics of tree |
| 6 | + |
| 7 | +- Drawing 2D tree graphic using HTML `canvas`. |
| 8 | + |
| 9 | +### Representing/rendering node logic |
| 10 | + |
| 11 | +- A node in canvas represent with these propertites `width`, `hight`, `point (x,y)`, `radius` and the node `value`. |
| 12 | + |
| 13 | +  |
| 14 | + |
| 15 | +  |
4 | 16 |
|
5 | 17 | ### 🔨 Technologies
|
6 | 18 |
|
|
0 commit comments