Skip to content

Commit

Permalink
Renamed the title and author name
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Kester Yuwono committed Aug 20, 2014
1 parent 1fbf076 commit 571116d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 2 additions & 1 deletion js/actions/list_actions.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//actions panel stuff
//@author Steven Kester Yuwono
//actions panel related files for List VisuAlgo
var actionsWidth = 150;
var statusCodetraceWidth = 420;

Expand Down
4 changes: 2 additions & 2 deletions js/widgets/ListWidget.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// @author Ivan Reinaldo
// @author Steven Kester Yuwono
// Defines a List object; keeps implementation of List internally and interact with GraphWidget to display List visualizations
// Also includes AVL tree
// Also includes Stack, Queue, Doubly List, and Double-Ended Queue
var BACK_EDGE_CONST = 5000;

var List = function(){
Expand Down
5 changes: 5 additions & 0 deletions list.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

<!--
@author Steven Kester Yuwono
// Main html page for List Visualisation
// It includes Linked List, Stack, Queue, Doubly List, and Double-Ended Queue
-->
<!DOCTYPE html>
<head>

Expand Down

0 comments on commit 571116d

Please sign in to comment.