ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

92,650 results

CppNow
C++Now 2019: Conor Hoekstra “Algorithm Intuition”

http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:28:59
C++Now 2019: Conor Hoekstra “Algorithm Intuition”

22,788 views

6 years ago

CppNow
Value Semantics and Range Algorithms - Composability and Efficiency

Chandler Carruth's talk from C++Now 2014 --- *--* ---

1:35:33
Value Semantics and Range Algorithms - Composability and Efficiency

4,655 views

11 years ago

PyCon SG
Python vs C - Experience in implementing data structures and algorithms - Education Summit 2018

Speaker: Mr Tamim Shahriar, Engineering Manager, Grab, author of bestselling children programming books in Bangladesh ...

21:08
Python vs C - Experience in implementing data structures and algorithms - Education Summit 2018

655 views

7 years ago

CppNow
A Tutorial Introduction to C++11 & 14 Part 1

The first part of Leor Zolman's talk from C++Now 2014 Slides are available here: ...

1:34:09
A Tutorial Introduction to C++11 & 14 Part 1

37,644 views

11 years ago

CppNow
David Stone: Type Deduction in C++14

C++14 has many ways of naming a type. In addition to using the type's name directly, we have auto, auto &, auto const &, auto && ...

1:31:41
David Stone: Type Deduction in C++14

4,392 views

9 years ago

strager
Faster than Rust and C++: the PERFECT hash table

I had a week of fun designing and optimizing a perfect hash table. In this video, I take you through the journey of making a hash ...

33:52
Faster than Rust and C++: the PERFECT hash table

702,769 views

2 years ago

pdxbyte
Popcount as an Example Of Microbenchmarking in C - Bart Massey

Popcount as an Example Of Microbenchmarking in C. Talk by Bart Massey at pdxbyte March 11, 2014. Quickly determining the ...

1:06:09
Popcount as an Example Of Microbenchmarking in C - Bart Massey

1,573 views

11 years ago

CppNow
A Tutorial Introduction to C++11/14 - Part II

Leor Zolman's talk from C++Now 2014 Slides are available here: ...

1:40:53
A Tutorial Introduction to C++11/14 - Part II

8,724 views

11 years ago

CppNow
C++Now 2019: Peter Sommerlad “How I learned to Stop Worrying and Love the C++ Type System”

http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:33:32
C++Now 2019: Peter Sommerlad “How I learned to Stop Worrying and Love the C++ Type System”

4,471 views

6 years ago

CppNow
C++Now 2017: Kirk Shoop "No raw std::thread! - Live Tweet Analysis in C++"

http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

1:30:55
C++Now 2017: Kirk Shoop "No raw std::thread! - Live Tweet Analysis in C++"

11,289 views

8 years ago

Confreaks
RubyConf 2015 - Keynote: Consequences of an Insightful Algorithm by Carina C. Zona

Keynote: Consequences of an Insightful Algorithm by Carina C. Zona Coders have ethical responsibilities. We can extract ...

42:55
RubyConf 2015 - Keynote: Consequences of an Insightful Algorithm by Carina C. Zona

1,985 views

10 years ago

Mr Dimmick's Computing Channel
Dry running algorithms with trace tables

In this video you will learn how to use trace tables to dry-run an algorithm by following a few worked examples, including iterating ...

20:35
Dry running algorithms with trace tables

53,521 views

4 years ago

CppNow
How to Design C++ Implementations of Complex Combinatorial Algorithms

Piotr Wygocki's talk from C++Now 2014 Slides are available at: ...

1:21:41
How to Design C++ Implementations of Complex Combinatorial Algorithms

1,692 views

11 years ago

CppNow
C++Now 2018: Mark Zeren “-Os Matters”

http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

44:13
C++Now 2018: Mark Zeren “-Os Matters”

3,529 views

7 years ago

MUCplusplus
[MUC++] Ben Deane - "The Construction and Use of C++ Algorithms" (Virtual)

How should we apply the advice "no raw loops"? This talk examines how to use existing algorithms, and how to build our own.

1:44:10
[MUC++] Ben Deane - "The Construction and Use of C++ Algorithms" (Virtual)

2,826 views

5 years ago

CppNow
C++Now 2018: Jonathan Boccara “Smart Output Iterators”

http://cppnow.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

57:33
C++Now 2018: Jonathan Boccara “Smart Output Iterators”

3,060 views

7 years ago

chr1skol1
Modern C++: What You Need to Know

This talk will give an update on recent progress and near-future directions for C++ (developers). This is a great introduction to the ...

1:00:02
Modern C++: What You Need to Know

16,922 views

11 years ago

Using std::cpp
Contemporary C++ - Bjarne Stroustrup

By now, C++ is a language with a long history. This leads many people to overlook decades of progress and describe C++ as if ...

2:09:56
Contemporary C++ - Bjarne Stroustrup

2,071 views

6 months ago

Vizlab
CS50 2019 - Lecture 3 - Algorithms

This is CS50x, Harvard's University Computer Science Course, taught by David J. Malan in 2019. This video is licensed under ...

1:28:59
CS50 2019 - Lecture 3 - Algorithms

44 views

5 years ago

NetSecProf
Creating a Minesweeper Map Generator in C++

Shows how to work with 2D arrays in C++ by showing how to create a Minesweeper map generator. Shows seeding the random ...

28:38
Creating a Minesweeper Map Generator in C++

1,828 views

3 years ago