Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in notation

Prove f(n) + g(n) is O(max(f(n),g(n)))

Java what is the double underscore notation for?

java syntax notation

Scala - Prefix Unary Operators

What's this "function a/<()" in the developer console?

javascript notation

python SyntaxError with dict(1=...), but {1:...} works

python dictionary notation

Why does Big-O Notation use O(1) instead of O(k)?

What does the notation T(n) mean?

notation

What is the "M- notation" and where is it documented?

What we mean by this xsl notation <xsl:template match="/|@*|node()">

xslt notation

A #define in C with three dots

Powershell: Two dimension arrays

arrays powershell notation

Art of Computer programming notation question

notation taocp

matlab matrix scientific notation

Historic reason for using periods in version numbers?

versioning history notation

conversion from infix to prefix

algorithm prefix notation

Why isn't "0f" treated as a floating point literal in C++?

Slashes and dots in function names and prototypes?

c go notation

In Java, when is the {a,b,c,...} array shorthand inappropriate, and why?

java arrays notation

1e-9 or -1e9, which one is correct? [closed]

Case statements evaluate to strings