Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.82 KB

README.md

File metadata and controls

18 lines (15 loc) · 1.82 KB

Overview

This repository contains accompanying source material for the YouTube channel Composite Decomposition. It has subfolders for the corresponding videos; slides can be found here. Each presentation follows the <subfolder name>.pptx file naming convention (for example, barns.pptx). The only exception is the trailer.pptx that contains slides for the channel's introductory video.

If you have a proposal for a new topic that you would like me to cover, then create an issue here. Of course, don't forget pressing the Subscribe button to avoid missing novel presentations.

Table of Contents

The following list gives a brief overview what is currently contained or planned to be in this project. Not all videos come with extra material, though.

  1. Simple Unawareness Leads to not so Simple Consequences (caching-dangers folder):
    Video about dangers of forgetting to investigate background mechanisms just because things seems simple at the surface; the story is exemplified via caching dangers.
  2. The Quest for Fundamental Ideas (recipes-for-pi folder):
    Solution in Java 9+ for Exploration 4.2 as described in Chapter 4 of the Introduction to Computing book.
  3. How to Do Agile Right (bipartitioner folder):
    Video about importance of proper requirements engineering exemplified via 2 LeetCode problems associated with bipartitioning a graph.
  4. Multilateral Thinking (pins folder):
    Video about the power of hybrid algorithms and how to design solutions leveraging them.
  5. Overcome Hurdles by Transmogrifying a Problem (barns folder):
    Introduction to the profound Primal-Dual problem solving paradigm.