adding the animation directory
This commit is contained in:
19
animations/heap/pop/index.html
Normal file
19
animations/heap/pop/index.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Min Heap: Delete a node</title>
|
||||
<script src="../../konva.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<h1>Min Heap: Delete a Node</h1>
|
||||
<p>This animation shows how to delete a node of value 20 in a Min Heap. Click the "next step" button to run the animation. </p>
|
||||
|
||||
<br>
|
||||
<button onclick="nextstep()">next step</button>
|
||||
|
||||
<div id="container"></div>
|
||||
<script src="pop.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user