Comparison sorts | Sorting algorithms

Patience sorting

In computer science, patience sorting is a sorting algorithm inspired by, and named after, the card game patience. A variant of the algorithm efficiently computes the length of a longest increasing subsequence in a given array. (Wikipedia).

Video thumbnail

Searching and Sorting Algorithms (part 4 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

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

Discrete Math - 3.1.3 Sorting Algorithms

Bubble sort and insertion sort algorithms. Textbook: Rosen, Discrete Mathematics and Its Applications, 7e Playlist: https://www.youtube.com/playlist?list=PLl-gb0E4MII28GykmtuBXNUNoej-vY5Rz

From playlist Discrete Math I (Entire Course)

Video thumbnail

Excel 2010: Sorting

In this video, you’ll learn more about sorting data in Excel 2010. Visit https://www.gcflearnfree.org/excel2010/sorting-data/1/ for our text-based lesson. This video includes information on: • Sorting in numerical order • Sorting by date or time • Adding a custom sort • Adding sorting lev

From playlist Microsoft Excel 2010

Video thumbnail

Excel 2013: Sorting Data

In this video, you’ll learn more about sorting in Excel 2013. Visit https://www.gcflearnfree.org/excel2013/sorting-data/1/ for our text-based lesson. This video includes information on: • Sorting a sheet and a range • Creating a custom sort • Sorting by cell formatting • Adding sorting le

From playlist Microsoft Excel 2013

Video thumbnail

Excel: Sorting Data

In this video, you’ll learn the basics of sorting in Excel 2019, Excel 2016, and Office 365. Visit https://edu.gcfglobal.org/en/excel/sorting-data/1/ for our text-based lesson. This video includes information on: • Types of sorting • Sorting sheets and ranges • Creating a custom sort • Ad

From playlist Microsoft Excel 2016

Video thumbnail

Java Sort Algorithm

Get the Code Here: http://goo.gl/O8184l Welcome to my Java sort algorithm tutorial. Here I will cover all of the elementary sorting algorithms : Bubble, Selection and Insertion sort. I also created a new method we can use to analyze the arrays so we can learn how the sorts work. I want t

From playlist Java Algorithms

Video thumbnail

Statistics By Sorting - 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

RubyConf 2018 - Branch in Time by Tekin Suleyman

RubyConf 2018 - Branch in Time by Tekin Suleyman In one timeline, a quick path to clarity. In the other, a long and painful journey trying to understand the obscure intent of a line of code. The only difference between the two realities? The revision history... This is a story about writ

From playlist RubyConf 2018

Video thumbnail

The TALOS Principle Live Stream B6 & B7

My next live stream will be Tuesday at 7PM EST / New York Time In this Live Stream I beat both the levels B6 and B7 and the complete B level of The TALOS Principle!!! Thank you so much for everyone that joined me live! You guys are super awesome! I live stream every Monday at 8PM EST /

From playlist Live Stream Gaming

Video thumbnail

Access 2013: Sorting and Filtering

In this video, you’ll learn more about sorting and filtering in Access 2013. Visit https://www.gcflearnfree.org/access2013/sorting-and-filtering-records/1/ for our text-based lesson. This video includes information on: • Sorting records • Filtering records • Creating a filter from a searc

From playlist Microsoft Access 2013

Video thumbnail

Community Wellbeing 11/5/2020: Patience: Midday Mindfulness

Community wellbeing starts with community connectedness. At the end of each week we take time to focus on connecting with our global community by engaging with your comments, questions, and requested topics. We are here because all of you are here, and today we would love to hear from and

From playlist Midday Mindfulness

Video thumbnail

Solving The MOST COMPLICATED Ring & String Puzzle!!

Get The Puzzle Here: https://www.puzzlemaster.ca/browse/wood/european/8887-drunter-dr-ber?a=681162 Today I'm going to attempt to solve this Level 8 brain teaser known as Drunter & Druber (Under and Over). This puzzle was created by Jurgen Reiche and is extremely demanding. Solving this pu

From playlist Puzzles!

Video thumbnail

Safari Live - Day 222 | National Geographic

Join us on a LIVE African safari in the Maasai Mara as experts guide us through the bush in search of lions, elephants, buffalo and more wild animals. Join the discussions on social with #safariLIVE! ➡ Subscribe: http://bit.ly/NatGeoSubscribe ➡ Get More Safari Live: https://on.natgeo.com/2

From playlist Newest Clips | National Geographic

Video thumbnail

Bowen Xie (Iowa State) -- Multi-component matching queues with abandonment

We consider a many--component matching queue system. A product is made of $K$ components. Each component arrives randomly over time at the assembling station, and they wait in their respective queues according to its category until matched. Whenever a component from each category is availa

From playlist Northeastern Probability Seminar 2021

Video thumbnail

Solving the IMPOSSIBLE Bottle Puzzle!!

Today I'm going to be attempting to solve this impossible bottle puzzle! It's a tricky puzzle where a bolt and nut are attached to a wooden cylinder and you have to unscrew the bolt and remove all the contents. The hardest part is putting it all back together again. Hope you enjoy! Check

From playlist Puzzles!

Video thumbnail

The humble Braggs and X-ray crystallography: Solving the patterns of matter

As the field of crystallography celebrates its centenary year we look back at how it all began -- with a father and son team and a humble salt crystal. With the help of archive footage and historic objects from the Ri, Patience Thomson, daughter of William Lawrence Bragg, presents an int

From playlist Celebrating Crystallography

Video thumbnail

Sorting in Python || Learn Python Programming (Computer Science)

Sorting is a fundamental task in software engineering. In Python, there are a variety of ways to sort lists, tuples, and other objects. Today we talk about the sort() method which is an in-place algorithm for sorting lists. We also cover the sorted() function which can be used on more o

From playlist Python Programming Tutorials (Computer Science)

Video thumbnail

Madison Ruby 2013 - Office Politics for the Thin-Skinned

By Justin Searls Software projects rarely fail for technical reasons. The icky, gooey human aspects of our teams and organizations regularly present structural obstacles around which a solution simply can't be programmed. "Office politics" deserves much of the derision it receives, but ev

From playlist Madison Ruby 2013

Related pages

Adaptive sort | Process control | Total order | Expected value | Van Emde Boas tree | Sorting algorithm | Greedy algorithm | Quicksort | Priority queue | Longest increasing subsequence