Software Engineering KB

Home

❯

01 Foundations

❯

00 Data Structures

❯

00 Category

❯

Hash Based Structures

Hash-Based Structures

Feb 10, 20261 min read

  • data-structures
  • hashing

Hash-Based Structures

Back: Data Structures

Use hash functions to map keys to positions for fast lookups. Average O(1) access at the cost of extra memory and hash collision handling. Hash-based structures are indispensable for building caches, indexes, and deduplication systems.

Concepts

  • Hash Tables
  • Hash Sets
  • Bloom Filters
  • Consistent Hashing

data-structures hashing


Graph View

  • Hash-Based Structures
  • Concepts

Backlinks

  • Software Engineering - Map of Content
  • Bloom Filters
  • Consistent Hashing
  • Hash Sets
  • Hash Tables
  • Data Structures

Created with Quartz v4.5.2 © 2026

  • GitHub