Category Archives: Lecture Notes

Heap Sort Algorithm – Lecture Note

Click following link to download PDF for Heap Sort Algorithm.

HeapSortAlgorithm.pdf

Shortest Path & Knapsack Problem – Lecture Note

Click following link to download PDF of shortest path (Dijkstra’s Algorithm) and Knapsack Problem.

Shortest Graphs & Knapsack Problem

Greedy Algorithms – Lecture Note

This article has lecture note on Greedy Algorithms e.g. Making change problem, Minimum Spanning Trees (Kruskal’s algorithm & Prim’s Algorithm).

Download PDF from the following link.

Greedy Algorithms – Lecture Note

Insertion Sort – PPT

This PPT gives fundamentals of working of insertion sort.

Click following link to DOWNLOAD ppt.

InsertionSortPPT

For more details of Insertion Sort, you may visit the following link.

http://en.wikipedia.org/wiki/Insertion_sort

Bubble Sort – PPT

This PPT gives fundamentals of working of bubble sort.

Click following link to DOWNLOAD ppt.

BubbleSortExample