Skip to content

Commit f5b4450

Browse files
authored
Update README.md
1 parent d28209b commit f5b4450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Practice makes perfect they say, So I'm trying to better my Python coding a litt
1010

1111
1. Bi-Partite Graphs in Igraph (Py2) -> [bipartite.py](bipartite.py)
1212
2. A Timer class to find out about the running time of a of piece of code in Python -> [Timer.py](codes/Timer.py)
13-
3. A Python class to get the degree distribution of nodes of a graph via SNAPY -> [GraphDegDistr.py](codes/graph_deg_distr.py)
13+
3. A Python class to get the degree distribution of nodes of a graph via SNAPY -> [graph_deg_distr.py](codes/graph_deg_distr.py)
1414
4. A Python class to search the web and get the URLs of found results via Yahoo search engine -> [YSearch.py](codes/YSearch.py)
1515
5. Snowball-Sampling in NetworkX -> [snowballsampling.py](codes/snowballsampling.py)
1616
6. Personalized PageRank for Community Detection in Python -> [personalized_pagerank.py](codes/personalized_pagerank.py)

0 commit comments

Comments
 (0)