Skip to content

Instantly share code, notes, and snippets.

View rrapant's full-sized avatar

Robert Rapant rrapant

View GitHub Profile
@maxkfranz
maxkfranz / code.js
Last active January 24, 2017 18:50
Animated BFS
$(function(){ // on dom ready
var cy = cytoscape({
container: document.getElementById('cy'),
boxSelectionEnabled: false,
autounselectify: true,
style: cytoscape.stylesheet()
.selector('node')