- Linked list (Wikipedia)
In computer science, a linked list is a linear collection of data elements whose order is not given by their physical placement in memory. Instead, each element points to the next. It is a data structure consisting of a collection of nodes which together represent a sequence. In its most basic form, each node contains data, and a reference (in other words, a link) to the next node in the sequence. This structure allows for efficient insertion or removal of elements from any position in the sequence during iteration. More complex variants add additional links, allowing more efficient insertion or removal of nodes at arbitrary positions. A drawback of linked lists is that data access time is linear in respect to the number of nodes in the list. Because nodes are serially linked, accessing any node requires that the prior node be accessed beforehand (which introduces difficulties in pipelining). Faster access, such as random access, is not feasible. Arrays have better cache locality compared to linked lists.
- Jasper (Wikipedia)
Jasper, an aggregate of microgranular quartz and/or cryptocrystalline chalcedony and other mineral phases, is an opaque, impure variety of silica, usually red, yellow, brown or green in color; and rarely blue. The common red color is due to iron(III) inclusions. Jasper breaks with a smooth surface and is used for ornamentation or as a gemstone. It can be highly polished and is used for items such as vases, seals, and snuff boxes. The specific gravity of jasper is typically 2.5 to 2.9. Jaspillite is a banded-iron-formation rock that often has distinctive bands of jasper.