Skip to content

Commit facef85

Browse files
authored
Update README.md assignment 1
1 parent b697c7b commit facef85

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

assignment-1/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
# Assignment 1
1+
# Degeneracy - Graph Theory
2+
3+
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+
25
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)
6+

0 commit comments

Comments
 (0)