📄️ 700. Search in a Binary Search Tree
This is a solution to the Search in a Binary Search Tree problem on LeetCode.
📄️ 701. Insert into a Binary Search Tree
This is a solution to the Insert into a Binary Search Tree problem on LeetCode.
📄️ 0703 - Kth Largest Element in a Stream
This is a solution to the Kth Largest Element in a Stream problem on LeetCode.
📄️ 0704 - Binary Search
This is a solution to the Binary Search problem on LeetCode.
📄️ 706. Design HashMap
This is a solution to the Design HashMap problem on LeetCode.
📄️ 0709-To Lower Case
This is a solution to To Lower Case in leetcode
📄️ 713. Subarray Product Less Than K
This is a solution to the Subarray Product Less Than K problem on LeetCode.
📄️ 0725 - Split Linked List in Parts
This is a solution to the Split Linked List in Parts problem on LeetCode.
📄️ 0726 - Number of Atoms
This is a solution to the Number of Atoms problem on LeetCode.
📄️ 0728 - Self Dividing Numbers
This is a solution to the Self Dividing Numbers problem on LeetCode.
📄️ 0729 - My Calendar I
This is a solution to the My Calendar I problem on LeetCode.
📄️ 0733 - Flood Fill
This is a solution to the Flood Fill problem on LeetCode.
📄️ 0745 - Cherry Pickup
This is a solution to the Cherry Pickup problem on LeetCode.
📄️ 0745 - Prefix and Suffix Search
This is a solution to the Prefix and Suffix Search problem on LeetCode.
📄️ 747-Largest-Number-Atleast-Twice-Of-Other
Problem Description
📄️ 0752 - Open the Lock
This is a solution to the Open the Lock problem on LeetCode.
📄️ 0755-pour-water
This is a solution to Pour Water problem on LeetCode.
📄️ 0756-pyramid-transition-matrix
This is a solution to pyramid-transition-matrix problem on LeetCode.
📄️ 0767-Reorganize String
Solution to leetocde 767
📄️ 0769- Max Chunks To Make Sorted
Solution to leetocde 769
📄️ 771 Jewels and Stones
This is a solution to the Jewels and Stones on leetcode
📄️ 785. Is Graph Bipartite?
This is a solution to the 785. Is Graph Bipartite? problem on LeetCode.
📄️ 786. K-th Smallest Prime Fraction
This is a solution to the 786. K-th Smallest Prime Fraction problem on LeetCode.
📄️ 0787 - Cheapest-Flights-Within-K-Stops
This is a solution to the Cheapest Flights Within K Stops problem on LeetCode.
📄️ Domino and Tromino Tiling
Solve the problem of finding the number of ways to tile a 2 x n board using 2 x 1 dominos and tromino shapes.
📄️ 0791 - Custom Sort String
This is a solution to the Custom Sort String problem on LeetCode.
📄️ 792 - Number of Matching Subsequences
Solve the problem of counting the number of words that are subsequences of a given string using various efficient methods.
📄️ Number of Subarrays with Bounded Maximum
Solve the problem of finding the number of contiguous non-empty subarrays where the maximum element is within a given range.
📄️ 0796 - Rotate String
This is a solution to the Rotate String problem on LeetCode.
📄️ 0717 - 1-bit and 2-bit Characters
This is a solution to the 1-bit and 2-bit Characters problem on LeetCode.