The F# Journal just published an article about graph theory:
"Many practical problems require the ability to find or approximate the set of edges with the smallest total weight that join a graph into two separate subgraphs. This article walks through the design and implementation of a simple F# program to compute the exact min cut of an undirected weighted graph using the Stoer-Wagner algorithm..."
To read this article and more, subscribe to The F# Journal today!
OCaml faster than Rust
-
Rust is a new "systems programming language" that is claimed to be
"blazingly fast". We put it to the test, pitting it against the F#
programming languag...
4 years ago