You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This assignment was asking to detect the [k-cores](https://en.wikipedia.org/wiki/Degeneracy_(graph_theory)) of a graph. Implement the following algorithm to find the core number of each node of any given graph:
4
+
2
5
The greek version of the assignment description is found [here](https://github.com/dmst-algorithms-course/assignment-2019-1/blob/master/assignment_2019_1.ipynb)
0 commit comments