Find the minimum cost to connect ropes in the following scenario. Given n ropes of different lengths, we need to connect these
Author: Sushma Rao
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
Colorful numbers Algorithm in C++
Objective: Algorithm for colorful numbers in c++Given a number, find out whether its colorful or not. Colorful Number: When in a given
Bracket matching using stack
Bracket matching using stack. A bracket is considered to be any one of the following characters: (, ), {, }, [, or ]. Two brackets are
Find Pair With Given Sum
Finding the pair with a given sum a C++ solution for the question asked in the Amazon interview mentioned in
Process, Thread, Concurrency, Parallel processing
What is a thread, process, concurrency and parallelism
Insert the node at a position
Function Description Complete the function insertNodeAtPosition in the editor below. It must return a reference to the head node of your finished list.
Getting started with basic docker commands
What is Docker? Package Software into Standardized Units for Development, Shipment, and Deployment Get started with basic Docker commands: 1.