/Algorithms

Well implemented Algorithms & Solved Exercises in Python and Java.

Primary LanguagePython

Algorithms

5 Well implemented Algorithms in Python and Java + 9 Exercise solved in Python.

Table of Contents

Algorithms

Sorting

  • Insertion Sort
  • Merge Sort
  • Bubble Sort
  • Heap Sort
  • Quick Sort

Exercises

  • Find Maximum Sub-Array
  • The hiring problem
  • Building Max Heap
  • Building Min Heap
  • Inorder Tree Walk
  • Search Binary Tree (Recursively)
  • Search Binary Tree (Iteratively)
  • Find Tree Maximum
  • Find Tree Minimum