Skip to content
Gblog 100 Days of Code – A Complete Guide For Beginners and Experienced
Do you want to become a successful software developer and dreaming about getting into the big tech companies? Are you someone who is already working… Read More
Python scripting is one of the most intriguing and fascinating things to do meanwhile learning Python. Automation and controlling the browser is one of them.… Read More
There were 3 rounds of interview. Online Round Online round consisted of 2 coding questions of 200 marks and MCQ of total 31 marks. I… Read More
There are three people (Ajay, Bhuvi and Chandu), one of them is a Gun, one a missile, and one a robot. The Gun always tells… Read More
There is a family, which has seven children. In this family, each boy has as many sisters as brothers and each of the girl has… Read More
Prerequisite : Requirements of Memory Management System, Logical and Physical Address Memory Allocation Techniques:To store the data and to manage the processes, we need a… Read More
Given two BSTs containing n1 and n2 distinct nodes respectively. Given a value x. The problem is to count all pairs from both the BSTs… Read More
Given a set of words represented in a ternary search tree, find the length of largest word among them. Examples:  Input : {"Prakriti", "Raghav", "Rashi",… Read More
A certain number is given and the task is to count even digits and odd digits of the number and also even digits are present… Read More
Semaphores are a synchronization mechanism used to coordinate the activities of multiple processes in a computer system. They are used to enforce mutual exclusion, avoid… Read More
Prerequisite: Monitor, Process Synchronization Dining-Philosophers Problem – N philosophers seated around a circular table There is one chopstick between each philosopher A philosopher must pick… Read More
Given a non-negative number n and two values l and r. The problem is to check whether all the bits are set or not in… Read More
Are you a developer?  Have you ever coded your way through a web or a mobile application that is really cool and scalable? Being an… Read More
For a given number n (n > 1), we need to find the number of ways you can make a bitonic array of length n,… Read More
A Fragment is a piece of an activity which enable more modular activity design. A fragment encapsulates functionality so that it is easier to reuse… Read More
You are given a 2D grid of values 0 or 1, where each 1 marks the home of someone in a group. And the group… Read More

Start Your Coding Journey Now!