paint-brush
Data Structures in JavaScript pt 2 — Hash Tablesby@hackernoon-archives
3,803 reads
3,803 reads

Data Structures in JavaScript pt 2 — Hash Tables

by Naz Khan6mAugust 6th, 2017
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

Last week, we explored the <strong>binary search tree </strong>data structure and how to implement them in JavaScript. This week we will look at another data structure known as a <strong>hash table, </strong>also known as a <strong>hash map</strong>. Hash tables allow us to look up and insert data in constant time or O(1). In many situations, a hash table turns out to be more efficient than search trees or other table lookup structures. You can find the full repo for my hash table build along with a few other data structures here — <a href="https://github.com/mega0319/data-structures">https://github.com/mega0319/data-structures</a>

Company Mentioned

Mention Thumbnail
featured image - Data Structures in JavaScript pt 2 — Hash Tables
Naz Khan HackerNoon profile picture
Naz Khan

Naz Khan

@hackernoon-archives

L O A D I N G
. . . comments & more!

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite