最近,我发现几个网站有这样的内容:“为你们建议”,例如,你管,或脸书,该网站可以研究我的行为,并为我提出一些内容......我想知道他们如何分析这些信息? 是否有Algorithm这样做? 谢谢。
If I have an algorithm which is comprised of (let s say) three sub-algorithms, all with different O() characteristics, e.g.: algorithm A: O(n) algorithm B: O(log(n)) algorithm C: O(n log(n)) How do ...