Search code examples
Choosing an attractive linear scale for a graph's Y Axis...


algorithmmathgraph

Read More
How do I make an algorithm for tracing lines given a set a points?...


algorithmmath2dgame-development

Read More
Tower Breakers - nim game variation with divisors...


algorithmmathgame-theorynim-game

Read More
Calculating pow(a,b) mod n...


c++calgorithmpowmodular-arithmetic

Read More
Efficient Computation of convolution-like expression...


algorithmfftconvolution

Read More
A Cache Efficient Matrix Transpose Program?...


algorithmcachingmatrix

Read More
How do I predict the required size of a Base32 Decode output?...


c++algorithm

Read More
How to count the number of trailing zeroes in an integer using Java 8 Stream/Lambda?...


javaalgorithmlambdajava-8java-stream

Read More
How can I update previous object keys while iterating through a single loop?...


javascriptstringalgorithmobjectparsing

Read More
Converting entity list into JTree model...


javaalgorithmswingdata-structures

Read More
Most efficient algorithm to compute set difference?...


algorithmdata-structures

Read More
Summation of nodes reachable starting from every node present in given DAG with restriction on numbe...


c++algorithmbit-manipulationgraph-theorydirected-acyclic-graphs

Read More
Knapsack 0/1 variation maximize the number of objects with independent weight restrictions...


algorithmoptimizationdynamic-programmingknapsack-problem

Read More
How would you compress 256-byte string consists of only "F" and "G"?...


c#algorithmencodingbinarycompression

Read More
Random 2D Tile-Map Generating Algorithm...


c#algorithmxnaterrainprocedural-generation

Read More
Arithmetic shift-right integers with half rounding toward zero...


algorithmassemblybit-manipulationbit-shiftinteger-arithmetic

Read More
Strategies for tracking N quasi-periodic samples over an unbounded duration...


algorithmdata-structurestime-series

Read More
Select a random item, without knowing the total number of items...


algorithmrandom

Read More
Levenshtein distance algorithm without delete operation...


algorithmlevenshtein-distanceedit-distance

Read More
Have I written these sha256 #define's the correct way?...


calgorithmsha256avxsha2

Read More
Find smallest string after a single substring rotation...


javaalgorithm

Read More
Calculate median in c#...


c#.netalgorithmmedian

Read More
Efficient algorithm that returns a list of unique lists given a list of of lists as input...


pythonlistalgorithmperformancedata-structures

Read More
I was trying to implement the Round Robin CPU scheduling algorithm in C, and this happened...


calgorithmoperating-systemround-robin

Read More
Is there an L-system representation for Polya's Triangle Sweep?...


algorithmfractalsl-systemsiterated-function

Read More
Splitting a string by a character...


c++stringalgorithm

Read More
Making sure that colors are properly placed in graphs...


ralgorithmigraphpartitioning

Read More
Does recursive call have to be strictly the last call in a function for a function to be tail-recurs...


algorithmrecursionlispcommon-lispsbcl

Read More
Flatten flow chart diagram to a text format (reactflow)...


reactjsalgorithmreact-flow

Read More
Generate random numbers that sum up to n...


algorithmrandom

Read More
BackNext