Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit db546fb

Browse files
add comments
1 parent ff3a90d commit db546fb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎src/main/java/ir/sk/algorithm/mathematic/SelectionProblem.java‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44

55
import ir.sk.helper.complexity.SpaceComplexity;
66
import ir.sk.helper.complexity.TimeComplexity;
7-
7+
/**
8+
* a selection algorithm is an algorithm for finding the
9+
* kth smallest value in a collection of ordered values, such as numbers
10+
* Selection includes as special cases the problems of finding the minimum, median, and maximum element in the collection
11+
*/
812
public class SelectionProblem {
913

1014
/**

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /