Hello 👋 This repo contain the Python solution for DSA Cheet Sheet provided by Love Babbar bhaiya.
- Reverse Array
- Kth max and min element
- Merge Without space
- Height of Binary Tree
- Preorder Traversal
- Postorder Traversal
- Inorder Traversal
- Diameter of a BinaryTree
- Checking a Tree is balanced or not
- Level order traversal
- Binary Tree Creation From Inorder and Preorder
- BST Searching
- Checking a Tree is BST or Not
- Mirror of a Tree
- Reverse Level order traverse
- Min and max value in Bst
- Left view of a binary tree
- Right view of a binary tree
- Reverse a String
- Check whether a String is Palindrome or not
- Find Duplicate Character
- Check whether one string is rotation of another