By: Ole Kröger
Re-posted from: https://opensourc.es/blog/2021-10-25-tsp-1tree-and-greedy/index.html
An introduction to the most simple TSP heuristic as well as a more sophisticated lower bound. More coming soon!
By: Ole Kröger
Re-posted from: https://opensourc.es/blog/2021-10-25-tsp-1tree-and-greedy/index.html
An introduction to the most simple TSP heuristic as well as a more sophisticated lower bound. More coming soon!
By: Ole Kröger
Re-posted from: https://opensourc.es/blog/2021-10-11-matrix-multiplication-performance/index.html
A deep dive into the performance we can obtain by thinking about cache lines and parallel code. An example step by step guide on optimizing dense matrix multiplication.
By: Ole Kröger
Re-posted from: https://opensourc.es/blog/2021-09-18-javis.jl-examples-series-collatz-conjecture/index.html
What is the Collatz conjecture and how can we visualize the tree that is underlying it? A visual exploration of the problem in Julia with animations using Javis.jl