How is a key hashed?

Skill/Topic: Hash Table
A) A hash key is created by bit shifting a hashed value and then adding to the value bits of a character of the key entered by the application

Showing Answers 1 - 1 of 1 Answers

A hash variable can be created the same way as an array variable.The simplest method is to create an empty hash object and fill it with key/value pairs. Arrays use numeric indexes, from 0 to array.length - 1, hashes use meaningful indexes, normally strings or symbols.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions