Posts by Kamlendra Pratap Singh

Author Biographical Info: Energetic B.Tech student eager to apply extensive knowledge of web development, graphic design, and problem-solving skills to achieve company goals. Dedicated to working hard to make positive contributions. Comprehensive knowledge of programming and data structures. Represented school in various coding competitions such as TCS Techvista.Great management and leadership skills as well as excellent teamwork.

Count Possible Decodings of a given Digit Sequence in Java

By Kamlendra Pratap Singh

Before moving on to the implementation let us have a look at the below example for better clarity. Examples Let us consider 'A' represents 1, 'B' represents 2, and so it goes on. I.... Read More

How to compare two strings lexicographically in Java

By Kamlendra Pratap Singh

Let’s learn how to compare two strings lexicographically in Java. Before proceeding with the tutorial let us understand the term ‘lexicographically‘. Lexicographi.... Read More

Floating point literal in C++

By Kamlendra Pratap Singh

In this tutorial, you will learn about floating point literals in C++. Before proceeding to floating point literals, let us have a brief introduction of what are literals and their.... Read More

Construct a Linked List using a 2D matrix in C++

By Kamlendra Pratap Singh

In this tutorial, you will learn how to construct a linked list using a double-dimensional matrix in C++. Let us have a look at the demonstration below to get the clear notion of t.... Read More

C++ program to get Nth node in a Linked List

By Kamlendra Pratap Singh

In this tutorial, we are going to discuss how to get the Nth node in a singly linked list in C++. Let us have a look at the examples given below. Example: Input : 10->15->20-.... Read More

Related Posts