| Interface | Description |
|---|---|
| Algorithm |
Created with IntelliJ IDEA.
|
| ArrayAlgorithm |
Created with IntelliJ IDEA.
|
| ArraySearch<T> |
Created with IntelliJ IDEA.
|
| ArraySort<T> |
Created with IntelliJ IDEA.
|
| Class | Description |
|---|---|
| ArrayBinarySearch<T> |
Implement the binary search on array which is assumed to be sorted already
|
| ArrayInsertionSort<T> |
Array insertion sort algorithm.
|
| ArrayInsertionSortInplace<T> |
Created with IntelliJ IDEA.
|
| ArrayMergeSort<T> |
Created with IntelliJ IDEA.
|
| ArrayMergeSortInplace<T> |
Created with IntelliJ IDEA.
|
| ArrayReverse<T> |
Return an new array contains elements specified by from and to in an array in reverse order
|
| ArrayReverseInplace<T> |
Created with IntelliJ IDEA.
|
| ArraySimpleInsertionSort<T> |
Array insertion sort algorithm.
|
| ArraySimpleInsertionSortInplace<T> |
Array insertion sort algorithm.
|
| ArraySortBase<T> |
Created with IntelliJ IDEA.
|
| ArraySortInplaceBase<T> |
Created with IntelliJ IDEA.
|
| PreprocessedStringSearch |
Encapsulate a preprocessed String search which contains 1.
|
| StringReplace |
Base class for implementing algorithm that perform replacement on
char[] |
| StringReplace.SimpleStringReplace | |
| StringSearch | |
| StringSearch.SimpleStringSearch |
Implement a simple string search algorithm using JDK
String.indexOf algorithm |
| StringSearchPattern |
Defines String search pattern that can encapsulate preprocess result
|
| Enum | Description |
|---|---|
| Algorithms |
Created with IntelliJ IDEA.
|
| ArrayAlgorithm.Util |
Copyright © 2014–2021 OSGL (Open Source General Library). All rights reserved.