Skip to content

Commit 75e33d2

Browse files
committed
invert binary tree
1 parent cb7e4bb commit 75e33d2

18 files changed

Lines changed: 625 additions & 3 deletions

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,14 @@ Adapted from https://www.linkedin.com/feed/update/urn:li:activity:73308248843165
4949
| Tic-tac-toe | [question](https://www.greatfrontend.com/interviews/study/gfe75/questions/user-interface/tic-tac-toe) | [solution](./src/react/tic-tac-toe/src/TicTacToe.tsx) |
5050
| Nested Checkboxes | [question](https://www.greatfrontend.com/interviews/study/gfe75/questions/user-interface/nested-checkboxes) | [solution](./src/react/nested-checkboxes/src/Checkboxes.tsx) |
5151

52+
### Bonus question
53+
| Topic | Description | Solution |
54+
|-------------------|---------------------------------------------------|-------------------|
55+
| Invert Binary Tree | [question](https://leetcode.com/problems/invert-binary-tree/) | [FE solution](./src/react/invert-binary-tree/src/App.tsx) |
56+
57+
5258
## Demos
59+
Run `npm i` to install dependencies.
5360

5461
### JavaScript
5562
Run: `npx bun src/javascript/[question]/[question]-demo.ts`

package-lock.json

Lines changed: 258 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)