Skip to content

Commit

Permalink
198th Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyam-Chen committed Aug 31, 2024
1 parent 4e4a3ee commit 0c5f3f3
Show file tree
Hide file tree
Showing 6 changed files with 229 additions and 159 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,12 @@ Ace Coding Interview with 75 Qs
[1372]: ./src/page-13/1372.%20Longest%20ZigZag%20Path%20in%20a%20Binary%20Tree/longestZigZag.ts
[236]: ./src/page-3/236.%20Lowest%20Common%20Ancestor%20of%20a%20Binary%20Tree/lowestCommonAncestor.ts

| Binary Tree - BFS | | |
| ---------------------------------------- | -------- | ------ |
| 199. Binary Tree Right Side View | Solution | Medium |
| 1161. Maximum Level Sum of a Binary Tree | Solution | Medium |
| Binary Tree - BFS | | |
| ---------------------------------------- | --------------- | ------ |
| 199. Binary Tree Right Side View | [Solution][199] | Medium |
| 1161. Maximum Level Sum of a Binary Tree | Solution | Medium |

[199]: ./src/page-2/199.%20Binary%20Tree%20Right%20Side%20View/rightSideView.ts

| Binary Search Tree | | |
| ----------------------------------- | -------- | ------ |
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"flatted": "^3.3.1",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vitest": "^2.0.2"
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vitest": "^2.0.5"
}
}
Loading

0 comments on commit 0c5f3f3

Please sign in to comment.