Skip Navigation

What is Associative Arrays in Computer Science

What is Associative Arrays in Computer Science

https://dev.to/m__mdy__m/what-is-associative-arrays-in-computer-science-1dhe

In computer science, an associative array, map, symbol table, or dictionary is an abstract data type that stores a collection of (key, value) pairs, such that each possible key appears at most once in the collection. In mathematical terms, an...

#clojure #clj #cljs [email protected] @clojure

2

You're viewing a single thread.

2 comments
  • @planet @clojure Two errors in the first paragraph is not encouraging. An associative array does not necessarily support either a 'remove' or an 'insert' operation, and, indeed, in languages with immutable data, it supports neither.

    What's worse, the entire article appears to have been lifted verbatim from Wikipedia.

    The whole site appears to be an email harvesting scam.

    • @simon_brooke @planet @clojure this is indeed spam. Good catch that it's plagiarising Wikipedia, didn't even notice it because it reeked so strongly of LLM (maybe asked an LLM to generate a blog post from the Wikipedia article?)

      That said, the website itself is not to blame here, it's that one user (they seem to be posting lots of crap like this)