Posts by Tanu Kumari

Author Biographical Info: Computer Science and Engineering, B.Tech

Naming Conventions for member variables in C++

By Tanu Kumari

In this tutorial, we will discuss C++ Naming Conventions for member variables and what are the benefits of following the naming convention. Firstly, Learn about the Naming Conventi.... Read More

Ternary Cantor Set problem in C++

By Tanu Kumari

In this tutorial, we will learn about the Ternary Cantor Set problem in C++. We will learn to write program code for Cantor Set. Firstly, let’s take a look at the Cantor Set..... Read More

Time Limit Exceed error solution in C++

By Tanu Kumari

In this tutorial of CodeSpeedy, we will learn about the Solution of Time Limit Exceed error. If you don’t know anything about the Solution of Time Limit Exceed error and the .... Read More

GetAsyncKeyState() function in C++

By Tanu Kumari

GetAsyncKeyState stands for Get Asynchronous Key State in C++. This function gives information about the key, whether the key was pressed up or down at the time when the function i.... Read More

Student Data Management implementation using C++

By Tanu Kumari

In this tutorial of CodeSpeedy, we will learn about the Student Data Management implementation using C++ in a very simple way. Firstly, A data management system is a system softwar.... Read More

Print maximum number of A’s using given four keys in C++

By Tanu Kumari

Learn how to solve the “print maximum numbers of ‘A’ using four keys” problem in C++ in a very simple way. Here in this program, we will try to print the ma.... Read More

How to sort a stack using recursion in C++

By Tanu Kumari

Learn how to sort a stack using a recursion problem using C++. Here, We will write program code to sort a given unsorted stack into ascending order with the help of recursion. Firs.... Read More

Compute Shortest Common Supersequence in C ++

By Tanu Kumari

In this tutorial of CodeSpeedy, we will learn about the Shortest Common Supersequence problem using C++ in a very simple way. This is a famous interview question. We will learn to .... Read More