Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

1.find the second maximum in an array?
2.how do you create hash table in c?
3.what is hash collision

Answer Posted / steven le

1. Selection sort with second pass
2. Basically we create a two dimension array (key, value)
and then we define a hash function to determine position of
elements when we insert/delete.
3. When two elements insert to the same spot in a hash
table, we have a hash collision. H(x1) = H(x2) = y

Is This Answer Correct ?    5 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

why we wont use '&' sing in aceesing the string using scanf

2423


Is it acceptable to declare/define a variable in a c header?

1178


What's the best way of making my program efficient?

1150


How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?

1082


What is the difference between the local variable and global variable in c?

1012


Explain enumerated types.

1083


Explain the use of fflush() function?

1130


Explain how can I manipulate strings of multibyte characters?

1255


What does the error message "DGROUP exceeds 64K" mean?

1272


How can variables be characterized?

2236


Is fortran still used today?

1146


int i=10; printf("%d %d %d", i, i=20, i);

1693


what is the diffrenet bettwen HTTP and internet protocol

1882


How can I remove the leading spaces from a string?

1208


if the area was hit by a virus and so the decrease in the population because of death was x/3 and the migration from other places increased a population by 2x then annually it had so many ppl. find our the population in the starting.

5320