arsh
banner
arshpatel.bsky.social
arsh
@arshpatel.bsky.social
I build things for the Internet ~ MS in CS @New Paltz '25
https://arshpatel.me
ohh, we never look at the applicant who uses ai for application
August 5, 2025 at 10:20 PM
May 31, 2025 at 4:20 PM
Day 52

124. Binary Tree Maximum Path Sum
leetcode.com/problems/bin...

Here's my Pseudo and Final code
April 15, 2025 at 1:24 AM
Day 51

105. Construct Binary Tree from Preorder and Inorder Traversal
leetcode.com/problems/con...

Here's my Pseudo and Final code
April 12, 2025 at 7:09 PM
Day 50

98. Kth Smallest Element in a BST
leetcode.com/problems/kth...

Here's my Pseudo and Final code
April 10, 2025 at 4:39 PM
Day 49

230. Kth Smallest Element in a BST
leetcode.com/problems/kth...

Here's my Pseudo and Final code

Used an Iterative approach in this one. Was using recursion for most of the tree problem as it's optimal.
April 9, 2025 at 2:12 AM
Day 48

1448. Count Good Nodes in Binary Tree
leetcode.com/problems/cou...

Here's my Pseudo and Final code

On the whiteboard this time. I was in uni, and felt like using it.
March 29, 2025 at 2:03 AM
Day 47

199. Problem: Binary Tree Right Side View
leetcode.com/problems/bin...

Here's my Pseudo and Final code
March 27, 2025 at 8:37 PM
Day 46

102. Binary Tree Level Order Traversal
leetcode.com/problems/bin...

Here's my Pseudo and Final code
March 25, 2025 at 1:29 AM
Day 45

235. Lowest Common Ancestor of a Binary Search Tree
leetcode.com/problems/low...

Here's my Pseudo and Final code
March 23, 2025 at 11:45 PM
Day 44

572. Subtree of Another Tree
leetcode.com/problems/sub...

Here's my Pseudo and Final code
March 15, 2025 at 1:05 AM
Day 43

100. Same Tree
leetcode.com/problems/sam...

Here's my Pseudo and Final code
March 14, 2025 at 3:10 AM
Day 42

110. Balanced Binary Tree
leetcode.com/problems/bal...

Here's my Pseudo and Final code
March 12, 2025 at 11:51 PM
Day 41

543. Diameter of Binary Tree
leetcode.com/problems/dia...

Here's my Pseudo and Final code
March 12, 2025 at 12:36 AM
Day 40

104. Maximum Depth of Binary Tree
leetcode.com/problems/max...

Here's my Pseudo and Final code(with recursion walkthrough)
March 8, 2025 at 3:33 AM
Day 39

226. Invert Binary Tree

leetcode.com/problems/inv...

Here's my Pseudo and Final code(bonus recursion thought process)
March 6, 2025 at 10:55 PM
Day 38

853. Car Fleet
leetcode.com/problems/car...

Here's my Pseudo and Final code
March 3, 2025 at 4:06 AM
Day 37

239. Sliding Window Maximum
leetcode.com/problems/sli...

Here's my Pseudo and Final code
March 1, 2025 at 6:50 PM
Day 36

76. Minimum Window Substring
leetcode.com/problems/min...

Here's my Pseudo and Final code
February 28, 2025 at 4:56 AM
Day 35

92. Reverse Linked List II
leetcode.com/problems/rev...

Here's my Pseudo and Final code
February 27, 2025 at 12:01 AM
Day 34

2. Add Two Numbers
leetcode.com/problems/add...

Here's my Pseudo and Final code
February 26, 2025 at 12:55 AM
Day 33

19. Remove Nth Node From End of List
leetcode.com/problems/rem...

Here's my Pseudo and Final code
February 24, 2025 at 11:30 PM
Thanks!

Here's the console error, that I'm getting. Feel free to contact me with more logs.
February 24, 2025 at 9:25 PM
Day 32

143. Reorder List
leetcode.com/problems/reo...

Here's my Pseudo and Final code
February 23, 2025 at 5:45 PM
Day 31

141. Linked List Cycle
leetcode.com/problems/lin...

Here's my Pseudo and Final code
February 22, 2025 at 12:49 AM