Search code examples
The simplest algorithm for poker hand evaluation...


javaalgorithmdata-structurespoker

Read More
Efficient calculation of Fibonacci series...


pythonperformancealgorithmfibonacci

Read More
How to get an ordered list of vertices defining an island/region in a heightmap array...


algorithmgraph-theoryimage-segmentationnavmeshheightmap

Read More
Travelling salesman problem for a tree graph (no hamiltonian path)...


c#algorithmgraphpath-findingtraveling-salesman

Read More
Find maximum of all minimum sum...


javaalgorithm

Read More
Finding all possible bijections between two sets...


arraysalgorithmmathpermutation

Read More
Exact hitting set for keywords in text...


pythonalgorithmset

Read More
Ray-triangle intersection...


algorithmgraphicsgeometryrendering

Read More
Rank of Partition with specific length...


arraysalgorithmcombinatoricsrankinginteger-partition

Read More
Does greedily removing intervals with most conflicts solve interval scheduling?...


algorithm

Read More
Performing calculation over huge dataset in mongoDB with nodejs express.js in backend code | Optimis...


node.jsmongodbmultithreadingalgorithmserver

Read More
How to show that union and intersection of min cuts in flow network is also a min cut...


algorithmproofmax-flow

Read More
Randomly assign a flag with specific percentage rate requirement...


algorithmrandom

Read More
What algorithms do popular C++ compilers use for std::sort and std::stable_sort?...


c++algorithmsortingcomputer-science

Read More
Data structure for easily finding the maximum length of a non-decreasing sequence on a certain inter...


algorithmdata-structuresbinary-treebinary-search-tree

Read More
Find maximum length of up then down and up sequence of numbers...


javaalgorithm

Read More
Find all x such that (x & (x+y)) == 0...


algorithmbit-manipulationbitwise-operatorsbitwise-and

Read More
Finding k smallest elements in a min heap - worst-case complexity...


algorithm

Read More
Splitting a String into Smaller Parts based on Parens...


javaalgorithmlanguage-agnosticstring

Read More
Game Development: How to limit FPS?...


algorithmgame-developmentframe-rate

Read More
lower_bound() in C++...


c++algorithmvectorbinary-search

Read More
Algorithm for reflecting a point across a line...


algorithmgeometry

Read More
Count the semiprime numbers in the given range [a..b]...


javaalgorithmperformance

Read More
How to store feedback like stars or votes of users with efficiency?...


databasealgorithm

Read More
How to write a power function for big numbers in Java...


javaalgorithm

Read More
How to render my components in a tree structure, like default file structure in IDE using React...


javascriptreactjsalgorithm

Read More
Constructing a tree data structure recursively, from an array of strings that maintain an order of p...


typescriptalgorithmrecursiondata-structurestree

Read More
Leetcode 1372: Why do these two code snippets give different results?...


algorithmtreebinary-treegraph-theory

Read More
It is possible for a graph to have multiple minimum spanning trees...


algorithmgraphgraph-algorithmminimum-spanning-tree

Read More
CountNonDivisible - Codility training task...


javaarraysalgorithmtraining-data

Read More
BackNext