I\'m going through some programming interview question books, and I\'ve seen reference to \"O(|A|)\" time complexity. I\'ve never seen this notation with the a
\"O(|A|)\"
In set theory notation |A| is the cardinality of set A, in other words the number of elements contained in set A.
|A|
A
For Reference: http://www.mathsisfun.com/sets/symbols.html