initial setup
This commit is contained in:
20
description.html
Normal file
20
description.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>i231.sort.v6</title>
|
||||
</head>
|
||||
<body>
|
||||
Write a Java program to sort an array of integers
|
||||
using binary insertion sort method. Binary insertion method is a modified
|
||||
insertion method that uses binary search to find the insertion point.
|
||||
<br/> <br/>
|
||||
|
||||
Koostada Java meetod, mis järjestab etteantud täisarvude (int) massiivi
|
||||
kahendpistemeetodil (s.t. pistemeetodil, mille
|
||||
korral pistekoht leitakse kahendotsimise abil).
|
||||
<br>
|
||||
<br/>
|
||||
<code>public static void binaryInsertionSort (int[] a)</code>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user