iit-cs579 / main

CS579: Online Social Network Analysis at the Illinois Institute of Technology
147 stars 204 forks source link

Can we use library numpy in assignment A1 #490

Closed JayaShreeGit closed 4 years ago

JayaShreeGit commented 5 years ago

numpy is not currently included in the list of imported libraries, can we import it or are we expected to implement the matrices without numpy package

aronwc commented 5 years ago

numpy is imported in a1 https://github.com/iit-cs579/assignments/blob/5c73b482f3f1ff4641205b8f04f1e75d4aa0fa7b/a1/a1.py#L21