This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<body> | |
<input id="wartosc" type="number" /> | |
<button onclick="myFunction()">Fibonnaci</button> | |
</body> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<body> | |
<header> | |
<form id="frm"> | |
Liczby do posortowania: <input type="text" name="doSortowania" value="6,2,25,7,8,9,11,13"> | |
</form> | |
</header> | |
<div class="wrapper"> | |
<div class="btn1 btn"> | |
<button onclick="myFunction()">MergeSort</button> |