New posts in language-agnostic

I used Heron’s formula to check if a given point lies inside a triangle; the math checks out, but the output is wrong. Why? [duplicate]

Align whitespace after segmentation into sentences

When, if ever, is loop unrolling still useful?

Difference between parameter and argument [duplicate]

What is the fastest integer factorization algorithm?

How Does Modulus Divison Work

What is a trampoline function?

TDD vs. Unit testing [closed]

Is using a lot of static methods a bad thing?

Understanding how recursive functions work

Test loops at the top or bottom? (while vs. do while) [closed]

Need help in mod 1000000007 questions

Zero-based month numbering [closed]

Algorithm to convert an IEEE 754 double to a string?

what is natural ordering when we talk about sorting?

Pass by reference or pass by value? [closed]

Sum-subset with a fixed subset size

Why shouldn't I use "Hungarian Notation"?

design a stack such that getMinimum( ) should be O(1)

Try to describe polymorphism as easy as you can [closed]