login

C Code Snippets

  • Fibonacci Series C Program

    In these code snippets, you will learn how to write a C function or program to calculate fibonacci series.

  • Huffman Coding

    To encode a message using minimum number of symbols, Huffman codes is used. One of big advantages of Huffman code is that given a message string built from Huffman codes, we can uniquely divide the message into the patterns of individual characters.
  • ASCII - EBCDIC Conversion Functions

    Gives you the ASCII - EBCDIC conversion function source code in C.

  • Caculate Edit Distance between Two Strings

    The edit distance between two strings is the minimum number of characters in one string to be updated, inserted, or deleted to get the second string.
  • Soundex Function Implementation

    The soundex scheme is used to compare phonetically equal strings. It is applied in voice recognition.