All Projects → scala-graph → Scala Graph

scala-graph / Scala Graph

Licence: apache-2.0
Graph for Scala is intended to provide basic graph functionality seamlessly fitting into the Scala Collection Library. Like the well known members of scala.collection, Graph for Scala is an in-memory graph library aiming at editing and traversing graphs, finding cycles etc. in a user-friendly way.

Programming Languages

scala
5932 projects

Labels

Projects that are alternatives of or similar to Scala Graph

Causaldiscoverytoolbox
Package for causal inference in graphs and in the pairwise settings. Tools for graph structure recovery and dependencies are included.
Stars: ✭ 447 (-14.2%)
Mutual labels:  graph
Algorithms
CLRS study. Codes are written with golang.
Stars: ✭ 482 (-7.49%)
Mutual labels:  graph
Graph Visualization
3D graph visualization with WebGL / Three.js
Stars: ✭ 507 (-2.69%)
Mutual labels:  graph
Shenzhen Go
Experimental visual Go environment
Stars: ✭ 450 (-13.63%)
Mutual labels:  graph
Gremlin Scala
Scala wrapper for Apache TinkerPop 3 Graph DSL
Stars: ✭ 462 (-11.32%)
Mutual labels:  graph
Things.sh
Simple read-only comand-line interface to your Things 3 database
Stars: ✭ 492 (-5.57%)
Mutual labels:  graph
Algodeck
An Open-Source Collection of 200+ Algorithmic Flash Cards to Help you Preparing your Algorithm & Data Structure Interview 💯
Stars: ✭ 4,441 (+752.4%)
Mutual labels:  graph
Gonum
Gonum is a set of numeric libraries for the Go programming language. It contains libraries for matrices, statistics, optimization, and more
Stars: ✭ 5,384 (+933.4%)
Mutual labels:  graph
Piecharts
Easy to use and highly customizable pie charts library for iOS
Stars: ✭ 476 (-8.64%)
Mutual labels:  graph
Pgf
A Portable Graphic Format for TeX
Stars: ✭ 504 (-3.26%)
Mutual labels:  graph
Weir
A system for making generative systems
Stars: ✭ 451 (-13.44%)
Mutual labels:  graph
Gephi
Gephi - The Open Graph Viz Platform
Stars: ✭ 4,552 (+773.7%)
Mutual labels:  graph
Billboard.js
📊 Re-usable, easy interface JavaScript chart library based on D3.js
Stars: ✭ 5,032 (+865.83%)
Mutual labels:  graph
C Sharp Algorithms
📚 📈 Plug-and-play class-library project of standard Data Structures and Algorithms in C#
Stars: ✭ 4,684 (+799.04%)
Mutual labels:  graph
Diagram
☊ Tool for making node graphs. Inspired by dependency graph. Used mainly for automation services 📈
Stars: ✭ 510 (-2.11%)
Mutual labels:  graph
Spatio Temporal Paper List
Spatio-temporal modeling 论文列表(主要是graph convolution相关)
Stars: ✭ 447 (-14.2%)
Mutual labels:  graph
Seegit
SeeGit - The Git Repository Visualizer
Stars: ✭ 483 (-7.29%)
Mutual labels:  graph
Chat
基于自然语言理解与机器学习的聊天机器人,支持多用户并发及自定义多轮对话
Stars: ✭ 516 (-0.96%)
Mutual labels:  graph
Aws Security Viz
Visualize your aws security groups.
Stars: ✭ 511 (-1.92%)
Mutual labels:  graph
Littleballoffur
Little Ball of Fur - A graph sampling extension library for NetworKit and NetworkX (CIKM 2020)
Stars: ✭ 505 (-3.07%)
Mutual labels:  graph

Graph for Scala

This is the source code repository and issue tracker for Graph for Scala.

Questions or any feedback are appreciated. Please use GitHub issues for proven issues or enhancement requests but not for questions.

You are also welcome as a co-contributor.

Have fun with Graph for Scala.

Peter

Branches:

1.x started in 2011 and has evolved by paying high attention to version compatibility to allow little migration effort.

2.x started in 2019 to make some significant improvements that also need new, simplified signatures. Added features include

  • multiple sources for directed hyperedges
  • easy edge class definition using case classes thus easy definition of edge ADTs
  • improved functional graph handling

There is still much left to do before 2.0 is ready for shipment.

3.x is planned to support functional immutability by representing immutable graphs by a persistent data structure.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].