12 lines
216 B
HTML
12 lines
216 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<style>
|
||
|
body { text-align: center; }
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<script type="text/javascript" src="splay-tree.js"></script>
|
||
|
<script type="text/javascript" src="v.js"></script>
|
||
|
</body>
|
||
|
</html>
|