Skip to content

Instantly share code, notes, and snippets.

View grisza12's full-sized avatar

Greg Much grisza12

View GitHub Profile
@grisza12
grisza12 / index.html
Last active March 10, 2016 10:02
oxjVRM
<body>
<input id="wartosc" type="number" />
<button onclick="myFunction()">Fibonnaci</button>
</body>
@grisza12
grisza12 / index.html
Last active March 9, 2016 11:46
mergeSort
<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>