Skip to content

Instantly share code, notes, and snippets.

@LittleHelicase
Created November 6, 2014 15:48
Show Gist options
  • Save LittleHelicase/c42313be820c2b20251c to your computer and use it in GitHub Desktop.
Save LittleHelicase/c42313be820c2b20251c to your computer and use it in GitHub Desktop.
DuA ADTs // source http://jsbin.com/figisu
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>DuA ADTs</title>
</head>
<body>
<h1>ADT Implementierungen</h1>
<ul>
<li><a href="http://jsbin.com/tasazi/2/edit">Beispielverwendung der ADT Liste</a>
<li><a href="http://jsbin.com/cuqure.js">Implementierung der ArrayList</a>
<li><a href="http://jsbin.com/cuqure.js">Implementierung der LinkedList</a>
<li><a href="http://jsbin.com/gavum.js">Hilfsfunktionen</a>
</ul>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment