Search:

Type: Posts; User: ratikag

Search: Search took 0.01 seconds.

  1. Replies
    10
    Views
    1,238

    hey there is lil mistake in else x+='a' it would...

    hey there is lil mistake in else x+='a'
    it would be

    else x+=71;

    bcoz when x=26
    then 26+71=97 which is a ascii code for "a"
    but if u add x+='a' then when x=26
    x=26+97=123 which is a ascii...
  2. Replies
    10
    Views
    1,238

    thnks MK27 so likewise we can do for string...

    thnks MK27
    so likewise we can do for string containing numbers and alphabets
  3. Replies
    10
    Views
    1,238

    regarding random function

    i knw that random function random(n) produces random number from 0 to n-1 and through dis i can i easily get d random alphabets but if i want to get alphabets in both caps like "AsdRTuhGnK" den how...
  4. Thread: huffman coding

    by ratikag
    Replies
    12
    Views
    1,960

    hey is dere nyone who can help me out?

    hey is dere nyone who can help me out?
  5. Thread: huffman coding

    by ratikag
    Replies
    12
    Views
    1,960

    r u still unable to open it?

    r u still unable to open it?
  6. Thread: huffman coding

    by ratikag
    Replies
    12
    Views
    1,960

    if u hv notepad or wordpad with u den u can also...

    if u hv notepad or wordpad with u den u can also open dis file in it
  7. Thread: huffman coding

    by ratikag
    Replies
    12
    Views
    1,960

    u don't hv MS-word with u?

    u don't hv MS-word with u?
  8. Thread: huffman coding

    by ratikag
    Replies
    12
    Views
    1,960

    wht's the problem?

    wht's the problem?
  9. Thread: huffman coding

    by ratikag
    Replies
    12
    Views
    1,960

    hey did u see that attachment?

    hey did u see that attachment?
  10. Thread: huffman coding

    by ratikag
    Replies
    12
    Views
    1,960

    hey see the attachment along with dis post ...

    hey see the attachment along with dis post

    there is a tree for these freq.
  11. Thread: huffman coding

    by ratikag
    Replies
    12
    Views
    1,960

    huffman coding

    this is my huffman code but it is not giving the correct result as it should i mean i am not getting the whole right subtree from root

    for eg:

    if a text file contains

    space:3
    a:8
    e:6 ...
Results 1 to 11 of 11