Skip to content

Commit

Permalink
fix words
Browse files Browse the repository at this point in the history
  • Loading branch information
nblintao committed Apr 26, 2017
1 parent d90196c commit e5d69f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/checkpoint.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Improve the user interfaces and documents of our framework.
## Work Completed
Implemented a graph generator which samples from a large real word graph. Build pages to visualize the layout of the graph. Implemented the timing logic to measure the performance of different algorithms and implementations.

Integreted three force-directed layout algorithms for reference:
Integreted three force-directed layout algorithms as baseline and comparison:
- [Velocity Verlet integration layout with d3.js framework](https://github.com/d3/d3-force)
- [ForceAtlas2 layout with sigma.js framework](https://github.com/jacomyal/sigma.js/tree/master/plugins/sigma.layout.forceAtlas2)
- [Fruchterman-Reingold layout with sigma.js framework](https://github.com/Linkurious/linkurious.js/tree/master/plugins/sigma.layouts.fruchtermanReingold)
Expand Down

0 comments on commit e5d69f7

Please sign in to comment.