Showing posts with the label Algorithms

Quick sort

QUICK SORT Definition:  Quicksort is based on a divide and conquer  method. …

Merge sort

D efiniton:   Merge Sort is…

selection sort

insertion sort

Bubble Sort

Sorting : Definition :   Sorting is a process of storing data in sorted…

Recursion Tree

R ecursion Tree Method :  Recursion tree method is a pictorial representat…

Master Theoram

2.   Master Theoram:    Master theorem  is used in ca…

Recurrence relation { Substitution Method }

Recurrence relation Introduction Recurrence: Def…

Load More That is All