Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in computer-science

Find the sum of least common multiples of all subsets of a given set

How to determine if a language is recursive or recursively enumerable?

NFA minimization without determinization

Minimum pumping length for the following regular languages

How do I calculate TF-IDF of a query?

Forall introduction in coq?

How to determine the height of a recursion tree from a recurrence relation?

Are .NET's regular expressions Turing complete?

Difference between Discrete Structures and Discrete Mathematics

Find the words in a long stream of characters. Auto-tokenize

What is the difference between recursive and recursively enumerable languages

Is conditional branching a requirement of Turing-completeness?

Why is the maximum sum subarray brute force O(n^2)?

Required math for Computational Finance? [closed]

Recursion and Big O

QM coding implementation in Python - is 16 bit word obligatory?

Seemingly unnecessary case in the unification algorithm in SICP

Is there a tool to automatically calculate Big-O complexity for a function [duplicate]

Advanced Formal logic / Automata Theory textbook

What is the most efficient pattern/algorithm to compare two lists and find the delta between those two lists?