Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in computer-science

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?

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?