###Proposal Assignments completed
####Translated Mouse screen coordinated into modelview space - Completed
####Finding Nearest Node - Completed
```
console.log(_node);
```
####### prints the nearest node
I have created a quadtree with given nodes and edges
```
quadTree = ccNetViz.quadtree(currentNodes, currentEdges);
```
```
console.log("Quadtree is", quadTree);
```
One can observe that ALL leaf nodes have the edges stored in them that pass through the leaf nodes