Coding theory

Package-merge algorithm

The package-merge algorithm is an O(nL)-time algorithm for finding an optimal length-limited Huffman code for a given distribution on a given alphabet of size n, where no code word is longer than L. It is a greedy algorithm, and a generalization of Huffman's original algorithm. Package-merge works by reducing the code construction problem to the binary coin collector's problem. (Wikipedia).

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 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

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 4 – Towards an Implementation (Recursive Function)

This is the fourth in a series of videos about the merge sort. It includes a description of some pseudocode which combines into a single recursive function a helper program for splitting a list, and a helper program for merging a pair of ordered lists. This video describes how successive

From playlist Sorting Algorithms

Video thumbnail

Word 2010: Mail Merge

In this video, you’ll learn more about using Mail Merge in Word 2010. Visit https://www.gcflearnfree.org/word2010/using-mail-merge/1/ for our text-based lesson. This video includes information on: • Using Mail Merge to produce multiple letters, labels, envelopes, and more • Performing a M

From playlist Microsoft Word 2010

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

Elixir Conf 2014 - Hex - How it was built by Eric Meadows–Jönsson

Help us caption & translate this video! http://amara.org/v/FGYh/

From playlist ElixirConf 2014

Video thumbnail

Word: Mail Merge

In this video, you’ll learn the basics of working with Mail Merge in Word 2019, Word 2016, and Office 365. Visit https://edu.gcfglobal.org/en/word/mail-merge/1/ for our text-based lesson. This video includes information on: • Using Mail Merge to produce multiple letters, labels, envelopes

From playlist Microsoft Word

Video thumbnail

Clustering In Data Science | Data Science Tutorial | Simplilearn

🔥 Advanced Certificate Program In Data Science: https://www.simplilearn.com/pgp-data-science-certification-bootcamp-program?utm_campaign=Clustering-Data-Science-a3It88zzbiA&utm_medium=DescriptionFirstFold&utm_source=youtube 🔥 Data Science Bootcamp (US Only): https://www.simplilearn.com/dat

From playlist Unsupervised Learning Algorithms [2022 Updated]

Video thumbnail

Algorithm archive and stuff

Broadcasted live on Twitch -- Watch live at https://www.twitch.tv/simuleios

From playlist research

Video thumbnail

Top Amazon Interview Questions And Answers | How to Crack An Interview At Amazon | Simplilearn

This video on Top Amazon Interview Questions and Answers will help you quickly clear the interview. This video on how to crack an interview at Amazon also walks you through some tricks and tips to crack the interview. 00:00 Beginner Level Amazon Interview Questions 07:55 Intermediate Leve

From playlist Interview Tips and Career Advice | Soft Skills Training 🔥[2022 Updated]

Video thumbnail

Swift's New Resolver: Can It Resolve Conflicts In My Relationship?

There are lots of things around us that make our lives easier every day, but we never really think about how they work. How does a train make turns? How do fridges work? Why do we need specific adapters to charge our devices? How does sunscreen protect our skin? and so on. It’s a relief th

From playlist Mobile Development

Video thumbnail

Software engineering for research: Dr James Hetherington, Turing

So you can code, but is your code correct? Can someone else read it and adapt it? Will it make sense to you in a year? How can you be sure the maths you typed in is the maths you meant to type in? In this class, James will cover some key aspects of research software engineering: testing, v

From playlist Data science classes

Video thumbnail

Julien Tierny (5/19/20): An Introduction to the Topology ToolKit

Title: An Introduction to the Topology ToolKit Abstract: This talk gives a global overview of the Topology ToolKit (TTK), an open-source library for topological data analysis and visualization. After introducing the main concepts behind TTK's usage, I will demo how to use it with simple e

From playlist Tutorials

Video thumbnail

Live Stream #124.1 - Linting and Neuroevolution - Part 1

In this live stream, I discuss code “linting” and git remotes. In part 2, I begin a new series on neuroevolution. 🎥 Part 2: https://youtu.be/ASnCXW6pPSY 16:22 - Linting with ESLint 1:04:54 - Git Remote 🔗 Flappy Bird Clone: https://github.com/CodingTrain/Flappy-Bird-Clone 🔗 Toy-Neural-N

From playlist Live Stream Archive

Video thumbnail

The return of swoleios! [Research]

Broadcasted live on Twitch -- Watch live at https://www.twitch.tv/leioslabs

From playlist Algorithm-archive

Video thumbnail

The return of swoleios! [Research]

Broadcasted live on Twitch -- Watch live at https://www.twitch.tv/leioslabs

From playlist research

Video thumbnail

Word 2013: Mail Merge

In this video, you’ll learn more about using Mail Merge in Word 2013. Visit https://www.gcflearnfree.org/word2013/mail-merge/1/ for our text-based lesson. This video includes information on: • Using Mail Merge to produce multiple letters, labels, envelops, name tags, and more • Using exis

From playlist Microsoft Word 2013

Related pages

Big O notation | Graph theory | Huffman coding | Code word | Coupon collector's problem | Greedy algorithm | Canonical Huffman code