Hi, I am

Back to Home Notes Icon

Sanjeet Tiwari

Here are my notes on...
LeetCode

How binary trees are traversed, and what problems do they solve.

Binary Tree Traversal

How binary trees are traversed, and what problems do they solve.

How graphs are popularly traversed and how to code them.

Graph Traversal

How graphs are popularly traversed and how to code them.

How heaps are created, why are they important and how are they useful.

Heaps

How heaps are created, why are they important and how are they useful.

What problems do monotonic stacks solve ? And how to code them.

Monotonic Stack

What problems do monotonic stacks solve ? And how to code them.

How binary trees are traversed, and what problems do they solve.

Binary Tree Traversal

How binary trees are traversed, and what problems do they solve.

8 mins | 09-12-2024
LeetCode
How graphs are popularly traversed and how to code them.

Graph Traversal

How graphs are popularly traversed and how to code them.

6 mins | 10-12-2024
LeetCode
How heaps are created, why are they important and how are they useful.

Heaps

How heaps are created, why are they important and how are they useful.

6 mins | 30-11-2024
LeetCode
JavaScript
What problems do monotonic stacks solve ? And how to code them.

Monotonic Stack

What problems do monotonic stacks solve ? And how to code them.

7 mins | 02-12-2024
LeetCode