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 db6958a

Browse files
readme update
1 parent b8d68ac commit db6958a

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

‎README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,22 @@ Don't just run your test cases through your mind, visualize them instead! 😉
88

99
### Representing/rendering node logic
1010

11-
- A node in canvas represent with these propertites `width`, `hight`, `point (x,y)`, `radius` and the node `value`.
11+
- A node in canvas represents these properties `width`, `height`, `point (x,y)`, `radius`, and the node `value`.
1212

1313
![node-propertites](https://github.com/subrat611/leetcode-tree-visualizer/assets/77252075/985e203a-572f-4049-b947-4f06194ff1cf)
1414

1515
![image](https://github.com/subrat611/leetcode-tree-visualizer/assets/77252075/555648b9-17e1-47d1-ae83-6666001b7eb3)
1616

17+
### Understanding canvas height and width with respect to tree
18+
19+
- Height of the canvas
20+
21+
![canvas-height](https://github.com/subrat611/leetcode-tree-visualizer/assets/77252075/701338b6-3f4e-4942-97ec-2cdc8e2041e0)
22+
23+
- Widht of the canvas
24+
25+
![canvas-width](https://github.com/subrat611/leetcode-tree-visualizer/assets/77252075/50f839c2-ce94-4913-b7be-b8831358d9f7)
26+
1727
### 🔨 Technologies
1828

1929
- `Vitejs` + `TypeScript`

0 commit comments

Comments
(0)

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