rishabhgarg25699 / Competitive-Programming

This repository contains some useful codes, techniques, algorithms and problem solutions helpful in Competitive Coding. Join with me on telegram group https://t.me/joinchat/GL4Y8RREZbz-Cp78R869CQ
63 stars 120 forks source link

Added MaxMinDegree_in_Graph.cpp #270

Closed nishitanand closed 4 years ago

nishitanand commented 4 years ago

Closes #269 In this program first we take input a graph and save it in the form of an Adjacency Matrix in C++ and then we find the nodes with minimum and maximum degrees I have added the file named MaxMinDegree_in_Graph.cpp

nishitanand commented 4 years ago

I have removed spaces and corrected the indentation. Please review the PR Close #270

nishitanand commented 4 years ago

Close #270 @rishabhgarg25699 Please review the PR