Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-agnostic

Comparison method for sorting that shuffles equal elements randomly

Coding Competition, language agnostic guidelines?

Mediator pattern or too much responsibility

Connection is reset. How to emulate?

Regex for matching specified text, then anything except a specified text, then anything, then specified text

Summing values in one-line comma delimited file

Is there more to the builder pattern than what named optional parameters offer?

To what extent should code try to explain fatal exceptions?

Convert a quadratic curve points to polynomial representation?

call one constructor from another constructors in one class

Given a sorted array with a few numbers in between reversed. How to sort it?

Data structure that supports the following in O(1) time: initialization, insertion, deletion, finding an element, deleting all elements

Why support comparison between different data types based on (seemingly) arbitrary rules?

Fast generation of random numbers that appear random

Number of ways to tile a W x H Grid with 2 x 1 and 1 x 2 dominos?

Help with spiral matrix

What's the quickest way to find all possible pairs in list?

Elegant way to handle "impossible" code paths