CINXE.COM

JuliaGraphs

<!doctype html> <html lang=en > <meta charset=UTF-8 > <meta name=viewport content="width=device-width, initial-scale=1"> <link rel=stylesheet href="/css/franklin.css"> <link rel=stylesheet href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic|Source+Code+Pro:400,700" type="text/css"> <link rel=stylesheet href="/css/font-awesome.min.css"> <link rel=stylesheet href="/css/celeste.min.css"> <link rel=icon type="image/png" sizes=192x192 href="/assets/favicon.png"> <link rel="shortcut icon" href="/assets/favicon.ico"> <link rel=apple-touch-icon-precomposed sizes=152x152 href="/assets/apple-touch-icon.png"> <title>JuliaGraphs</title> <header> <nav class=nav-main > <ul> <li class=hvr-underline-reveal ><a href="/">JuliaGraphs</a> <li class=hvr-underline-reveal ><a href="/packages/">Packages</a> <li class=logo ><a class=hvr-ripple-out href="/">JG</a> <li class=hvr-underline-reveal ><a href="/ecosystem/">Ecosystem</a> <li class=hvr-underline-reveal ><a href="/gallery/">Gallery</a> </ul> </nav> </header> <div class=franklin-content > <h1 id=juliagraphs ><a href="#juliagraphs" class=header-anchor >JuliaGraphs</a></h1> <h2 id=presentation ><a href="#presentation" class=header-anchor >Presentation</a></h2> <p><a href="https://en.wikipedia.org/wiki/Graph_theory">Graphs</a> are mathematical structures that model sets of vertices connected by edges. They appear everywhere in our daily lives, from transportation networks to molecular structures or social media.</p> <p><a href="http://julialang.org">Julia</a> is a high-level, high-performance programming language designed for technical computing. It is free &#40;open source&#41;, has an accessible syntax, and supports Windows, OSX, and Linux.</p> <p><a href="https://github.com/JuliaGraphs">JuliaGraphs</a> is a GitHub organization run by volunteers, which tries to coordinate and foster the development of graph algorithms in Julia.</p> <h2 id=getting_started ><a href="#getting_started" class=header-anchor >Getting started</a></h2> <p>The core package in our organization is called Graphs.jl, take a look at its <a href="https://juliagraphs.org/Graphs.jl/">documentation</a> to see what you can achieve with it. You can also check out our other <a href="./packages">packages</a>, find out what the broader <a href="./ecosystem">ecosystem</a> does with them, or watch the talks in our <a href="./gallery">gallery</a>.</p> <p>For general usage questions, please use the <a href="https://discourse.julialang.org/">Julia Discourse forum</a> and tag your post with <code>#graphs</code>.</p> <p>If you found a bug in one of our packages, or if you want to suggest a feature, feel free to open an issue on GitHub. Remember that open source development is not our main job, so your request may take a while to process. We thank you for your patience&#33;</p> <h2 id=contributors ><a href="#contributors" class=header-anchor >Contributors</a></h2> <p>The maintainers of the JuliaGraphs organization are listed <a href="https://github.com/orgs/JuliaGraphs/people">here</a>. Each package also has its own GitHub repository listing individual contributions.</p> <div class=page-foot > <a href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> JuliaGraphs organization. Last modified: September 25, 2023. Website built with <a href="https://github.com/tlienart/Franklin.jl">Franklin.jl</a> and the <a href="https://julialang.org">Julia programming language</a>. </div> </div>

Pages: 1 2 3 4 5 6 7 8 9 10