Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in computer-science

What is the big deal about Big-O notation in computer science?

computer-science big-o

Is there a black box method to detect if a sorting algorithm is stable?

What is the principle of debug? [duplicate]

What is the difference between a Decorator, Attribute, Aspect, and Trait?

Depth vs Height of a tree. Refreshing the fundamentals

What is 'weaving'?

Generic and practical sorting algorithm faster than O(n log n)?

Why Two's Complement?

state machines and multiple states

computer-science

Unexpected token in CSS when editing it in vnext

What would a P=NP proof be like, hypothetically?

How do you normalize a finite state machine?

What computer science topic am I trying to describe?

computer-science

How do I generate sentences from a formal grammar?

What algorithms do popular C++ compilers use for std::sort and std::stable_sort?

Do theoretical computer science topics have "real world" development applications?

computer-science theory

Programming from scratch [closed]

c++ c computer-science

What undergraduate computer science course best prepares programmers for the workplace? [closed]

Does an algorithm exist which can determine whether one regular language matches any input another regular language matches?

Rules Engine vs Expert System