C++ Trivia, Recursion, Proof by Induction
Channel:
Subscribers:
2,640
Published on ● Video Link: https://www.youtube.com/watch?v=B_NUXETcPq0
Today we continued talking about recursion and introduced the Proof by Induction, two concepts which are closely related. Dijkstra calls the Proof by Induction the "Proof of Computer Science" it is so important.
I started class by showing some important concepts in C++, including short circuit evaluation, #pragma once, and the correct use of inline
Other Videos By Bill Kerney
Tags:
csci 26
c++
short circuit evaluation
inline
pragma once
linking
recursion
proof by induction