Content deleted Content added
→Fake algorithms: new section |
|||
Line 117:
::As mentioned above, the issue with the removed statement was how it was worded ''no benefit'' as opposed to ''same time complexity'', and it probably belongs in sort algorithms and/or merge sort, not merge algorithms. [[User:Rcgldr|Rcgldr]] ([[User talk:Rcgldr|talk]]) 02:31, 12 December 2015 (UTC)
== Fake algorithms ==
A source code for <code>merge_int_dac</code> routine (consequently, for <code>merge_int_dac_mp</code>, too), added in [https://en.wikipedia.org/w/index.php?title=Merge_algorithm&oldid=693744853 this revision] by [[Special:Contributions/Mia0303|Mia0303]] under the [[Merge algorithm#Parallel merge]] section is incorrect. It '''would not even compile''' due to at least two major errors, let alone running and producing reasonable results!
Even when fixed, it will also be dramatically ineffective. Additionally it lacks description of the parameters, so it's hard to tell how it should be invoked. One can try to guess the parameters meaning, but that would mean reinventing the algorithm rather than learning it, which strongly contradicts an encyclopedic style. --[[User:CiaPan|CiaPan]] ([[User talk:CiaPan|talk]]) 08:52, 9 February 2016 (UTC)
|