Twitter Sort
github.com
Twitter Sort
1–10 of 55 posts
Re: Twitter Sort
#2In short, I would advise against deploying this on production until technology is more mature.
Re: Twitter Sort
#3While potentially more efficient than bogosort for larger input size, this sorting algorithm has a serious limitation. I am of course talking about being limited to 140 characters per tweet. This seriously restricts maximum input size you can sort, which in turn severely cuts down on potential applications of this technology. Moreover, without deployed SAAS (sorting as a service) bot, algorithm is not deterministic w…
Re: Twitter Sort
#4While potentially more efficient than bogosort for larger input size, this sorting algorithm has a serious limitation. I am of course talking about being limited to 140 characters per tweet. This seriously restricts maximum input size you can sort, which in turn severely cuts down on potential applications of this technology. Moreover, without deployed SAAS (sorting as a service) bot, algorithm is not deterministic w…
Re: Twitter Sort
#5Re: Twitter Sort
#6I wonder what's the efficiency of this algorithm in O notation on average.
Re: Twitter Sort
#7I wonder what's the efficiency of this algorithm in O notation on average.
[deleted]
Re: Twitter Sort
#8Re: Twitter Sort
#9While potentially more efficient than bogosort for larger input size, this sorting algorithm has a serious limitation. I am of course talking about being limited to 140 characters per tweet. This seriously restricts maximum input size you can sort, which in turn severely cuts down on potential applications of this technology. Moreover, without deployed SAAS (sorting as a service) bot, algorithm is not deterministic w…
Regarding maximum input size, I'm sure it can be forked to implement a tweet-sharding approach.
Re: Twitter Sort
#10I wonder what's the efficiency of this algorithm in O notation on average.