Search code examples
Sorting: how to sort an array that contains 3 kind of numbers...


arraysalgorithmsortinglanguage-agnosticpseudocode

Read More
How can you handle absurdly large numbers?...


language-agnosticbigdatalargenumber

Read More
How to convince your fellow developer to write short methods?...


language-agnosticmetrics

Read More
Using Traveling Salesman Solver to Decide Hamiltonian Path...


algorithmlanguage-agnosticgenetic-algorithmtraveling-salesman

Read More
Scannerless Parser Generators...


language-agnosticparser-generator

Read More
Explaining the AdaBoost Algorithms to non-technical people...


algorithmlanguage-agnosticadaboost

Read More
Quicksort Interview Question: Quicksort run three times...


algorithmsortinglanguage-agnosticquicksort

Read More
Counting inversions in a changing array...


arraysalgorithmsortingoptimizationlanguage-agnostic

Read More
Cowpatibility USACO...


algorithmoptimizationlanguage-agnosticcombinatorics

Read More
Non-deterministic finite automata...


algorithmlanguage-agnosticstate-machinejflap

Read More
How does Yegge's prototype pattern example handle instance variables?...


design-patternslanguage-agnosticprototype-pattern

Read More
Real world use cases of bitwise operators...


language-agnosticbitwise-operators

Read More
Model Profiles as Pattern Instances...


design-patternslanguage-agnosticprofilestate-pattern

Read More
Should I wrap every db call in transaction?...


databaselanguage-agnostictransactions

Read More
Optimizing the O(n^2) algorithm with dictionary, is it possible to go further...


algorithmlanguage-agnostic

Read More
Magic methods on other programming languages...


language-agnosticmagic-methods

Read More
How to detect if text replacement results in an infinite loop?...


algorithmlanguage-agnostic

Read More
Find the year with the highest population (most efficient solution)...


phparraysalgorithmlanguage-agnostic

Read More
Human Readable GUID...


language-agnosticuuidpassword-generator

Read More
Any source of good object-oriented design practices?...


language-agnosticoop

Read More
Cyclomatic Complexity of multiple if statements...


testinglanguage-agnosticcyclomatic-complexity

Read More
Why don't RDBMS support array types for columns?...


databasedatabase-designlanguage-agnostic

Read More
Is there a programming language with full and correct Unicode support?...


stringlanguage-agnosticunicodeprogramming-languagesencoding

Read More
3d bin packing algorithm...


algorithmlanguage-agnosticmathbin-packing

Read More
What's the difference between safe, regular and atomic registers?...


language-agnosticconcurrencyterminologyatomic

Read More
Is there a data structure for effective implementation of this encryption algorithm?...


algorithmencryptionlanguage-agnostic

Read More
Math - Percentage to Range Conversion...


mathlanguage-agnostic

Read More
How do you create tests for "make check" with GNU autotools...


unit-testinglanguage-agnosticautomated-testsautotools

Read More
Find the number of remove-then-append operations needed to sort a given array...


arraysalgorithmsortinglanguage-agnostic

Read More
When is it right for a constructor to throw an exception?...


exceptionlanguage-agnosticconstructor

Read More
BackNext