Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in computer-science

Is there an efficient algorithm to decide whether the language accepted by one NFA is a superset of the language accepted by another?

Decidability and Recursive Enumerability

Compiling objective-c programs without gnustep on ubuntu

Heuristic for Rubik's cube

Multi-start and Multi-end shortest path set

database refinement - minimal cover of F (extraneous attributes)

Priority inversion

CS term for rule matching algorithms on tuples of mandatory and optional conditions

Is the language {0^n 1^n 0^k | k != n} context free?

Rewriting trees

What is the Big-O complexity of my code?

Do algorithms for performing hierarchical permission checking exist?

Rails on Rails taking it to the next level

What is the difference between Computer Architecture and Computer Organisation? [closed]

Hash function for string with complexity O(N)

What makes an NP-hard problem not to be an NP-complete problem?

Why is (a | b ) equivalent to a - (a & b) + b?

Other references to how the Stalin compiler brutally optimizes?

What are strongly connected components used for?

Can two groups of N people find each other around a circle? [closed]