Given the Linear system
$$Ax = b$$
where $A$ is an $s$-sparse ($s$ is the maximum number of non-zero entries in $A$), $k$-conditioned ($k$ is the ratio between the highest and the smallest eigenvalue) matrix of size $N$, how can I express the time complexity of CG method based on those three parameters? I have found out different questions in Stack exchange (1,2), but none of them considers all three parameters.