Courses
Tutorials
Practice
Jobs
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Assign Short Codes in Stream of Words
A railway department is renaming several cities, and the corresponding railway station codes must also be updated.Given an array cities[] containing the names of n cities ...
Read More
DSA
Trie
cpp-vector
Data Structures
strings
Permutation Divisibility by 4
You are given a number. Your task is to check if there exists a permutation of the digits of this number which is divisible by 4. Examples:Input: 003 Output: trueExplanat...
Read More
DSA
First n Kaprekar Numbers
Given an integer n, return the first n Kaprekar numbers. A Kaprekar number is a positive integer k such that when k² is split into two parts, where the right part contains...
Read More
DSA
Final Amount using Compound Interest
Given four integers p, r, t, and n representing the principal amount, annual interest rate (in percentage), time period (in years), and the number of compounding periods p...
Read More
DSA
Game Development with Unity Interview Questions and Answers
Game development interviews evaluate a candidate's understanding of programming, object-oriented concepts, Unity fundamentals, game mechanics, optimization, debugging and ...
Read More
C#
Number Squares
Given an array arr[] of n unique numeric strings, all of the same length, find all possible arrangements of these strings that form a number square. Strings from the list ...
Read More
DSA
Trie
Algorithms-Backtracking
DSA
Characteristics of Living Organisms
Living organisms are distinguished from non-living objects by the presence of certain unique characteristics that enable them to perform various life processes. Although l...
Read More
Biology
CBSE - Class 11
Biology-Class-11
First range of composite of given length
Given an integer n, find the first range of n consecutive positive integers such that all numbers in the range are composite. Return the starting and ending values of that...
Read More
DSA
Append Suffix
Given an array arr[] of strings containing lowercase English letters. For each string, if it has already appeared earlier in the array, append a suffix equal to the number...
Read More
DSA
DSA
Check if Digits are Sorted in Any Order
Given a number in string, find if its digits are sorted or not. Digits are considered sorted in both non-decreasing order and non-increasing order. Examples:Input: s = "12...
Read More
DSA
Hexadecimal Number System Practice Questions
The hexadecimal number system is a number system that uses 16 symbols to represent numbers. It is also called the base-16 number system.Example 1: Convert Hexadecimal 1A5 ...
Read More
Mathematics
Octal Number System Practice Questions
The octal number system is a number system that uses eight digits: 0 to 7. It is also called the base-8 number system.Example 1: What is the decimal equivalent of 11218?So...
Read More
Mathematics
Maths
Binary Number System Solved Examples
The binary number system is a number system that uses only two digits: 0 and 1. It is also called the base-2 number system.Example 1: Convert the Decimal Number (98)10 int...
Read More
Mathematics
Maths
Levels Of Game
You are playing a game. At each level of the game, you have to choose one of the roads to go to the next level. Initially, you have h amount of health and m amount of mone...
Read More
DSA
Visitors Without Pass
There are n visitors standing in a queue. Each visitor prefers either pass type 0 or pass type 1. There are n passes placed in a stack, where passes[0] represents the pass...
Read More
DSA
DSA
1
...
4
5
6
...
12157