Saturday 15 August 2015

Similarity between Merge_sort and Quick_sort


Similarity between Merge_sort  and  Quick_sort

In quick sort , the main thing is to choose the PIVOT  element.

In Merge sort , the main thing is merging part.



1 comment:

Uploading and Running Lambda function in AWS

Main.go package main import ( "fmt" "encoding/json" "log" "github.com/aws/aws-lambda-g...