Implementation of Shannon Fano coding
60Implementation of Shannon Fano coding
This is a 100% working source code implementing dynamic Shannon-Fano encoding technique.
Click here to View source code
Apart from this program, i have published loads of other useful programs in my website. And what more, its all free. As i believe in open-sourcing.
To view the list of programs which i have already uploaded for you, click here
The categories of programs put-up in my website are mentioned below:
1.Data Structures
This section contains programs involving various data structures like linked lists and arrays.Programs included are singly linked list, doubly linked list,polynomial addition using linked lists and arrays,,stack and queue using linked lists and arrays,deque,circular queue,matrix operations and infix to post-fix convertion.View
2.Sorting Techniques
This section includes various sorting techniques.Implementation of quick sort,insertion sort,selection sort,bubble sort and merge sort have been included here.View
3.Operating System
This section contains programs related to operating system functionalities. It covers all the cpu scheduling algorithms,breadth-first traversal(BFS),depth-first traversal(DFS),tree traversal(pre-order,in-order and post-order),banker's problem and kruskal algorithm.View
4.Information Coding Techniques
This section covers various information encoding techniques. It includes dynamic Huffman encoding, Shannon-Fano encoding, run-length encoding and run-length decoding.View
If you found my website useful,do post comments over here.
In case, you had trouble accessing any programs or any broken links, post a comment on that, and i will check that as soon as possible.
PrintShare it! — Rate it: up down flag this hub



de says:
7 months ago
how about its implementation in image compression?