Project idea:The aim of this project is to create a game in python in which the user is presented with an anagram of a word… Read More
Question: How to make 4 equilateral triangles with 6 identical match sticks? Recommended: Please try your approach on {IDE} first, before moving on to the… Read More
Till now in Java, we were playing with the integral part where we witnessed that the + operator behaves the same way as it was… Read More
Previous articles: Must use JavaScript Array Functions -Part 1 Must use JavaScript Array Functions -Part 2 In this article, we are going to discuss the… Read More
“Setjump” and “Longjump” are defined in setjmp.h, a header file in C standard library. setjump(jmp_buf buf) : uses buf to remember the current position and… Read More
In the previous article, we read about the basics of Python. Now, we continue with some more python concepts. Strings in Python: A string is… Read More
Introduction to Python has been dealt with in this article. Now, let us begin with learning python. Running your First Code in Python Python programs are… Read More
Given a string and number of rows ‘n’. Print the string formed by concatenating n rows when input string is written in row-wise Zig-Zag fashion.… Read More
Idea To design games using hand gestures. Simple games like pacman or you can build it yourself using some cool libraries available like in python… Read More
Given a function f(x) on floating number x and an initial guess for root, find root of function in interval. Here f(x) represents algebraic or… Read More
If you’re familiar with Python, you would have known Increment and Decrement operators ( both pre and post) are not allowed in it. Python is… Read More
Given a positive integer n, and that it is composite, find a divisor of it.Example: Input: n = 12; Output: 2 [OR 3 OR 4]… Read More
Round 1- Online Test (Time: 105 min) Psychometric test Analytical Aptitude (Easy-Moderate Level) Design Aptitude (DBMS+SE questions) Testing & Debugging ( One code to debug:… Read More
At the very beginning to competitive programming, barely anyone knows the coding style to be followed. Below is an example to help you understand… Read More
Online Test: Aptitude as well as technical Technical: 1) Sorting algorithms 2) Code for stack 3) File handling 4) Finding the unique words in a… Read More