Algorithm
Quick Sort vs Bubble Sort
Bubble sort is the simplest form of sorting algorithm technique that involves swapping of two adjacent elements in order to put them in right place, where as Quick sort works on split and win algorithm... |
Encryption vs Encoding vs Hashing
Encryption, encoding and hashing are techniques used for converting the format of data. Encryption is used for changing plain text into cipher text so that only authorized entities can understand it. Encoding... |