When you start to research IT and CS and you find out everything you want to do is based on Data Structure and Algorithm so what is Data Structure? Data Structure is ...read more
About Java : The java programming language was developed by Sun Microsystems in the early 1990s. Java is a simple programming language, efficient, general-purpose language. Java is portable. The same java application ...read more
We have to print the pattern as given in the example below : Examples: Input : 4 Output : 1 1 12 21 123 321 12344321 123 321 12 21 1 1 ...read more
Programming has never been easier. Even though you may have mastered a particular programming language, there might still be some concepts that may make you dizzy on reading it. This article contains ...read more
Given the value of N which represents the number of people standing in the queue, Each person has an id equivalent to their position. Now from this queue, the people who are ...read more
1. Cellular Network : A cellular network, also known as a mobile network, operates over a group of cells covering geographic areas. There are base stations. Base stations are connected to the ...read more
Given, write a program that prints the Nth number whose sum of digits is 10. Examples: Input : 2 Output : 28 Explanation : the first number is 19, whose digit sum ...read more
Given a singly linked list. The task is to find the sum of all of the nodes of the given linked list which are divisible by a given number k. Examples: Input ...read more
A string contains ‘0’ and ‘1’.You have to find out whether the string is dangerous or not. The string will be dangerous in the following two conditions. There are at least 7 ...read more
LTE : LTE(Long Term Evolution) is high-speed wireless communication for phones as well as data terminals. It is designed mainly for data technology only. It can or can not support simultaneous data ...read more