C++: Static Variables, Big Ints, Dynamic Programming

Channel:
Subscribers:
2,650
Published on ● Video Link: https://www.youtube.com/watch?v=RCdhxMooSIM



Duration: 1:10:13
189 views
4


Static variables are globals that can only be seen in the current scope
Cpp_ints are ints with infinite maximum size
Dynamic Programming means writing down the results of a computation so that if you repeat that computation, you can just re-use the result instead.