Nachiket18

Results 4 issues of Nachiket18

The functionality that is being developed is calculating the Steiner tree in a graph. Steiner Tree is created on basis of subset of terminals in the graphs with the condition...

**What is the feature or improvement you would like to see?** Steiner Tree problem is one of the 21 NP-Complete problem suggested by Richard Karp. For a given graph G(V,E),...

wishlist

As per instructions from the previous PR [Link](https://github.com/igraph/igraph/pull/1939). We fetch upstream the master branch , created a new branch add added the 4 files that we worked on in the...

todo

This PR adds support for the HGETALL.WATCH command, allowing clients to watch whenever the data inside the respective hash set changes. HGETALL Command doc - https://redis.io/docs/latest/commands/hgetall/