#binarysearchtree search results

Day 165 - #DSA ๐ŸŒณ Today I solved: ๐Ÿ”น Largest BST in a Binary Tree ๐Ÿ”น Maximum Sum BST in a Binary Tree Implemented both using a Box class for clean recursion and achieved O(N) efficiency. #DSA #BinarySearchTree #LeetCode #ProblemSolving

rubayedahmed_'s tweet image. Day 165 - #DSA ๐ŸŒณ
Today I solved:
๐Ÿ”น Largest BST in a Binary Tree
๐Ÿ”น Maximum Sum BST in a Binary Tree
Implemented both using a Box class for clean recursion and achieved O(N) efficiency.
#DSA #BinarySearchTree #LeetCode #ProblemSolving
rubayedahmed_'s tweet image. Day 165 - #DSA ๐ŸŒณ
Today I solved:
๐Ÿ”น Largest BST in a Binary Tree
๐Ÿ”น Maximum Sum BST in a Binary Tree
Implemented both using a Box class for clean recursion and achieved O(N) efficiency.
#DSA #BinarySearchTree #LeetCode #ProblemSolving

Day 160 โ€“ #DSA ๐ŸŒณ Today I explored Binary Search Tree (BST) and learned its: โ€ข Implementation โ€ข Insertion โ€ข Deletion โ€ข Search operations A solid step toward mastering efficient data organization and lookup! ๐Ÿ’ก #BinarySearchTree #DSA #Coding #Algorithms #LearningJourney

rubayedahmed_'s tweet image. Day 160 โ€“ #DSA ๐ŸŒณ
Today I explored Binary Search Tree (BST) and learned its:
โ€ข Implementation
โ€ข Insertion
โ€ข Deletion
โ€ข Search operations

A solid step toward mastering efficient data organization and lookup! ๐Ÿ’ก
#BinarySearchTree #DSA #Coding #Algorithms #LearningJourney

Day 54โ€“60 โœ… | Step 14: Binary Search Trees ๐ŸŒฒ โœ”๏ธ Concepts: Search, Min/Max, Intro โœ”๏ธ Practice: Insert, Delete, K-th smallest, LCA, Merge 2 BSTs, Recover BST & more ๐Ÿ”’ BST (16/16) completed ๐Ÿš€ #100DaysOfCode #DSA #BinarySearchTree

Lakshay2709's tweet image. Day 54โ€“60 โœ… | Step 14: Binary Search Trees ๐ŸŒฒ
โœ”๏ธ Concepts: Search, Min/Max, Intro
โœ”๏ธ Practice: Insert, Delete, K-th smallest, LCA, Merge 2 BSTs, Recover BST & more

๐Ÿ”’ BST (16/16) completed ๐Ÿš€
#100DaysOfCode #DSA #BinarySearchTree
Lakshay2709's tweet image. Day 54โ€“60 โœ… | Step 14: Binary Search Trees ๐ŸŒฒ
โœ”๏ธ Concepts: Search, Min/Max, Intro
โœ”๏ธ Practice: Insert, Delete, K-th smallest, LCA, Merge 2 BSTs, Recover BST & more

๐Ÿ”’ BST (16/16) completed ๐Ÿš€
#100DaysOfCode #DSA #BinarySearchTree
Lakshay2709's tweet image. Day 54โ€“60 โœ… | Step 14: Binary Search Trees ๐ŸŒฒ
โœ”๏ธ Concepts: Search, Min/Max, Intro
โœ”๏ธ Practice: Insert, Delete, K-th smallest, LCA, Merge 2 BSTs, Recover BST & more

๐Ÿ”’ BST (16/16) completed ๐Ÿš€
#100DaysOfCode #DSA #BinarySearchTree
Lakshay2709's tweet image. Day 54โ€“60 โœ… | Step 14: Binary Search Trees ๐ŸŒฒ
โœ”๏ธ Concepts: Search, Min/Max, Intro
โœ”๏ธ Practice: Insert, Delete, K-th smallest, LCA, Merge 2 BSTs, Recover BST & more

๐Ÿ”’ BST (16/16) completed ๐Ÿš€
#100DaysOfCode #DSA #BinarySearchTree

๐Ÿ“š On my #DSA journey, tackled BSTs today! โœ… LeetCode 700 โ€“ Iterative search, clean pass. โœ… LeetCode 701 โ€“ Minor tweak, accepted! Balancing college & code daily. Loop > Recursion? ๐Ÿค”๐Ÿ‘‡ #100DaysOfCode #BinarySearchTree #TechTwitter #CodeNewbie

Nik_Coding10's tweet image. ๐Ÿ“š On my #DSA journey, tackled BSTs today!

โœ… LeetCode 700 โ€“ Iterative search, clean pass.
โœ… LeetCode 701 โ€“ Minor tweak, accepted!
Balancing college & code daily. Loop > Recursion? ๐Ÿค”๐Ÿ‘‡

#100DaysOfCode #BinarySearchTree #TechTwitter #CodeNewbie
Nik_Coding10's tweet image. ๐Ÿ“š On my #DSA journey, tackled BSTs today!

โœ… LeetCode 700 โ€“ Iterative search, clean pass.
โœ… LeetCode 701 โ€“ Minor tweak, accepted!
Balancing college & code daily. Loop > Recursion? ๐Ÿค”๐Ÿ‘‡

#100DaysOfCode #BinarySearchTree #TechTwitter #CodeNewbie
Nik_Coding10's tweet image. ๐Ÿ“š On my #DSA journey, tackled BSTs today!

โœ… LeetCode 700 โ€“ Iterative search, clean pass.
โœ… LeetCode 701 โ€“ Minor tweak, accepted!
Balancing college & code daily. Loop > Recursion? ๐Ÿค”๐Ÿ‘‡

#100DaysOfCode #BinarySearchTree #TechTwitter #CodeNewbie
Nik_Coding10's tweet image. ๐Ÿ“š On my #DSA journey, tackled BSTs today!

โœ… LeetCode 700 โ€“ Iterative search, clean pass.
โœ… LeetCode 701 โ€“ Minor tweak, accepted!
Balancing college & code daily. Loop > Recursion? ๐Ÿค”๐Ÿ‘‡

#100DaysOfCode #BinarySearchTree #TechTwitter #CodeNewbie

โœ… Day 74 of #100DaysOfDSA ๐Ÿ“LC 701: Insert into a Binary Search Tree โ€ข Created new TreeNode if root is null โ€ข Compared value with current node โ€ข Recurred left or right accordingly โ€ข Time: O(h), Space: O(h) #BinarySearchTree

Kushal_Koradia's tweet image. โœ… Day 74 of #100DaysOfDSA
๐Ÿ“LC 701: Insert into a Binary Search Tree

โ€ข Created new TreeNode if root is null
โ€ข Compared value with current node
โ€ข Recurred left or right accordingly
โ€ข Time: O(h), Space: O(h)

#BinarySearchTree

Just took a mock test for BST revisionโ€”90 minutes, 3 questions. Managed to solve 2/3 โœ… The one I couldnโ€™t crack? Unique BSTs ๐ŸŒณ Spent time understanding it post-test #DSA #BinarySearchTree #CodingJourney

SejalKaur16's tweet image. Just took a mock test for BST revisionโ€”90 minutes, 3 questions.
Managed to solve 2/3 โœ…
The one I couldnโ€™t crack? Unique BSTs ๐ŸŒณ
Spent time understanding it post-test

#DSA #BinarySearchTree
#CodingJourney

๐Ÿš€ Day 141 of #180DaysOfCoding ๐Ÿš€ โœ… 173. Binary Search Tree Iterator (Implemented next() and hasNext()) โœ… 653. Two Sum IV - Input is a BST (Using Inorder Traversal & Two Pointers) #BinarySearchTree #BST #Java #LeetCode #100DaysOfCode #DSA #letsconnect #connect

Mohd_Saqib_'s tweet image. ๐Ÿš€ Day 141 of #180DaysOfCoding ๐Ÿš€

โœ… 173. Binary Search Tree Iterator (Implemented next() and hasNext())

โœ… 653. Two Sum IV - Input is a BST (Using Inorder Traversal & Two Pointers)

#BinarySearchTree #BST #Java #LeetCode #100DaysOfCode #DSA #letsconnect #connect
Mohd_Saqib_'s tweet image. ๐Ÿš€ Day 141 of #180DaysOfCoding ๐Ÿš€

โœ… 173. Binary Search Tree Iterator (Implemented next() and hasNext())

โœ… 653. Two Sum IV - Input is a BST (Using Inorder Traversal & Two Pointers)

#BinarySearchTree #BST #Java #LeetCode #100DaysOfCode #DSA #letsconnect #connect

๐Ÿš€ Day 143 of #180DaysOfCoding ๐Ÿš€ โœ… 173. Binary Search Tree Iterator (Revised) Revisited the BST Iterator problem today, implementing the next() and hasNext() functions with an optimized approach. ๐ŸŒณ #BinarySearchTree #BST #LeetCode #Java #DSA #100DaysOfCode #letsconnect

Mohd_Saqib_'s tweet image. ๐Ÿš€ Day 143 of #180DaysOfCoding ๐Ÿš€

โœ… 173. Binary Search Tree Iterator (Revised)

Revisited the BST Iterator problem today, implementing the next() and hasNext() functions with an optimized approach. ๐ŸŒณ 

#BinarySearchTree #BST #LeetCode #Java #DSA #100DaysOfCode #letsconnect

๐Ÿš€ Day 136 of #180DaysOfCoding ๐Ÿš€ โœ… 701. Insert into a Binary Search Tree (Revised) Today, I revisited the concept of inserting a node into a Binary Search Tree (BST) ๐ŸŒณ. #BinarySearchTree #BST #DataStructures #Algorithms #Java #LeetCode #100DaysOfCode #DSA #letsconnect

Mohd_Saqib_'s tweet image. ๐Ÿš€ Day 136 of #180DaysOfCoding ๐Ÿš€

โœ… 701. Insert into a Binary Search Tree (Revised)

Today, I revisited the concept of inserting a node into a Binary Search Tree (BST) ๐ŸŒณ.

#BinarySearchTree #BST #DataStructures #Algorithms #Java #LeetCode #100DaysOfCode #DSA #letsconnect

Day 71 ๐Ÿš€ Solved: 1๏ธโƒฃ Binary Tree Preorder Traversal( #144) 2๏ธโƒฃ Two Sum IV - Input is a BST(#653) 3๏ธโƒฃ Increasing Order Search Tree (#897) 4๏ธโƒฃ Balance a Binary Search Tree (#1382) 5๏ธโƒฃ Lowest Common Ancestor of a BST ( #235) #LeetCode #DSA #BinarySearchTree #100DaysOfCode


๐Ÿš€ Day 145 of #180DaysOfCoding ๐Ÿš€ โœ… 450. Delete Node in a BST (Revised) Revisited the challenge of deleting nodes in a Binary Search Tree while maintaining its structure. #BinarySearchTree #DSA #LeetCode #Java #100DaysOfCode #letsconnect #connect

Mohd_Saqib_'s tweet image. ๐Ÿš€ Day 145 of #180DaysOfCoding ๐Ÿš€

โœ… 450. Delete Node in a BST (Revised)

Revisited the challenge of deleting nodes in a Binary Search Tree while maintaining its structure. 

#BinarySearchTree #DSA #LeetCode #Java #100DaysOfCode #letsconnect #connect

๐Ÿš€ Day 140 of #180DaysOfCoding ๐Ÿš€ โœ… 1008. Construct Binary Search Tree from Preorder Traversal Today, I tackled constructing a Binary Search Tree (BST) ๐ŸŒณ from preorder traversal. #BinarySearchTree #BST #Recursion #Java #LeetCode #100DaysOfCode #DSA #letsconnect #connect

Mohd_Saqib_'s tweet image. ๐Ÿš€ Day 140 of #180DaysOfCoding  ๐Ÿš€

โœ… 1008. Construct Binary Search Tree from Preorder Traversal

Today, I tackled constructing a Binary Search Tree (BST) ๐ŸŒณ from preorder traversal.

#BinarySearchTree #BST #Recursion #Java #LeetCode #100DaysOfCode #DSA #letsconnect #connect
Mohd_Saqib_'s tweet image. ๐Ÿš€ Day 140 of #180DaysOfCoding  ๐Ÿš€

โœ… 1008. Construct Binary Search Tree from Preorder Traversal

Today, I tackled constructing a Binary Search Tree (BST) ๐ŸŒณ from preorder traversal.

#BinarySearchTree #BST #Recursion #Java #LeetCode #100DaysOfCode #DSA #letsconnect #connect

๐Ÿš€ #GFG160 โ€“ Day 85: Finding the K-th Smallest! ๐Ÿ”๐ŸŒณ Solved the K-th Smallest Element in a BST problem today โœ”๏ธ K-th Smallest in BST #BinarySearchTree #InorderTraversal #KthSmallest #TreeProblems #GeeksforGeeks #100DaysOfCode #geekstreak2025 @geeksforgeeks

YojitKataria's tweet image. ๐Ÿš€ #GFG160 โ€“ Day 85: Finding the K-th Smallest! ๐Ÿ”๐ŸŒณ
Solved the K-th Smallest Element in a BST problem today
โœ”๏ธ K-th Smallest in BST
#BinarySearchTree #InorderTraversal #KthSmallest #TreeProblems #GeeksforGeeks #100DaysOfCode #geekstreak2025
@geeksforgeeks
YojitKataria's tweet image. ๐Ÿš€ #GFG160 โ€“ Day 85: Finding the K-th Smallest! ๐Ÿ”๐ŸŒณ
Solved the K-th Smallest Element in a BST problem today
โœ”๏ธ K-th Smallest in BST
#BinarySearchTree #InorderTraversal #KthSmallest #TreeProblems #GeeksforGeeks #100DaysOfCode #geekstreak2025
@geeksforgeeks

๐Ÿš€ #GFG160 โ€“ Day 87: Fixing the Broken BST! ๐Ÿ› ๏ธ๐ŸŒณ Solved the Fix Two Swapped Nodes in a BST problem today โœ”๏ธ Fixing Two Nodes of a BST #BinarySearchTree #InorderTraversal #TreeRecovery #BSTFix #GeeksforGeeks #100DaysOfCode #geekstreak2025 @geeksforgeeks

YojitKataria's tweet image. ๐Ÿš€ #GFG160 โ€“ Day 87: Fixing the Broken BST! ๐Ÿ› ๏ธ๐ŸŒณ
Solved the Fix Two Swapped Nodes in a BST problem today 
โœ”๏ธ Fixing Two Nodes of a BST
#BinarySearchTree #InorderTraversal #TreeRecovery #BSTFix #GeeksforGeeks #100DaysOfCode #geekstreak2025
@geeksforgeeks
YojitKataria's tweet image. ๐Ÿš€ #GFG160 โ€“ Day 87: Fixing the Broken BST! ๐Ÿ› ๏ธ๐ŸŒณ
Solved the Fix Two Swapped Nodes in a BST problem today 
โœ”๏ธ Fixing Two Nodes of a BST
#BinarySearchTree #InorderTraversal #TreeRecovery #BSTFix #GeeksforGeeks #100DaysOfCode #geekstreak2025
@geeksforgeeks

๐Ÿš€ Day 78 of #100DaysOfCodingChallenge โ€“ Mastering BST Node Deletion with Recursion & Inorder Successor 703. Kth Largest Element in a Stream 450. Delete Node in a BST #BinarySearchTree #DSA #JavaProgramming #ProblemSolving #CodingChallenge #LeetCode #SoftwareEngineer #connect

Manohar2909's tweet image. ๐Ÿš€ Day 78 of #100DaysOfCodingChallenge โ€“ Mastering BST Node Deletion with Recursion & Inorder Successor

703. Kth Largest Element in a Stream
 450. Delete Node in a BST
 #BinarySearchTree #DSA #JavaProgramming #ProblemSolving #CodingChallenge #LeetCode  #SoftwareEngineer #connect
Manohar2909's tweet image. ๐Ÿš€ Day 78 of #100DaysOfCodingChallenge โ€“ Mastering BST Node Deletion with Recursion & Inorder Successor

703. Kth Largest Element in a Stream
 450. Delete Node in a BST
 #BinarySearchTree #DSA #JavaProgramming #ProblemSolving #CodingChallenge #LeetCode  #SoftwareEngineer #connect
Manohar2909's tweet image. ๐Ÿš€ Day 78 of #100DaysOfCodingChallenge โ€“ Mastering BST Node Deletion with Recursion & Inorder Successor

703. Kth Largest Element in a Stream
 450. Delete Node in a BST
 #BinarySearchTree #DSA #JavaProgramming #ProblemSolving #CodingChallenge #LeetCode  #SoftwareEngineer #connect
Manohar2909's tweet image. ๐Ÿš€ Day 78 of #100DaysOfCodingChallenge โ€“ Mastering BST Node Deletion with Recursion & Inorder Successor

703. Kth Largest Element in a Stream
 450. Delete Node in a BST
 #BinarySearchTree #DSA #JavaProgramming #ProblemSolving #CodingChallenge #LeetCode  #SoftwareEngineer #connect

Day 165 - #DSA ๐ŸŒณ Today I solved: ๐Ÿ”น Largest BST in a Binary Tree ๐Ÿ”น Maximum Sum BST in a Binary Tree Implemented both using a Box class for clean recursion and achieved O(N) efficiency. #DSA #BinarySearchTree #LeetCode #ProblemSolving

rubayedahmed_'s tweet image. Day 165 - #DSA ๐ŸŒณ
Today I solved:
๐Ÿ”น Largest BST in a Binary Tree
๐Ÿ”น Maximum Sum BST in a Binary Tree
Implemented both using a Box class for clean recursion and achieved O(N) efficiency.
#DSA #BinarySearchTree #LeetCode #ProblemSolving
rubayedahmed_'s tweet image. Day 165 - #DSA ๐ŸŒณ
Today I solved:
๐Ÿ”น Largest BST in a Binary Tree
๐Ÿ”น Maximum Sum BST in a Binary Tree
Implemented both using a Box class for clean recursion and achieved O(N) efficiency.
#DSA #BinarySearchTree #LeetCode #ProblemSolving

Day 71 ๐Ÿš€ Solved: 1๏ธโƒฃ Binary Tree Preorder Traversal( #144) 2๏ธโƒฃ Two Sum IV - Input is a BST(#653) 3๏ธโƒฃ Increasing Order Search Tree (#897) 4๏ธโƒฃ Balance a Binary Search Tree (#1382) 5๏ธโƒฃ Lowest Common Ancestor of a BST ( #235) #LeetCode #DSA #BinarySearchTree #100DaysOfCode


Day 160 โ€“ #DSA ๐ŸŒณ Today I explored Binary Search Tree (BST) and learned its: โ€ข Implementation โ€ข Insertion โ€ข Deletion โ€ข Search operations A solid step toward mastering efficient data organization and lookup! ๐Ÿ’ก #BinarySearchTree #DSA #Coding #Algorithms #LearningJourney

rubayedahmed_'s tweet image. Day 160 โ€“ #DSA ๐ŸŒณ
Today I explored Binary Search Tree (BST) and learned its:
โ€ข Implementation
โ€ข Insertion
โ€ข Deletion
โ€ข Search operations

A solid step toward mastering efficient data organization and lookup! ๐Ÿ’ก
#BinarySearchTree #DSA #Coding #Algorithms #LearningJourney

Today, I solved the question "98. Validate Binary Search Tree" on LeetCode using Go! #BinarySearchTree Happy LeetCoding!

raphael_tannous's tweet image. Today, I solved the question "98. Validate Binary Search Tree" on LeetCode using Go! #BinarySearchTree

Happy LeetCoding!
raphael_tannous's tweet image. Today, I solved the question "98. Validate Binary Search Tree" on LeetCode using Go! #BinarySearchTree

Happy LeetCoding!

I heard they invented zero in India. Maybe that's why. #H1B #binarysearchtree


Day 54โ€“60 โœ… | Step 14: Binary Search Trees ๐ŸŒฒ โœ”๏ธ Concepts: Search, Min/Max, Intro โœ”๏ธ Practice: Insert, Delete, K-th smallest, LCA, Merge 2 BSTs, Recover BST & more ๐Ÿ”’ BST (16/16) completed ๐Ÿš€ #100DaysOfCode #DSA #BinarySearchTree

Lakshay2709's tweet image. Day 54โ€“60 โœ… | Step 14: Binary Search Trees ๐ŸŒฒ
โœ”๏ธ Concepts: Search, Min/Max, Intro
โœ”๏ธ Practice: Insert, Delete, K-th smallest, LCA, Merge 2 BSTs, Recover BST & more

๐Ÿ”’ BST (16/16) completed ๐Ÿš€
#100DaysOfCode #DSA #BinarySearchTree
Lakshay2709's tweet image. Day 54โ€“60 โœ… | Step 14: Binary Search Trees ๐ŸŒฒ
โœ”๏ธ Concepts: Search, Min/Max, Intro
โœ”๏ธ Practice: Insert, Delete, K-th smallest, LCA, Merge 2 BSTs, Recover BST & more

๐Ÿ”’ BST (16/16) completed ๐Ÿš€
#100DaysOfCode #DSA #BinarySearchTree
Lakshay2709's tweet image. Day 54โ€“60 โœ… | Step 14: Binary Search Trees ๐ŸŒฒ
โœ”๏ธ Concepts: Search, Min/Max, Intro
โœ”๏ธ Practice: Insert, Delete, K-th smallest, LCA, Merge 2 BSTs, Recover BST & more

๐Ÿ”’ BST (16/16) completed ๐Ÿš€
#100DaysOfCode #DSA #BinarySearchTree
Lakshay2709's tweet image. Day 54โ€“60 โœ… | Step 14: Binary Search Trees ๐ŸŒฒ
โœ”๏ธ Concepts: Search, Min/Max, Intro
โœ”๏ธ Practice: Insert, Delete, K-th smallest, LCA, Merge 2 BSTs, Recover BST & more

๐Ÿ”’ BST (16/16) completed ๐Ÿš€
#100DaysOfCode #DSA #BinarySearchTree

99. Recover Binary Search Tree Leetcode problem solution using Golang. #LeetcodeMedium #BinarySearchTree

the_code_club's tweet image. 99. Recover Binary Search Tree

Leetcode problem solution using Golang.

#LeetcodeMedium #BinarySearchTree

BST became a nightmare when I encountered this... Searching is lot more easier while using BST's log N base 2 time complexity , but it doesn't when you think about the worst case (log(n)). #DataStructures #Algorithms #BinarySearchTree #CodingLife #BigONotation #DevStruggles


Day 61 | #100DaysOfCode ๐Ÿ“Œ Explored important BST concepts today: Mirror of BST ๐Ÿ”„ Sorted Array โ†’ Balanced BST โš–๏ธ Convert BST โ†’ Balanced BST ๐ŸŒณ Thanks to @ShradhaKhapra_ and @ApnacollegeX for the guidance ๐Ÿ™Œ #DSA #BinarySearchTree #BalancedBST #ShradhaKhapra #ApnaCollege

BishwajitG03's tweet image. Day 61 | #100DaysOfCode
๐Ÿ“Œ Explored important BST concepts today:

Mirror of BST ๐Ÿ”„

Sorted Array โ†’ Balanced BST โš–๏ธ

Convert BST โ†’ Balanced BST ๐ŸŒณ

Thanks to @ShradhaKhapra_ and @ApnacollegeX for the guidance ๐Ÿ™Œ

#DSA #BinarySearchTree #BalancedBST #ShradhaKhapra #ApnaCollege
BishwajitG03's tweet image. Day 61 | #100DaysOfCode
๐Ÿ“Œ Explored important BST concepts today:

Mirror of BST ๐Ÿ”„

Sorted Array โ†’ Balanced BST โš–๏ธ

Convert BST โ†’ Balanced BST ๐ŸŒณ

Thanks to @ShradhaKhapra_ and @ApnacollegeX for the guidance ๐Ÿ™Œ

#DSA #BinarySearchTree #BalancedBST #ShradhaKhapra #ApnaCollege

Day 59โ€“60 | #100DaysOfCode โœจ Learned key concepts in Binary Search Trees (BST): Delete a Node ๐Ÿ—‘๏ธ Print in Range ๐Ÿ“ Root to Leaf Paths ๐ŸŒฑ Validate BST โœ… Thanks to @ShradhaKhapra_ ma'am for the continuous guidance ๐Ÿ™Œ #DSA #BinarySearchTree #CodingJourney #ApnaCollege #java

BishwajitG03's tweet image. Day 59โ€“60 | #100DaysOfCode
โœจ Learned key concepts in Binary Search Trees (BST):

Delete a Node ๐Ÿ—‘๏ธ

Print in Range ๐Ÿ“

Root to Leaf Paths ๐ŸŒฑ

Validate BST โœ…

Thanks to @ShradhaKhapra_ ma'am for the continuous guidance ๐Ÿ™Œ

#DSA #BinarySearchTree #CodingJourney #ApnaCollege #java

Day 59โ€“60 | #100DaysOfCode โœจ Learned key concepts in Binary Search Trees (BST): Delete a Node ๐Ÿ—‘๏ธ Print in Range ๐Ÿ“ Root to Leaf Paths ๐ŸŒฑ Validate BST โœ… Thanks to @ShradhaKhapra_ ma'am for the continuous guidance ๐Ÿ™Œ #DSA #BinarySearchTree #CodingJourney #ApnaCollege #java

BishwajitG03's tweet image. Day 59โ€“60 | #100DaysOfCode
โœจ Learned key concepts in Binary Search Trees (BST):

Delete a Node ๐Ÿ—‘๏ธ

Print in Range ๐Ÿ“

Root to Leaf Paths ๐ŸŒฑ

Validate BST โœ…

Thanks to @ShradhaKhapra_ ma'am for the continuous guidance ๐Ÿ™Œ

#DSA #BinarySearchTree #CodingJourney #ApnaCollege #java

Day 54โ€“60 โœ… | Step 14: Binary Search Trees ๐ŸŒฒ โœ”๏ธ Concepts: Search, Min/Max, Intro โœ”๏ธ Practice: Insert, Delete, K-th smallest, LCA, Merge 2 BSTs, Recover BST & more ๐Ÿ”’ BST (16/16) completed ๐Ÿš€ #100DaysOfCode #DSA #BinarySearchTree

Lakshay2709's tweet image. Day 54โ€“60 โœ… | Step 14: Binary Search Trees ๐ŸŒฒ
โœ”๏ธ Concepts: Search, Min/Max, Intro
โœ”๏ธ Practice: Insert, Delete, K-th smallest, LCA, Merge 2 BSTs, Recover BST & more

๐Ÿ”’ BST (16/16) completed ๐Ÿš€
#100DaysOfCode #DSA #BinarySearchTree
Lakshay2709's tweet image. Day 54โ€“60 โœ… | Step 14: Binary Search Trees ๐ŸŒฒ
โœ”๏ธ Concepts: Search, Min/Max, Intro
โœ”๏ธ Practice: Insert, Delete, K-th smallest, LCA, Merge 2 BSTs, Recover BST & more

๐Ÿ”’ BST (16/16) completed ๐Ÿš€
#100DaysOfCode #DSA #BinarySearchTree
Lakshay2709's tweet image. Day 54โ€“60 โœ… | Step 14: Binary Search Trees ๐ŸŒฒ
โœ”๏ธ Concepts: Search, Min/Max, Intro
โœ”๏ธ Practice: Insert, Delete, K-th smallest, LCA, Merge 2 BSTs, Recover BST & more

๐Ÿ”’ BST (16/16) completed ๐Ÿš€
#100DaysOfCode #DSA #BinarySearchTree
Lakshay2709's tweet image. Day 54โ€“60 โœ… | Step 14: Binary Search Trees ๐ŸŒฒ
โœ”๏ธ Concepts: Search, Min/Max, Intro
โœ”๏ธ Practice: Insert, Delete, K-th smallest, LCA, Merge 2 BSTs, Recover BST & more

๐Ÿ”’ BST (16/16) completed ๐Ÿš€
#100DaysOfCode #DSA #BinarySearchTree

Day 160 โ€“ #DSA ๐ŸŒณ Today I explored Binary Search Tree (BST) and learned its: โ€ข Implementation โ€ข Insertion โ€ข Deletion โ€ข Search operations A solid step toward mastering efficient data organization and lookup! ๐Ÿ’ก #BinarySearchTree #DSA #Coding #Algorithms #LearningJourney

rubayedahmed_'s tweet image. Day 160 โ€“ #DSA ๐ŸŒณ
Today I explored Binary Search Tree (BST) and learned its:
โ€ข Implementation
โ€ข Insertion
โ€ข Deletion
โ€ข Search operations

A solid step toward mastering efficient data organization and lookup! ๐Ÿ’ก
#BinarySearchTree #DSA #Coding #Algorithms #LearningJourney

๐Ÿ“š On my #DSA journey, tackled BSTs today! โœ… LeetCode 700 โ€“ Iterative search, clean pass. โœ… LeetCode 701 โ€“ Minor tweak, accepted! Balancing college & code daily. Loop > Recursion? ๐Ÿค”๐Ÿ‘‡ #100DaysOfCode #BinarySearchTree #TechTwitter #CodeNewbie

Nik_Coding10's tweet image. ๐Ÿ“š On my #DSA journey, tackled BSTs today!

โœ… LeetCode 700 โ€“ Iterative search, clean pass.
โœ… LeetCode 701 โ€“ Minor tweak, accepted!
Balancing college & code daily. Loop > Recursion? ๐Ÿค”๐Ÿ‘‡

#100DaysOfCode #BinarySearchTree #TechTwitter #CodeNewbie
Nik_Coding10's tweet image. ๐Ÿ“š On my #DSA journey, tackled BSTs today!

โœ… LeetCode 700 โ€“ Iterative search, clean pass.
โœ… LeetCode 701 โ€“ Minor tweak, accepted!
Balancing college & code daily. Loop > Recursion? ๐Ÿค”๐Ÿ‘‡

#100DaysOfCode #BinarySearchTree #TechTwitter #CodeNewbie
Nik_Coding10's tweet image. ๐Ÿ“š On my #DSA journey, tackled BSTs today!

โœ… LeetCode 700 โ€“ Iterative search, clean pass.
โœ… LeetCode 701 โ€“ Minor tweak, accepted!
Balancing college & code daily. Loop > Recursion? ๐Ÿค”๐Ÿ‘‡

#100DaysOfCode #BinarySearchTree #TechTwitter #CodeNewbie
Nik_Coding10's tweet image. ๐Ÿ“š On my #DSA journey, tackled BSTs today!

โœ… LeetCode 700 โ€“ Iterative search, clean pass.
โœ… LeetCode 701 โ€“ Minor tweak, accepted!
Balancing college & code daily. Loop > Recursion? ๐Ÿค”๐Ÿ‘‡

#100DaysOfCode #BinarySearchTree #TechTwitter #CodeNewbie

Day 165 - #DSA ๐ŸŒณ Today I solved: ๐Ÿ”น Largest BST in a Binary Tree ๐Ÿ”น Maximum Sum BST in a Binary Tree Implemented both using a Box class for clean recursion and achieved O(N) efficiency. #DSA #BinarySearchTree #LeetCode #ProblemSolving

rubayedahmed_'s tweet image. Day 165 - #DSA ๐ŸŒณ
Today I solved:
๐Ÿ”น Largest BST in a Binary Tree
๐Ÿ”น Maximum Sum BST in a Binary Tree
Implemented both using a Box class for clean recursion and achieved O(N) efficiency.
#DSA #BinarySearchTree #LeetCode #ProblemSolving
rubayedahmed_'s tweet image. Day 165 - #DSA ๐ŸŒณ
Today I solved:
๐Ÿ”น Largest BST in a Binary Tree
๐Ÿ”น Maximum Sum BST in a Binary Tree
Implemented both using a Box class for clean recursion and achieved O(N) efficiency.
#DSA #BinarySearchTree #LeetCode #ProblemSolving

๐Ÿš€ Day74/100 Mastering BST Transformations |Turning Binary Search Trees into Greater Sum Trees 96. Unique Binary Search Trees 1038. Binary Search Tree to Greater Sum Tree #100DaysOfCodingChallenge #Day74 #BinarySearchTree #GreaterSum #DSA #LeetCode #JavaProgramming #connect

Manohar2909's tweet image. ๐Ÿš€ Day74/100 Mastering BST Transformations |Turning Binary Search Trees into Greater Sum Trees 

96. Unique Binary Search Trees
 1038. Binary Search Tree to Greater Sum Tree

  #100DaysOfCodingChallenge #Day74 #BinarySearchTree #GreaterSum #DSA #LeetCode #JavaProgramming #connect
Manohar2909's tweet image. ๐Ÿš€ Day74/100 Mastering BST Transformations |Turning Binary Search Trees into Greater Sum Trees 

96. Unique Binary Search Trees
 1038. Binary Search Tree to Greater Sum Tree

  #100DaysOfCodingChallenge #Day74 #BinarySearchTree #GreaterSum #DSA #LeetCode #JavaProgramming #connect
Manohar2909's tweet image. ๐Ÿš€ Day74/100 Mastering BST Transformations |Turning Binary Search Trees into Greater Sum Trees 

96. Unique Binary Search Trees
 1038. Binary Search Tree to Greater Sum Tree

  #100DaysOfCodingChallenge #Day74 #BinarySearchTree #GreaterSum #DSA #LeetCode #JavaProgramming #connect
Manohar2909's tweet image. ๐Ÿš€ Day74/100 Mastering BST Transformations |Turning Binary Search Trees into Greater Sum Trees 

96. Unique Binary Search Trees
 1038. Binary Search Tree to Greater Sum Tree

  #100DaysOfCodingChallenge #Day74 #BinarySearchTree #GreaterSum #DSA #LeetCode #JavaProgramming #connect

Just took a mock test for BST revisionโ€”90 minutes, 3 questions. Managed to solve 2/3 โœ… The one I couldnโ€™t crack? Unique BSTs ๐ŸŒณ Spent time understanding it post-test #DSA #BinarySearchTree #CodingJourney

SejalKaur16's tweet image. Just took a mock test for BST revisionโ€”90 minutes, 3 questions.
Managed to solve 2/3 โœ…
The one I couldnโ€™t crack? Unique BSTs ๐ŸŒณ
Spent time understanding it post-test

#DSA #BinarySearchTree
#CodingJourney

๐Ÿš€ Day 78 of #100DaysOfCodingChallenge โ€“ Mastering BST Node Deletion with Recursion & Inorder Successor 703. Kth Largest Element in a Stream 450. Delete Node in a BST #BinarySearchTree #DSA #JavaProgramming #ProblemSolving #CodingChallenge #LeetCode #SoftwareEngineer #connect

Manohar2909's tweet image. ๐Ÿš€ Day 78 of #100DaysOfCodingChallenge โ€“ Mastering BST Node Deletion with Recursion & Inorder Successor

703. Kth Largest Element in a Stream
 450. Delete Node in a BST
 #BinarySearchTree #DSA #JavaProgramming #ProblemSolving #CodingChallenge #LeetCode  #SoftwareEngineer #connect
Manohar2909's tweet image. ๐Ÿš€ Day 78 of #100DaysOfCodingChallenge โ€“ Mastering BST Node Deletion with Recursion & Inorder Successor

703. Kth Largest Element in a Stream
 450. Delete Node in a BST
 #BinarySearchTree #DSA #JavaProgramming #ProblemSolving #CodingChallenge #LeetCode  #SoftwareEngineer #connect
Manohar2909's tweet image. ๐Ÿš€ Day 78 of #100DaysOfCodingChallenge โ€“ Mastering BST Node Deletion with Recursion & Inorder Successor

703. Kth Largest Element in a Stream
 450. Delete Node in a BST
 #BinarySearchTree #DSA #JavaProgramming #ProblemSolving #CodingChallenge #LeetCode  #SoftwareEngineer #connect
Manohar2909's tweet image. ๐Ÿš€ Day 78 of #100DaysOfCodingChallenge โ€“ Mastering BST Node Deletion with Recursion & Inorder Successor

703. Kth Largest Element in a Stream
 450. Delete Node in a BST
 #BinarySearchTree #DSA #JavaProgramming #ProblemSolving #CodingChallenge #LeetCode  #SoftwareEngineer #connect

๐Ÿš€ Day 141 of #180DaysOfCoding ๐Ÿš€ โœ… 173. Binary Search Tree Iterator (Implemented next() and hasNext()) โœ… 653. Two Sum IV - Input is a BST (Using Inorder Traversal & Two Pointers) #BinarySearchTree #BST #Java #LeetCode #100DaysOfCode #DSA #letsconnect #connect

Mohd_Saqib_'s tweet image. ๐Ÿš€ Day 141 of #180DaysOfCoding ๐Ÿš€

โœ… 173. Binary Search Tree Iterator (Implemented next() and hasNext())

โœ… 653. Two Sum IV - Input is a BST (Using Inorder Traversal & Two Pointers)

#BinarySearchTree #BST #Java #LeetCode #100DaysOfCode #DSA #letsconnect #connect
Mohd_Saqib_'s tweet image. ๐Ÿš€ Day 141 of #180DaysOfCoding ๐Ÿš€

โœ… 173. Binary Search Tree Iterator (Implemented next() and hasNext())

โœ… 653. Two Sum IV - Input is a BST (Using Inorder Traversal & Two Pointers)

#BinarySearchTree #BST #Java #LeetCode #100DaysOfCode #DSA #letsconnect #connect

โœ… Day 74 of #100DaysOfDSA ๐Ÿ“LC 701: Insert into a Binary Search Tree โ€ข Created new TreeNode if root is null โ€ข Compared value with current node โ€ข Recurred left or right accordingly โ€ข Time: O(h), Space: O(h) #BinarySearchTree

Kushal_Koradia's tweet image. โœ… Day 74 of #100DaysOfDSA
๐Ÿ“LC 701: Insert into a Binary Search Tree

โ€ข Created new TreeNode if root is null
โ€ข Compared value with current node
โ€ข Recurred left or right accordingly
โ€ข Time: O(h), Space: O(h)

#BinarySearchTree

๐Ÿš€ Day 143 of #180DaysOfCoding ๐Ÿš€ โœ… 173. Binary Search Tree Iterator (Revised) Revisited the BST Iterator problem today, implementing the next() and hasNext() functions with an optimized approach. ๐ŸŒณ #BinarySearchTree #BST #LeetCode #Java #DSA #100DaysOfCode #letsconnect

Mohd_Saqib_'s tweet image. ๐Ÿš€ Day 143 of #180DaysOfCoding ๐Ÿš€

โœ… 173. Binary Search Tree Iterator (Revised)

Revisited the BST Iterator problem today, implementing the next() and hasNext() functions with an optimized approach. ๐ŸŒณ 

#BinarySearchTree #BST #LeetCode #Java #DSA #100DaysOfCode #letsconnect

๐Ÿš€ Day 36 of #100DaysOfCode: Solved medium-level LeetCode problem #1008 - Construct Binary Search Tree from Preorder Traversal! ๐ŸŒณ๐Ÿ” Time Complexity of o(3N) Space Complexity of o(1) + Recursion Stack Space. ๐Ÿ’ช๐ŸŒŸ #LeetCode #BinarySearchTree #Algorithm #CodingJourney ๐ŸŒฟ๐Ÿ”ง

_arya2004's tweet image. ๐Ÿš€ Day 36 of #100DaysOfCode: Solved medium-level LeetCode problem #1008 - Construct Binary Search Tree from Preorder Traversal! ๐ŸŒณ๐Ÿ” 

Time Complexity of o(3N)  

Space Complexity of o(1) + Recursion Stack Space. 

๐Ÿ’ช๐ŸŒŸ #LeetCode #BinarySearchTree #Algorithm #CodingJourney ๐ŸŒฟ๐Ÿ”ง

๐Ÿš€ #GFG160 โ€“ Day 85: Finding the K-th Smallest! ๐Ÿ”๐ŸŒณ Solved the K-th Smallest Element in a BST problem today โœ”๏ธ K-th Smallest in BST #BinarySearchTree #InorderTraversal #KthSmallest #TreeProblems #GeeksforGeeks #100DaysOfCode #geekstreak2025 @geeksforgeeks

YojitKataria's tweet image. ๐Ÿš€ #GFG160 โ€“ Day 85: Finding the K-th Smallest! ๐Ÿ”๐ŸŒณ
Solved the K-th Smallest Element in a BST problem today
โœ”๏ธ K-th Smallest in BST
#BinarySearchTree #InorderTraversal #KthSmallest #TreeProblems #GeeksforGeeks #100DaysOfCode #geekstreak2025
@geeksforgeeks
YojitKataria's tweet image. ๐Ÿš€ #GFG160 โ€“ Day 85: Finding the K-th Smallest! ๐Ÿ”๐ŸŒณ
Solved the K-th Smallest Element in a BST problem today
โœ”๏ธ K-th Smallest in BST
#BinarySearchTree #InorderTraversal #KthSmallest #TreeProblems #GeeksforGeeks #100DaysOfCode #geekstreak2025
@geeksforgeeks

๐Ÿš€ Day 145 of #180DaysOfCoding ๐Ÿš€ โœ… 450. Delete Node in a BST (Revised) Revisited the challenge of deleting nodes in a Binary Search Tree while maintaining its structure. #BinarySearchTree #DSA #LeetCode #Java #100DaysOfCode #letsconnect #connect

Mohd_Saqib_'s tweet image. ๐Ÿš€ Day 145 of #180DaysOfCoding ๐Ÿš€

โœ… 450. Delete Node in a BST (Revised)

Revisited the challenge of deleting nodes in a Binary Search Tree while maintaining its structure. 

#BinarySearchTree #DSA #LeetCode #Java #100DaysOfCode #letsconnect #connect

Solved more questions on BFS , now I'm loving it ๐Ÿ™ƒ Thanks @ali_In_bits for the efforts u put while teaching us concepts ๐Ÿ”ฅ Student of @sheryians_ ๐Ÿš€ #DataStructures #Algorithms #BinarySearchTree #BFS #TechTwitter #LeetCode #Javascript

XRodgriues26348's tweet image. Solved more questions on BFS , now I'm loving it ๐Ÿ™ƒ
Thanks @ali_In_bits  for the efforts u put while teaching us concepts ๐Ÿ”ฅ
Student of @sheryians_  ๐Ÿš€
#DataStructures  
#Algorithms  
#BinarySearchTree  
#BFS  
#TechTwitter  
#LeetCode 
#Javascript
XRodgriues26348's tweet image. Solved more questions on BFS , now I'm loving it ๐Ÿ™ƒ
Thanks @ali_In_bits  for the efforts u put while teaching us concepts ๐Ÿ”ฅ
Student of @sheryians_  ๐Ÿš€
#DataStructures  
#Algorithms  
#BinarySearchTree  
#BFS  
#TechTwitter  
#LeetCode 
#Javascript
XRodgriues26348's tweet image. Solved more questions on BFS , now I'm loving it ๐Ÿ™ƒ
Thanks @ali_In_bits  for the efforts u put while teaching us concepts ๐Ÿ”ฅ
Student of @sheryians_  ๐Ÿš€
#DataStructures  
#Algorithms  
#BinarySearchTree  
#BFS  
#TechTwitter  
#LeetCode 
#Javascript
XRodgriues26348's tweet image. Solved more questions on BFS , now I'm loving it ๐Ÿ™ƒ
Thanks @ali_In_bits  for the efforts u put while teaching us concepts ๐Ÿ”ฅ
Student of @sheryians_  ๐Ÿš€
#DataStructures  
#Algorithms  
#BinarySearchTree  
#BFS  
#TechTwitter  
#LeetCode 
#Javascript

Loading...

Something went wrong.


Something went wrong.


United States Trends