Solutions for leetcode problem that I solve. Language used is typescript
-
828: Count Unique Characters of All Substrings of a Given String Leetcode Solution
-
34: Find First and Last Position of Element in Sorted Array Leetcode Solution
-
1008: Construct Binary Search Tree from Preorder Traversal Leetcode Solution
-
106: Construct Binary Tree from Inorder and Postorder Traversal Leetcode Solution
- Implementation Solution
- Implementation Solution
-
Coin change using bottom up approach Solution