On the Worst-Case Complexity of TimSort
drops.dagstuhl.de
On the Worst-Case Complexity of TimSort
1–10 of 78 posts
Re: On the Worst-Case Complexity of TimSort
#2Re: On the Worst-Case Complexity of TimSort
#3Memories on the subject are not great so might be saying bullshit in here
Re: On the Worst-Case Complexity of TimSort
#4Re: On the Worst-Case Complexity of TimSort
#5Given that rho can vary with the input and is completely arbitrary value, shouldn’t be also called n? Memories on the subject are not great so might be saying bullshit in here
You can call it `m` or `rho` or whatever, just use a different variable.
Re: On the Worst-Case Complexity of TimSort
#6How is it that the abstract is talking about "Java version" and "Python version" when discussing computational complexity? Aren't algorithms algorithms, independent of the language you're implementing them in?
Re: On the Worst-Case Complexity of TimSort
#7Given that rho can vary with the input and is completely arbitrary value, shouldn’t be also called n? Memories on the subject are not great so might be saying bullshit in here
Re: On the Worst-Case Complexity of TimSort
#8Given that rho can vary with the input and is completely arbitrary value, shouldn’t be also called n? Memories on the subject are not great so might be saying bullshit in here
Re: On the Worst-Case Complexity of TimSort
#9How is it that the abstract is talking about "Java version" and "Python version" when discussing computational complexity? Aren't algorithms algorithms, independent of the language you're implementing them in?
Re: On the Worst-Case Complexity of TimSort
#10How is it that the abstract is talking about "Java version" and "Python version" when discussing computational complexity? Aren't algorithms algorithms, independent of the language you're implementing them in?
To the writers defense, they have to algorithm in pseudo code in the article