Math & ScienceLatex creating algorithm

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
nazikbashimova
Posts: 1
Joined: Sun May 24, 2020 11:42 am

Latex creating algorithm

Post by nazikbashimova »

Hello, I need to create algorithm with O(n) complexity.
In the beginning the must be 2 inputs: n= number of elements in the array, and k = number of the nearest values to the median of the array.
Example : 1,15,6,7,8,9,2,19,11
k=2 n=9
(9/2) => 4 , do the 4. element of the array is 7=> is the median, so the nearest k number to the median is (6,8).

Can anyone please help me with this pls

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX books
Post Reply