Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in theory

Namespace and module confusion in typescript?

How does merging a branch actually work (under the hood)?

merge versioning theory

PHP/mysql - Queries vs arrays?

php mysql theory

Is it a state machine when it works with memory?

theory state-machine

Function "normalization"

Retrieve multiple information by a single number?

Is there a difference between a list and a tuple?

list tuples theory

Minimal path to form a string

Finding the heaviest length-constrained path in a weighted Binary Tree

Shift-reduce: when to stop reducing?

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

Inductive Specification: Top-down vs Bottom-up vs Rules of Inference?

Asynchronous function in a while-loop

Abstract Data Type vs. non Abstract Data Types (in Java)

Form and movement representation of a hexagonal plane

c# algorithm theory

How does the stackoverflow suggestion works?

Is the MongooseJS "versionKey" (__v field) a "vector clock"?

Prefix of a string

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

What is the relationship between event loop and Promise [duplicate]