jQWidgets jqxBarcode type Property
jQWidgets is a JavaScript framework for making web-based applications for PC and mobile devices. It is a very powerful, optimized, platform-independent, and widely supported framework. The jqxBarcode is used to indicate a widget that can display various forms of bar codes....
read more
CouponMoto Interview Experience
Input : Round 1:...
read more
A program to check if a Binary Tree is BST or not
A Binary Search Tree (BST) is a node-based binary tree data structure that has the following properties....
read more
Search an element in a sorted and rotated Array
Given a sorted and rotated array arr[] of size N and a key, the task is to find the key in the array....
read more
Segment Descriptor
Segment Descriptor: In the Protected mode of x86, Memory Management Unit (MMU) uses the segment selector to access a descriptor, segment descriptors are a part of the segmentation unit, which provides the processor with the data it needs to translate a logical address into a linear address....
read more
Find K missing numbers from given Array in range [1, M] such that total average is X
Given an array arr[] of integers of size N where each element can be in the range [1, M], and two integers X and K. The task is to find K possible numbers in range [1, M] such that the average of all the (N + K) numbers is equal to X. If there are multiple valid answers, any one is acceptable....
read more
Altitude of largest Triangle that can be inscribed in a Rectangle
Given a rectangle of length L and breadth B, the task is to print the maximum integer altitude possible of the largest triangle that can be inscribed in it, such that the altitude of the triangle should be equal to half of the base....
read more
Reduce a given number to form a key by the given operations
Given an integer N, the task is to reduce the number and form a key by following the operations given below:...
read more
Y shaped pattern
Print a ‘Y’ shaped pattern from asterisks in N number of lines....
read more
Check if the sequence of elements in given two Arrays is same or not
Given two arrays A and B each of size N, the task is to check if the sequencing of both the arrays is the same or not. If the sequencing of both the arrays is same, the print Yes otherwise print No....
read more
Maximum length of consecutive 1s or 0s after flipping at most K characters
Given a binary string S of size N and an integer K, the task is to find the maximum length of consecutive 1s or 0s after flipping at most K characters of the given binary string S....
read more
Find Unique ID and Domain Name of a Website from a string
Given a string S of size N consisting of unique ID and Domain Name of a unique website, the task is to find the ID and the Domain Name in the given string if the ID is of the form [char, char, char, char, char, digit, digit, digit, digit, char]....
read more