/Practice_Codes_in_python

Codes for solving few problems in python

Primary LanguagePython

Practice problems using problems

Problems include:

  • Sorting algorithms - quicksort, mergesort, insertion sort, selection sort, heap sort, count sort, radix sort
  • BFS, DFS, etc
  • Graph problems - insert, delete, topological sort, cycle detection, etc.
  • AVL tree insertion
  • Trie trees
  • Dijsktra using Min Heap
  • Hashtable
  • Is subset problem
  • BST problems - insertion, deletion, travel, hasPath, mirror, doubleTree, maxUniLabel, IsSameTree, diameter, height, mininum value node
  • Heap
  • MST using Prim's algorithm