Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b8d68ac

Browse files
readme update
1 parent 4228ae0 commit b8d68ac

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

‎README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
## Leetcode Tree Visualizer
22

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+
![node-propertites](https://github.com/subrat611/leetcode-tree-visualizer/assets/77252075/985e203a-572f-4049-b947-4f06194ff1cf)
14+
15+
![image](https://github.com/subrat611/leetcode-tree-visualizer/assets/77252075/555648b9-17e1-47d1-ae83-6666001b7eb3)
416

517
### 🔨 Technologies
618

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /