Nilay Pochhi
May 21, 2018 • Less than a minute read

GSoC Week 1

This post walks through the advances I’ve made in my first week of GSoC. This week I’ve coded the classes for creating and manipulating graphs. I’ve added support for undirected graphs, directed graphs, multigraphs and multidigraphs.

This week was a hectic one as the target required pretty hefty coding. The PR #15 is the result of this week’s work. I’m still working on removing the rubocop offenses.

Basic Graph Classses

As usual, those who want to get into more implementation level details and further details on my weekly plan may check my proposal here.

Post by: Nilay Pochhi