rahul411 / Practice_Codes_in_python

Codes for solving few problems in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Codes for solving few problems in python


Languages

Language:Python 100.0%