That’s not how Big O notation works: O(100,000) = O(1).
You presumably mean “in the order of 100,000”, which is sometimes written “~100,000″.
That’s not how Big O notation works: O(100,000) = O(1).
You presumably mean “in the order of 100,000”, which is sometimes written “~100,000″.