Explore >> Select a destination


You are here

www.jeremykun.com
| | blog.evjang.com
3.1 parsecs away

Travel
| | You can find a PDF version of this blog post here . A weighted graph is a data structure consisting of some vertices and edges, and each...
| | blog.demofox.org
5.2 parsecs away

Travel
| | The last post showed how random Hamiltonian cycles on a graph (a path that visits each node exactly once) could efficiently handle ranking of a large number of items, by doing sparse pairwise voting (https://blog.demofox.org/2023/09/01/sparse-pairwise-voting-or-tournaments-implementing-some3-voting/). That algorithm needed to generate multiple Hamiltonian cycles which didn't use any graph edges already used by other cycles, and...
| | jeremykun.wordpress.com
2.8 parsecs away

Travel
| | Define the Ramsey number $ R(k,m)$ to be the minimum number $ n$ of vertices required of the complete graph $ K_n$ so that for any two-coloring (red, blue) of the edges of $ K_n$ one of two things will happen: There is a red $ k$-clique; that is, a complete subgraph of $ k$...
| | craftofcoding.wordpress.com
24.0 parsecs away

Travel
| Programming Made Easy The basics of Programming The Basics of julia Coding in Fortran Coding in ada