Associative arrays/Creation/C: Difference between revisions

Content added Content deleted
(The page must be in only one collection (so I guess). Remove text about awful libraries; the bigger problem seems to be awful code on this page.)
m (Delete {{collection}}, because it dumps the page into a phantom category. There seems no requirement to put {{collection}} in this type of page.)
Line 1: Line 1:
{{collection|Associative arrays/Creation}}

There are no associative arrays in the C language. Some libraries provide hash tables, red-black trees, or other data structures that can become associative arrays.
There are no associative arrays in the C language. Some libraries provide hash tables, red-black trees, or other data structures that can become associative arrays.