New posts in computer-science

Conjecture about reversal operations on strings (with duplicates)

Applications of Differential Geometry in Artificial Intelligence

What math should a computer scientist take in college?

How to prove there are no more positive integers that are products of 2 and 3 consecutive numbers?

Why isn't NP = coNP?

What is a Lambda?

Learning math while visually impaired

What Computer Science concepts should I know? [closed]

In how many ways we can place $N$ mutually non-attacking knights on an $M \times M$ chessboard?

What are the theorems of mathematics proved by a computer so far? [duplicate]

Online reference book for *implementing* concepts in type theory.

Does DTIME(O(n)) = REGULAR?

Intersection of two deterministic finite automata?

Converting programming logic to mathematical notation

How is CS/programming used by mathematicians in industry?

Lambda Calculus Beta reductions

Is $\forall x,\exists y (x \ge y^2 \Rightarrow x>0)$ same as $\forall x (\exists y: x\ge y^2\Rightarrow x > 0)$

finding the computable function in s-m-n theorem.

Do dynamic programming and greedy algorithms solve the same type of problems?

What kind of address instruction does the x86 cpu have?