Re: sorting algorithms

2017-07-03 Thread Mark Wieder via use-livecode
On 07/03/2017 06:26 AM, Ben Rubinstein via use-livecode wrote: I think this series of videos may be what you're looking for: https://www.youtube.com/user/AlgoRythmics/videos !!! That's great !!! And the comments... "This is... by a wide margin... the nerdiest thing... I've ever seen... in my

Re: sorting algorithms

2017-07-03 Thread Ben Rubinstein via use-livecode
I think this series of videos may be what you're looking for: https://www.youtube.com/user/AlgoRythmics/videos On 30/06/2017 17:39, Bob Sneidar via use-livecode wrote: I thought it was going to explain the different sort methods. I suppose which one you use depends on the nature of the data be

Re: sorting algorithms

2017-06-30 Thread Mark Wieder via use-livecode
On 06/30/2017 09:39 AM, Bob Sneidar via use-livecode wrote: I thought it was going to explain the different sort methods. Explain 15 sorting algorithms in six minutes? That's 24 seconds each, which isn't even enough time for an elevator pitch for each algorithm. -- Mark Wieder ahsoftw...@g

Re: sorting algorithms

2017-06-30 Thread Mark Wieder via use-livecode
On 06/30/2017 11:49 AM, Richmond Mathewson via use-livecode wrote: and, while the film popped my ears, it didn't exactly add to the sum knowledge of my mental programming library. I, on the other hand, found my curiosity piqued to investigate some of the other sort algorithms mentioned, as th

Re: sorting algorithms

2017-06-30 Thread Richmond Mathewson via use-livecode
On 6/30/17 7:39 pm, Bob Sneidar via use-livecode wrote: I thought it was going to explain the different sort methods. I suppose which one you use depends on the nature of the data being sorted. Bob S I was a bit disappointed as I "only" know about the 'Bubble' and the 'Bucket' methods [

Re: sorting algorithms

2017-06-30 Thread Bob Sneidar via use-livecode
I thought it was going to explain the different sort methods. I suppose which one you use depends on the nature of the data being sorted. Bob S > On Jun 29, 2017, at 20:55 , Mark Wieder via use-livecode > wrote: > > Fascinating youtube video demonstrating 15 sorting algorithms visually and

Re: sorting algorithms

2017-06-29 Thread Richmond Mathewson via use-livecode
That's very clever! Richmond. On 6/30/17 6:55 am, Mark Wieder via use-livecode wrote: Fascinating youtube video demonstrating 15 sorting algorithms visually and sonically. https://boingboing.net/2017/06/28/15-sorting-algorithms-visualiz.html ___