Skip to content

Rohit-83/450-dsa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

450-DSA-Questions 🔥

Hello 👋 This repo contain the Python solution for DSA Cheet Sheet provided by Love Babbar bhaiya.

Topic covered till now:-

Arrays:-

  • Reverse Array
  • Kth max and min element
  • Merge Without space

Tree:-

  • 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

String:-

  • Reverse a String
  • Check whether a String is Palindrome or not
  • Find Duplicate Character
  • Check whether one string is rotation of another

Releases

No releases published

Packages

No packages published

Languages