Preview lessons, content and tests

Computer Science & Programming solved. All in one platform.

1. To trial the platform and take tests, please take a few seconds to SIGN UP and SET UP FREE.

2. Searching for something specific? See our text overview of all tests. Scroll right for levels, and lists.

3. Student and Teacher User Guides |  Schemes of Work |   Real Teacher use Videos |


Join 36000+ teachers and students using TTIO.

Hash Tables

In computing, a hash table (hash map) is a data structure that implements an associative array abstract data type, a structure that can map keys to values. A hash table uses a hash function to compute an index, also called a hash code, into an array of buckets or slots, from which the desired value can be found.

PowerPoint Presentation

Hashing Simulations - Try it yourself

https://opendsa-server.cs.vt.edu/ODSA/AV/Development/hashAV.html

https://visualgo.net/en/hashtable

https://www.tutorialspoint.com/data_structures_algorithms/hash_data_structure.htm

Suggested Video

www.teachyourselfpython.com