Online sorts | Comparison sorts | Sorting algorithms

Polyphase merge sort

A polyphase merge sort is a variation of a bottom-up merge sort that sorts a list using an initial uneven distribution of sub-lists (runs), primarily used for external sorting, and is more efficient than an ordinary merge sort when there are fewer than eight external working files (such as a tape drive or a file on a hard drive). A polyphase merge sort is not a stable sort. (Wikipedia).

Video thumbnail

Merge Sort 2 – Towards an Implementation (Split a List)

This is the second in a series of videos about the merge sort. It includes a description of an algorithm and pseudocode for taking an unordered list and splitting it into two separate unordered lists. The videos that follow build on these principles, leading towards a recursive implement

From playlist Sorting Algorithms

Video thumbnail

Merge Sort 1 – The Algorithm

This is the first in a series of videos about the merge sort. It describes the principle of the merge sort algorithm, which takes a ‘divide and conquer’ approach to the problem of sorting and unordered list. The videos that follow build on these principles, leading towards a recursive im

From playlist Sorting Algorithms

Video thumbnail

Merge Sort 3 – Towards an Implementation (Merge Two Lists)

This is the third in a series of videos about the merge sort. It includes a description of an algorithm and pseudocode for merging together two ordered lists into a single ordered list. The videos that follow build on these principles, leading towards a recursive implementation of a merg

From playlist Sorting Algorithms

Video thumbnail

Merge Sort Algorithm | Merge Sort Explained | Sorting Algorithms In Data Structures | Simplilearn

This video is based on the Merge Sort Algorithm. This tutorial on Merge Sort Algorithm Explained the fundamental steps and Procedures to be followed to design, develop, implement the Merge Sort Algorithm. Merge Sort Algorithm is one of the important Sorting Algorithm in Data Structures. Th

From playlist Data Structures & Algorithms [2022 Updated]

Video thumbnail

Searching and Sorting Algorithms (part 3 of 4)

Introductory coverage of basic searching and sorting algorithms, as well as a rudimentary overview of Big-O algorithm analysis. Part of a larger series teaching programming at http://codeschool.org

From playlist Searching and Sorting Algorithms

Video thumbnail

History of 3-phase Electricity & Distribution

Who invented 3-phase electrical distribution? Nikola Tesla? Mikhail Dolivo-Dobrovolsky? In this video I go through the detailed history from primary sources of this important EE discovery, how it works, and why it is important. Links: My mailing list (with a link for a video on the histo

From playlist "The Lightning Tamers": A History of Electricity

Video thumbnail

What Is The Best Way To Sleep?

Please Subscribe! http://testu.be/1FjtHn5 A good nights sleep is critical for health, creativity, and even preventing disease and disorders. Are you letting your body rejuvenate properly? + + + + + + + + TestTube Plus is built for enthusiastic science fans seeking out comprehensive conv

From playlist Seeker Plus

Video thumbnail

Stanford Lecture: Mathematical Writing - Illustrations (1)

The class notes are available as a Stanford report, Mathematical Writing (http://www-cs-faculty.stanford.edu/~knuth/papers/cs1193.pdf), and a published book (http://www-cs-faculty.stanford.edu/~knuth/klr.html). November 4, 1987 Professor Knuth is the Professor Emeritus at Stanford Univer

From playlist Donald Knuth Lectures

Video thumbnail

Future of Sleep

In the future, will we eliminate the need for sleep? Is it possible to get by on just a few hours' rest, or no sleep at all? We take a look at slumberland and how technology might play a role in helping us get the rest we need. ------------------------------------------------------- Subs

From playlist Fw:Thinking

Video thumbnail

Tesla Fact vs. Fiction: Why the Public Perception is Wrong

Almost everything commonly told about Tesla is wrong! He didn't invent AC, he didn't battle Edison over AC vs. DC, he didn't even have a rivalry with Edison, he didn't want to give everyone free electricity and he wasn't a Physics genius! Referencing primary sources I can show you why we

From playlist "The Lightning Tamers": A History of Electricity

Video thumbnail

Heap Sort - Intro to Algorithms

This video is part of an online course, Intro to Algorithms. Check out the course here: https://www.udacity.com/course/cs215.

From playlist Introduction to Algorithms

Video thumbnail

Merge Sort - python [Imagineer]

Short video tutorial - understand algorithm and implement using python

From playlist Get Ready for Coding Interview

Video thumbnail

Roger Walsh on Consciousness, Wisdom, and Meditation | Closer To Truth Chats

Roger Walsh, Professor of Psychiatry and Philosophy at UC Irvine, and Robert Lawrence Kuhn, Host of "Closer To Truth", talk consciousness, the search for wisdom, the science of meditation, the mystery of the universe and reality, and the merging of Eastern and Western philosophy. Roger W

From playlist Closer To Truth Chats

Video thumbnail

What Do Scientists Really Know About Polyphasic Sleep?

It is important to get enough sleep, but what happens when you get those eight hours in little naps instead of in one big chunk at night? Hosted by: Michael Aranda Head to https://scishowfinds.com/ for hand selected artifacts of the universe! ---------- Support SciShow by becoming a pat

From playlist Biology

Video thumbnail

Merge sort in 3 minutes

Step by step instructions showing how to run merge sort. Code: https://github.com/msambol/youtube/blob/master/sort/merge_sort.py (different than video, I added this retroactively) Source: Data Structures and Abstractions with Java by Frank M. Carrano & http://www.algorithmist.com/index.p

From playlist Sort Algos // Michael Sambol

Video thumbnail

Learn Trigonometry

I show how to solve just about every type of problem you will ever see in Trigonometry and I also cover Conic Sections in this video. There are numerous problems that I work out live on screen, while explaining all of the rules required to solve each problem. This video was originally a L

From playlist Learn in One Video

Video thumbnail

GRCon 2019 - Monday Lightning Talks

GRCon 2019 - Monday Lightning Talks

From playlist GRCon 2019

Video thumbnail

Merge Sort 5 – VB.NET Implementation

This is the fifth in a series of videos about the merge sort. It describes two different versions of a recursive VB.NET implementation. The first version essentially takes the pseudocode described in previous videos and puts it into VB.NET syntax. The second version includes a considera

From playlist Sorting Algorithms

Video thumbnail

What If You Only Took Naps?

Just what exactly would happen to your body if instead of sleeping you decided to only take naps. - Thanks to LastPass for sponsoring this video! To create a LastPass account for free & support Life Noggin, go to: http://bit.ly/2LLSQLT Watch more: Live 200 Years? This Is How You Could Do

From playlist Latest Uploads | Life Noggin

Related pages

Merge sort | Sorting algorithm | Fibonacci number | External sorting