mirror of
https://gitee.com/coder-xiaomo/algorithm-visualization
synced 2025-09-10 06:31:37 +08:00
添加用户输入数组和随机生成数组功能
This commit is contained in:
@@ -19,7 +19,11 @@
|
||||
</div>
|
||||
<div id="sidebar" style="display: none;">
|
||||
<div id="control-div">
|
||||
<!-- <button id="btn_qucikSort">排序算法按钮</button> -->
|
||||
<div style="text-align: center;">
|
||||
<input id="array-input" style="width: 100%; text-align: center;" type="text" value="" oninput="updateListDataArray('array-sort-algorithm', { doNotAlert: true })"/>
|
||||
<input type="button" value="随便来一个" onclick="randomListDataArray('array-sort-algorithm')"/>
|
||||
</div>
|
||||
<!-- 排序算法按钮 -->
|
||||
</div>
|
||||
<div id="console-div" style="display: none;">
|
||||
<div id="console-current-algorithm"></div>
|
||||
|
Reference in New Issue
Block a user