|
Algorithms_in_C++
1.0.0
Set of algorithms implemented in C++.
|
Public Member Functions | |
| int | BinarySearch (int *array, int first, int last, int x) |
| int | LinarSearch (int *array, int x) |
| int | Search (int x) |
| void | Sort () |
| void | insert (int x) |
| void | Remove (int x) |
| void | Show () |
Public Attributes | |
| int | data [50] |
| int | top = 0 |
| bool | isSorted = false |
| int | key |
| key value for node | |
| struct list * | next |
| pointer to next link in the chain | |
a one-way linked list