Fix the -> an
This commit is contained in:
parent
8ac4fac9ff
commit
6d97177d7d
|
@ -15,7 +15,7 @@ If the array contains two equal elements,
|
||||||
they will be next to each other after sorting,
|
they will be next to each other after sorting,
|
||||||
so it is easy to find them.
|
so it is easy to find them.
|
||||||
Also, the problem ''what is the most frequent element
|
Also, the problem ''what is the most frequent element
|
||||||
in the array?'' can be solved similarly.
|
in an array?'' can be solved similarly.
|
||||||
|
|
||||||
There are many algorithms for sorting, and they are
|
There are many algorithms for sorting, and they are
|
||||||
also good examples of how to apply
|
also good examples of how to apply
|
||||||
|
|
Loading…
Reference in New Issue