Computer science (CS) is the science behind programming.
What are the differences between a program and an application? I am trying to understand this to form a concept …
computer-science terminologyWhat does "type-safe" mean?
language-agnostic programming-languages computer-science terminology type-safetyI have read several answers on this topic , but I still have questions.. There are plenty of math courses, and …
math computer-scienceWhat are practical applications of Queues in Computer Science. Where do we use them and why? I heard that we …
computer-science queueSpecifically I've seen it used in the context of text filtering. As if "predicate" == "filter criteria". Is this accurate?
computer-scienceIn MySQL, an index type is a b-tree, and access an element in a b-tree is in logarithmic amortized time …
mysql data-structures computer-science complexity-theory b-treeOk this is more of a computer science question, than a question based on a particular language, but is there …
foreach language-agnostic computer-science map-functionI realized recently that while having used BST's plenty in my life, I've never even contemplated using anything but Inorder …
data-structures computer-science binary-tree preorderWhat concepts in Computer Science do you think have made you a better programmer? My degree was in Mechanical Engineering …
computer-scienceIn BigTable/GFS and Cassandra terminology, what is the definition of a SSTable?
computer-science nosql cassandra bigtable gfs