sadiqsonalkar / Algorithms

Sorting and different types of algorithms which are written in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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