Skip to content

Commit 851e8bb

Browse files
committed
chapter 03: [Stacks]
1 parent 4201d4b commit 851e8bb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

examples/chapter03/01-Stack.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
<title></title>
66
</head>
77
<body>
8-
<script src="./../../dist/js/data-structures/stack.js"></script>
9-
<script src="./../../dist/js/data-structures/stack-array.js"></script>
10-
<script type="module" src="01-Stack.js"></script>
8+
<!-- script src="./../../dist/js/data-structures/stack.js"></script>
9+
<script src="./../../dist/js/data-structures/stack-array.js"></script -->
10+
<script src="./../PacktDataStructuresAlgorithms.min.js"></script>
11+
<script type="module" src="01-Stack.js"></script>
1112
</body>
1213
</html>

0 commit comments

Comments
 (0)