ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

92,937 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
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

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,465 views

6 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

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

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
C++14: Through the Looking Glass

Michael Wong's presentation from C++Now 2014. --- *--* ---

1:15:05
C++14: Through the Looking Glass

3,937 views

11 years ago

CppNow
C++Now 2018: Lisa Lippincott “Opening Keynote: The Shape of a Program”

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

1:15:08
C++Now 2018: Lisa Lippincott “Opening Keynote: The Shape of a Program”

9,446 views

7 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 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,288 views

8 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

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,473 views

4 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,658 views

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

Confreaks
ArrrrCamp 2015 - Consequences of an Insightful Algorithm by Carina C. Zona

We have ethical responsibilities when coding. We're able to extract remarkably precise intuitions about an individual. But do we ...

32:23
ArrrrCamp 2015 - Consequences of an Insightful Algorithm by Carina C. Zona

172 views

10 years ago

CppNow
Lucanus Simonson, Andrii Sydorchuk: Robust and efficient multi precision algorithms design

Andrii's talk from C++Now 2012! Design and implementation of a complex numeric algorithm is a consensus between the ...

1:58:21
Lucanus Simonson, Andrii Sydorchuk: Robust and efficient multi precision algorithms design

859 views

13 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 2019: Kris Jusiak “Rise of the State Machines”

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

1:35:11
C++Now 2019: Kris Jusiak “Rise of the State Machines”

19,104 views

6 years ago

Dandalf
Algorithm design and problems with mixed data types converting between Celsius and Fahrenheit

The video covers algorithm design conversion to code, testing and validating for correct program output, problems and solutions ...

22:46
Algorithm design and problems with mixed data types converting between Celsius and Fahrenheit

136 views

1 year ago

Richard Buckland
Lec 3: First C Program - Computing 1 Richard Buckland UNSW (draft) 2nd Edition

I want to show you um something about C I also wanted to talk a bit about the toast problem so I was really pleased that everyone ...

25:27
Lec 3: First C Program - Computing 1 Richard Buckland UNSW (draft) 2nd Edition

6,473 views

13 years ago

CppNow
C++Now 2017: M. Skarupke “Sorting in less than O(n log n): Generalizing and optimizing radix sort"

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

1:35:31
C++Now 2017: M. Skarupke “Sorting in less than O(n log n): Generalizing and optimizing radix sort"

13,193 views

8 years ago

CppNow
C++Now 2019: Jason Rice “Parametric Expressions: A Proposed Language Feature”

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

1:29:38
C++Now 2019: Jason Rice “Parametric Expressions: A Proposed Language Feature”

2,223 views

6 years ago

CppNow
C++Now 2019: Bob Steagall “Linear Algebra for the Standard C++ Library”

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

1:32:50
C++Now 2019: Bob Steagall “Linear Algebra for the Standard C++ Library”

4,692 views

6 years ago