Well I just got out of class, and I thought I would do a brain dump of some of the terminology that is utilized in Programming and Computer Science. This is going to be in more human readable format then most places I have found on the Internet. Abstract Algorithm AnalysisWhat is O(N)? Big O of N, and it is commonly pronounced, is when the run-time of an algorithm is approximately proportional to the size of the data (N), when there are large amounts of data; in the ...
Updated 10-18-2012 at 12:30 AM by penguinCoder
License4J 4.0
Today, 12:23 AM in Java Software