Algorithm
In mathematics and computing, an algorithm is a procedure (a finite set of well-defined instructions) for accomplishing some task which, given an initial state, will terminate in a defined end-state. The computational complexity and efficient implementation of the algorithm are important in computing, and this depends on suitable data structures.
Language
Platform
Any
License
Any
Here is an article on sorting of numbers using
Selection sort, Bubble sort, Insertion sort. You could also download the program to see how the sorting process takes place. The program is written...
Data Compression is a one of the most renowned branches of the Computer Science. In this article we will explore Huffman Coding for data compression.We will discuss Huffman Algorithm for encoding,...