|
You are here |
www.jeremykun.com | ||
| | | | |
blog.evjang.com
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | Programming Made Easy The basics of Programming The Basics of julia Coding in Fortran Coding in ada | ||