Search code examples
How to get the previous index of an array (ring buffer way) in a clean way?...

arrayslanguage-agnostic

Read More
Has anyone actually implemented a Fibonacci-Heap efficiently?...

performancealgorithmlanguage-agnosticdata-structuresfibonacci-heap

Read More
Most efficient method of generating a random number with a fixed number of bits set...

algorithmoptimizationlanguage-agnosticrandombit-manipulation

Read More
Expression versus Statement...

language-agnosticexpressionlanguage-features

Read More
How to compute overlap time of two arrays of (price, time) elements...

language-agnosticintervals

Read More
Why is Math.pow(0, 0) === 1?...

javascriptc++language-agnosticpow

Read More
In-Place Radix Sort...

algorithmlanguage-agnosticsortingradix-sortin-place

Read More
How To Create a Flexible Plug-In Architecture?...

pluginsarchitecturelanguage-agnosticplugin-architecture

Read More
Tournament bracket placement algorithm...

algorithmlanguage-agnosticbracketstournament

Read More
How to calculate distance from a point to a line segment, on a sphere?...

language-agnosticgeometrygisgeospatialdistance

Read More
Are concurrent non-atomic writes to never-read memory safe?...

language-agnosticatomic

Read More
Data structure that always keeps n-best elements...

language-agnosticdata-structurespriority-queue

Read More
Are there languages without "null"?...

language-agnosticnulllanguage-design

Read More
What is a debugger and how can it help me diagnose problems?...

debugginglanguage-agnostic

Read More
Why is the knapsack problem pseudo-polynomial?...

language-agnosticcomplexity-theorydynamic-programmingknapsack-problem

Read More
Want to match a string exactly, despite variants, and remove only that string...

stringlanguage-agnostic

Read More
So was that Data Structures & Algorithms course really useful after all?...

language-agnostic

Read More
What are bitwise shift (bit-shift) operators and how do they work?...

language-agnosticbit-manipulationoperatorsbit-shiftbinary-operators

Read More
goto statement in language standard...

c++language-agnosticgoto

Read More
Command Line Arguments vs Input - What's the Difference?...

language-agnostic

Read More
Bootstrapping still requires outside support...

compiler-constructionlanguage-agnosticbootstrapping

Read More
How many distinct digit permutations exist for a specific N-digit number?...

algorithmmathlanguage-agnosticpermutationnumber-theory

Read More
Why is there an error in this Dynamic Scoping example?...

scopelanguage-agnosticlexical-scopedynamic-scope

Read More
Difference between pre-increment and post-increment in a loop?...

for-looplanguage-agnosticpost-incrementpre-increment

Read More
What is a lambda (function)?...

lambdalanguage-agnosticcomputer-scienceterminologytheory

Read More
Are any implementations of Bloomier filters available?...

data-structureslanguage-agnosticbloom-filter

Read More
How can I convince my co-programmers not to do paranoid "just to be sure programming"?...

language-agnosticcoding-style

Read More
How does Aspect Oriented Programming (AOP) influence code quality?...

language-agnosticaopparadigms

Read More
Why should I use foreach instead of for (int i=0; i<length; i++) in loops?...

loopsforeachlanguage-agnostic

Read More
What are some good examples of Mixins and or Traits?...

rubylanguage-agnosticmixinstraits

Read More
BackNext