Skip to content

Commit 5ded99d

Browse files
committed
[Feature] add for new
1 parent 6f2f37b commit 5ded99d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

binary-search-basic.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,21 @@
5151
</style>
5252
</head>
5353
<body>
54+
55+
<div style="padding: 20px; background: #f0f0f0; border-bottom: 1px solid #ddd;">
56+
<a href="index.html" style="
57+
display: inline-block;
58+
padding: 8px 16px;
59+
background-color: #3498db;
60+
color: white;
61+
border-radius: 6px;
62+
text-decoration: none;
63+
font-weight: bold;
64+
">
65+
← 返回首页
66+
</a>
67+
</div>
68+
5469
<h2>🔍 二分查找可视化</h2>
5570

5671
<label>输入有序数组(逗号分隔):</label><br>

0 commit comments

Comments
 (0)