New answers tagged algorithms
0
votes
What strategies exist to determine the speed up a GPU will have on an algorithm?
I don't think it is very feasible to evaluate this just an algorithmic approach, since there are just so many variables, many that are unknown or needs measurement. You mention data transfer overhead, ...
0
votes
How did Strassen come up with his matrix multiplication method?
Based on the link at https://ilyi.net/page/deriving-stressen-matrix-multiplication-formulas/ and trying to explain it: (Note: The source code in the link seems quite incomplete). It shows that if you ...
0
votes
Should a competent programmer be able to come up with his own shortest path algorithm?
It always helps a lot if you just know that there is a solution that isn’t too difficult.
With no assumptions whatsoever, just finding the shortest distance from A to X for all X in O(n^2) is quite ...
Top 50 recent answers are included
Related Tags
algorithms × 2212data-structures × 176
java × 108
sorting × 108
design × 106
graph × 91
algorithm-analysis × 84
math × 79
c# × 78
c++ × 72
performance × 72
complexity × 69
big-o × 68
optimization × 65
python × 64
design-patterns × 58
trees × 52
database × 47
dynamic-programming × 47
strings × 46
search × 46
javascript × 41
random × 41
scheduling × 39
geometry × 39