Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in computer-science

difference between database and data structure?

Regular Expressions with repeated characters

regex computer-science

Context Free Grammar for Unary Addition

random a 512-bit integer N that is not a multiple of 2, 3, or 5

Zero-or-more/one-or-more modifiers and backtracking

How shall I understand this deep binding example in Python?

simplify regex, [star] mysteriously disappears

what is packaged_resources?

How can I use domain knowledge to improve this algorithm? Ugh, the weights

what is the McNaughton-Yamada Algorithm?

Formal approach for text processing

MacRuby: objective-c runtime is same as ruby runtime

Is ϴ(n)/n = ϴ(1)?

Negative speed up in Amdahl's law?

Visual Studio Code cannot open source file "iostream"

3-cnf-sat with a twist question

Do forked nodes have to be joined? UML State Diagram

Can I implement State Transitions for a DFA in Java using java.util.Set