Find the minimum cost to connect ropes in the following scenario. Given n ropes of different lengths, we need to connect these
Month: August 2020
Template Argument Deduction in C++17
Template Argument deduction is the ability of the template class to automatically deduce the type without specifying it. In order
Structured Bindings
Direct Initialization-Tutorial The direct initialization of the variables can be done using the keyword auto in C++17. In this section,
Practical C++ 17 features
I am going to write about the practical C++17 features and how to use them in our day to day