Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in language-agnostic

How to calculate the angle of a vector from the vertical?

In less-than-linear time, find the duplicate in a sorted array

Expressing an integer as a series of multipliers

Is it possible to calculate median of a list of numbers better than O(n log n)?

Is Switch (Case) always wrong?

How would you teach web development?

language-agnostic

Do similar passwords have similar hashes?

Using verbs in class names

language-agnostic

Maths Range To Percentage

math language-agnostic

Consequences of doing "good enough" software

language-agnostic

Optimizing Code [closed]

"if' VS "else if"

Should I test if equal to 1 or not equal to 0?

How do I find next bit to change in a Gray code in constant time?

Rearrange an array so that arr[i] becomes arr[arr[i]] with O(1) extra space

Using pen strokes with fuzzy tolerance algorithm as encryption key

Parsing code with syntax errors

parsing language-agnostic

Algorithm to determine the highest and lowest possible finishing position of a team in a league

Test driven development for signal processing libraries

Find pairs in an array such that a%b = k , where k is a given integer