ALists

Association list

An association list is a linked list in which each element contains a key and a value. It is used to associate the value with the key, and a sequential search is used to find the value associated with a given key. They are efficient only when the number of keys is small.

1 courses cover this concept

CS 61B: Data Structures

UC Berkeley

Fall 2022

CS 61B focuses on software efficiency from design and runtime perspectives. It covers object-oriented programming with Java, teaching data structures and various programming concepts. The course promotes hands-on learning with optional assignments.

No concepts data

+ 55 more concepts