monora / rgl

RGL is a framework for graph data structures and algorithms in Ruby.
https://monora.github.io/rgl/
Other
415 stars 59 forks source link

fix: Remove superfluous :GRAY assignment in depth first visit (#66) #68

Closed monora closed 1 year ago

monora commented 2 years ago

@KL-7 Would you mind reviewing this little change proposed by @delphaber in discussion #66.

I also improved the documentation with #67. I only checked these changes locally. Is there a possibility to publish the documentation for a branch with a github action to review them before release?

monora commented 2 years ago

I managed to publish the improved documentation with gh-pages. See http://monora.github.io/rgl/. Review comments are welcome.

monora commented 1 year ago

I guess @KL-7 is busy these days. I merged since @delphaber did a review.