Explore >> Select a destination


You are here

matbesancon.xyz
| | algorithmsoup.wordpress.com
9.3 parsecs away

Travel
| | In this post, I want to tell you about what I think might be the world's simplest interesting algorithm. The vertex cover problem. Given a graph $latex {G = (V, E)}&fg=000000$, we want to find the smallest set of vertices $latex {S \subseteq V}&fg=000000$ such that every edge $latex {e \in E}&fg=000000$ is covered by...
| | igraph.org
7.4 parsecs away

Travel
| |
| | www.jeremykun.com
13.2 parsecs away

Travel
| | The graph is among the most common data structures in computer science, and it's unsurprising that a staggeringly large amount of time has been dedicated to developing algorithms on graphs. Indeed, many problems in areas ranging from sociology, linguistics, to chemistry and artificial intelligence can be translated into questions about graphs. It's no stretch to say that graphs are truly ubiquitous. Even more, common problems often concern the existence and optimality of paths from one vertex to another ...
| | curiousterran.wordpress.com
17.8 parsecs away

Travel
| Visit the post for more.