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...

What is the difference between Hash Table and Arrays?

Answer Posted / sey

both hash table and arrays are data structure, but the way
they store data are different. hash table in some way use
array for its implementations so what makes it a hash table
is the design of hash function that map key(value)to the
hash table. the has function has noting to do with the
actual value(key) except to create O(1) hit to access,
insert or delete item.

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is protected internal modifier in C#?

1097


Can I do things in il that I can't do in c#?

961


Does c# support const methods, properties, or events?

1032


Why are strings in c# immutable?

989


In which format you can pass the value in the sleep function?

964


Why extension method is static?

971


What is difference between assembly and dll?

1016


What does the parsefloat function do?

965


What is the execution entry point for a c# console application?

1022


List down the differences between “dispose” and “finalize” methods in c#.

889


what is the difference between interface and multiple interface?

1165


Explain the term inheritance in C#.

1010


Explain the process of polymorphism with an example?

966


What is the use of convert toint32 in c#?

1024


My switch statement works differently! Why?

968