Computer science (CS) is the science behind programming.
I'd prefer as little formal definition as possible and simple mathematics.
algorithm complexity-theory computer-science big-o time-complexityWhat are the differences between NP, NP-Complete and NP-Hard? I am aware of many resources all over the web. I'd …
computer-science complexity-theory np np-complete np-hardWhat is polymorphism, what is it for, and how is it used?
oop polymorphism computer-scienceI hear a lot that new programming languages are dynamically typed but what does it actually mean when we say …
programming-languages computer-science static-typing dynamic-typingI'm in a computer systems course and have been struggling, in part, with Two's Complement. I want to understand it …
binary bit-manipulation computer-science twos-complement data-representationThere are some data structures around that are really useful but are unknown to most programmers. Which ones are they? …
language-agnostic data-structures computer-scienceFor a person without a comp-sci background, what is a lambda in the world of Computer Science?
lambda language-agnostic computer-science terminology theoryI am reading this book (NLTK) and it is confusing. Entropy is defined as: Entropy is the sum of the …
math text computer-science nltk text-miningI'm trying to place a background image on the back of this canvas script I found. I know it's something …
html canvas html5-canvas computer-scienceWhat is code coverage and how do YOU measure it? I was asked this question regarding our automating testing code …
testing computer-science code-coverage