KickItLikeShika / Algorithms

Well implemented Algorithms & Solved Exercises in Python and Java.

Home Page:https://github.com/KickItLikeShika/Algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Well implemented Algorithms & Solved Exercises in Python and Java.

https://github.com/KickItLikeShika/Algorithms


Languages

Language:Python 60.0%Language:Java 40.0%