Search:

Type: Posts; User: tgshah

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    4,608

    Hash table creation and insertion

    Hi,
    I am working on implementation of a hash table.

    In a given string I have to find the first word which is not repeated in the string.

    Now as a hash function I am simply using atoi(str).
    ...
  2. Replies
    3
    Views
    1,819

    I want to do this using hash tables....

    I want to do this using hash tables....
  3. Replies
    3
    Views
    1,819

    Function for non repeated character

    I want to write an efficient function to find first non-repeated character in a string. For instance, the non repeated character in "total" is 'o' and the first non repeated character in "teeter" is...
Results 1 to 3 of 3