# 24. Hashing I

- [24.1 Introduction to Hashing: Data Indexed Arrays](/cs61b-textbook-spring-2026/24.-hashing-i/24.1-introduction-to-hashing-data-indexed-arrays.md)
- [24.1.1 A first attempt: DataIndexedIntegerSet](/cs61b-textbook-spring-2026/24.-hashing-i/24.1-introduction-to-hashing-data-indexed-arrays/24.1.1-a-first-attempt-dataindexedintegerset.md)
- [24.1.2 A second attempt: DataIndexedWordSet](/cs61b-textbook-spring-2026/24.-hashing-i/24.1-introduction-to-hashing-data-indexed-arrays/24.1.2-a-second-attempt-dataindexedwordset.md)
- [24.1.3 A third attempt: DataIndexedStringSet](/cs61b-textbook-spring-2026/24.-hashing-i/24.1-introduction-to-hashing-data-indexed-arrays/24.1.3-a-third-attempt-dataindexedstringset.md)
- [24.2 Hash Code](/cs61b-textbook-spring-2026/24.-hashing-i/24.2-hash-code.md): The core mechanism of hashing!
- [24.3 "Valid" & "Good" Hashcodes](/cs61b-textbook-spring-2026/24.-hashing-i/24.3-valid-and-good-hashcodes.md)
- [24.4 Handling Collisions: Linear Probing and External Chaining](/cs61b-textbook-spring-2026/24.-hashing-i/24.4-handling-collisions-linear-probing-and-external-chaining.md)
- [24.5 Resizing & Hash Table Performance](/cs61b-textbook-spring-2026/24.-hashing-i/24.5-resizing-and-hash-table-performance.md)
- [24.6 Summary](/cs61b-textbook-spring-2026/24.-hashing-i/24.6-summary.md)
- [24.7 Exercises](/cs61b-textbook-spring-2026/24.-hashing-i/24.7-exercises.md)
