issues
search
sdboyer
/
gogl
A graph library in Go
MIT License
77
stars
13
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
/Quickstart example fails to compile
#35
hoijui
closed
3 years ago
1
fix with new set api
#34
barnjamin
closed
5 years ago
2
Follow Cayley's pattern and shift to external iterators
#33
sdboyer
opened
10 years ago
0
Introduce Arcs and refactor accordingly
#32
sdboyer
closed
10 years ago
1
Move adjacency lists into subpackage
#31
sdboyer
closed
10 years ago
1
Introduce PropertyGraph/TripleStore (re: Cayley)
#30
sdboyer
opened
10 years ago
1
Introduce Arc
#29
sdboyer
closed
10 years ago
1
Introduce EachSuccessor, EachPredecessor enumerators
#28
sdboyer
closed
10 years ago
1
Add method to Graph interface to report graph spec
#27
sdboyer
opened
10 years ago
0
Implement Tarjan SCC
#26
sdboyer
opened
10 years ago
0
Figure out and implement approach to vertices with ids
#25
sdboyer
opened
10 years ago
0
Add dot support
#24
sdboyer
opened
10 years ago
0
See if negative bitmasks can be used for parts of GraphSpec
#23
sdboyer
opened
10 years ago
0
Make Order(), Size() opt-opt functions
#22
sdboyer
closed
10 years ago
1
Figure out good approach when building directed from undirected
#21
sdboyer
closed
10 years ago
1
Create a visitor pattern where communication happens through channels
#20
sdboyer
opened
10 years ago
0
Enable functional-like behavior with 'persistent' interfaces
#19
sdboyer
opened
10 years ago
1
Stop assuming that undirected graphs return edges with deterministically ordered vertices
#18
sdboyer
closed
10 years ago
1
Consolidate adjacency list methods under central unexported functions
#17
sdboyer
closed
10 years ago
1
Allow termination of enumerable iteration
#16
sdboyer
closed
10 years ago
0
Allow enumerations to terminate early via return value
#15
sdboyer
closed
10 years ago
1
Restrict PropertyGraph to only being Directed?
#14
sdboyer
closed
10 years ago
1
Implement a NullGraph
#13
sdboyer
closed
10 years ago
1
Introduce a standalone Transpose() function
#12
sdboyer
closed
10 years ago
1
Add enumeration methods+interfaces for out-edge/in-edge traversal, similar to adjacency
#11
sdboyer
closed
10 years ago
2
Remove edge type-specific enumerators
#10
sdboyer
closed
10 years ago
0
Experiment with more granular interfaces
#9
sdboyer
closed
10 years ago
1
Consider using some code generation
#8
sdboyer
opened
10 years ago
0
Use floats instead of ints for Weighted
#7
sdboyer
closed
10 years ago
0
Seek a way around constantly flip-flopping interfaces
#6
sdboyer
closed
10 years ago
5
Introduce benchmarks
#5
sdboyer
opened
10 years ago
0
Consider granulating the interfaces further
#4
sdboyer
closed
10 years ago
1
stop exporting Directed and Undirected
#3
sdboyer
closed
10 years ago
1
Implement immutables
#2
sdboyer
opened
10 years ago
0
Figure out a sane creation/factory pattern
#1
sdboyer
closed
10 years ago
7