Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in computer-science

What is the best bioinformatics book for a computer scientist? [closed]

Should I commit all my computer science homework assignments to GitHub? [closed]

Create a program that inputs a regular expression and outputs strings that satisfy that regular expression

regex computer-science

Parsing dice expressions (e.g. 3d6+5) in C#: where to start?

c# math computer-science dice

Heap Sort: how to sort?

Converting EBNF to BNF

How is a new programming language actually formed/created?

Solve: T(n) = T(n/2) + n/2 + 1

How can I learn higher-level programming-related math without much formal training? [closed]

What does hysteresis mean and how does it apply to computer science or programming?

computer-science

How does Jan Willem Klop's "(L L L...)" Y combinator work?

Is it possible to create an HTML quine?

Are there any examples of pumping lemmas with "real" languages?

computer-science

Algorithm to choose random letters for word search game that allows many words to be spelled

why IEEE floating point number calculate exponent using a biased form?

binary computer-science

Books for beginning type system theory [closed]

An understandable clusterization

Dynamic programming - Coin change decision

Can call-with-current-continuation be implemented only with lambdas and closures?

Is it possible to evaluate lambda calculus terms efficiently?