Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 435 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 435 Bytes

Algorithms in Python

Sorting and different types of algorithms which are written in Python

Following are the algorithms in this repository

  1. Huffman Coding Algorithm
  2. Strassen's Matrix Multiplication
  3. Tournament Method
  4. To check whether the given graph has simple path
  5. Deleting a element from Binary Tree
  6. Inserting a element into Binary Tree
  7. Merge sort
  8. Matrix- Multiplication
  9. Quick Sort
  10. Selection Sort