Please enable JavaScript.
Coggle requires JavaScript to display documents.
Java - Coggle Diagram
Java
-
Data structures
Simple
Primitive data types
Aritmethic overflow, limit values constants
Wrapper classes: Integer, Long, Float, Integer, Boolean
-
-
-
-
-
-
-
-
-
Algorithms
-
-
-
-
Regular expressions
-
-
Usage: find, match, groups and named groups to ease understanding of long / complex regexps
-
-
Complexity analysis
big O(f(N)) notación
-
Orders of magnitude: K, N/polynomial, exponential, logarithmic
-
-
-
-
-
-
-