Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-agnostic

What is the best way of accessing all combinations

Is it possible to unify the concepts of inheritance and parametric polymorphism?

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

Subsequence search

Stable pairing algorithm with only set of priorities?

Finding the minimum value of the maximum cluster?

Entity's id as constructor argument or through a setter method?

Find median in O(1) in binary tree

Architecture, lots of methods vs long parameters lists

Is there a common/standard/accepted way to model GPS entities (waypoints, tracks)?

Is DAO responsible for inserting records into 'join' table

Is switch just as bad as if?

What is the simplest way to hand-parse left recursive grammars?

Does writing i != 0 compare faster or slower than i > 0 for a positive integer? [duplicate]

Why put the most likely condition first in an `if-else` statement?

Algorithm to find a number which occurs only once in an array, given all the other numbers occur twice [duplicate]

How do I initialize the t-variables in "A Fast Voxel Traversal Algorithm for Ray Tracing"?

What to know as a first time contract programmer?

language-agnostic

What does !a&&(a||b) simplify to?

Is there an efficient way to generate N random integers in a range that have a given sum or average?