renaming file

This commit is contained in:
Jidong Xiao
2025-04-29 01:46:19 -04:00
committed by JamesFlare1212
parent 1ffe82c107
commit 8edd8a5221
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
} }
</style> </style>
<script src="konva.js"></script> <script src="konva.js"></script>
<script src="animation.js" defer></script> <script src="max_heap.js" defer></script>
</head> </head>
<body> <body>
<h1>Max heap animation</h1> <h1>Max heap animation</h1>

View File

@@ -19,7 +19,7 @@
} }
</style> </style>
<script src="konva.js"></script> <script src="konva.js"></script>
<script src="animation.js" defer></script> <script src="min_heap.js" defer></script>
</head> </head>
<body> <body>
<h1>Min heap animation</h1> <h1>Min heap animation</h1>