Computer science (CS) is the science behind programming.
Whenever I consider algorithms/data structures I tend to replace the log(N) parts by constants. Oh, I know log(…
performance algorithm computer-science big-oI was re-reading some of my Steve McConnell books and this quote got me thinking 'scientists build in order to …
computer-scienceI have to determine whether a language (for example L={a^n b^m c^s | 0<=n<=m&…
recursion computer-science context-free-grammar turing-machinesWhat does the quote "Level of Indirection solves every Problem" mean in Computer Science?
computer-science abstraction indirectionIt's been a few years since my computer-language class and so I've forgotten the finer points of BNF's and EBNF's …
language-agnostic computer-science bnf ebnf recursive-descentCould someone provide a good description of what a Lambda is? We have a tag for them and they're on …
language-agnostic lambda computer-science terminologyNotice that I am asking for little-o here (see similar question here) - for big Oh it's clearly wrong - …
computer-science asymptotic-complexity little-oIs there any software around that using the Fitch format (used in Language, Proof and Logic), allows one to put …
computer-science logic first-order-logic fitch-proofsWhat is the difference between an algorithm and a programming model (or paradigm)?
algorithm computer-science terminology difference paradigmsI have done some searching but have not found a truly satisfactory answer. As a developer i want to invest …
binary hardware computer-science