algo

  1. dharmil007

    Small error in C implementing fCfS algo

    Small error in C implementing fCfS algo I m trying to implement fCfS Algo. The programm is not ful fledged complete. But the programm ends abruptly after the first input So pls can anyone help me whats wrong ? #include <stdio.h> int nopr,art[50],jt[50],start,wt[50],i,j,k,l,m; void fcfs () {...
  2. F

    Booth's Algorithm

    can any one solve this with steps -13 X -20 with Booth's Algo. thanks in advace.
  3. G

    Data Compression

    Guys i am very interested in data compression. is it possible to implement Huffman algo using C or Java will be a better option..?
Top Bottom