Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
Misc
8.8K+ articles
Mathematical
7.8K+ articles
Arrays
6.5K+ articles
Competitive Programming
3.3K+ articles
Strings
3.3K+ articles
Greedy
2.1K+ articles
Algorithms
2.0K+ articles
Sorting
1.8K+ articles
Searching
1.7K+ articles
DSA
/
DSA Quiz
DSA Quiz
372+ posts
Recent Articles
Popular Articles
Comparing X^Y and Y^X for very large values of X and Y
Last Updated: 29 August 2024
Given two integer X and Y, the task is compare XY and YX for large values of X and Y.Examples:Input: X = 2, Y = 3Output: 2^3 3^223 32Input: X = 4, Y = 5Output: 4^5 5^4N...
read more
C/C++ Puzzles
Algorithms
Mathematical
Competitive Programming
C++ Programs
Engineering Mathematics
Programming Language
C++
DSA Quiz
C++ Quiz
School Programming
Mathematics
DSA
Welsh Powell Graph colouring Algorithm
Last Updated: 29 October 2019
In graph theory, vertex colouring is a way of labelling each individual vertex such that no two adjacent vertex have same colour. But we need to find out the number of col...
read more
Graph
Algorithms
Analysis of Algorithms
Dynamic Programming
Greedy
Competitive Programming
Computer Subject
GATE CS
Computer Science Quizzes
DSA Quiz
DSA
Graph Coloring
Minimum cost of choosing 3 increasing elements in an array of size N
Last Updated: 04 June 2024
Given two arrays arr[] and cost[] where cost[i] is the cost associated with arr[i], the task is to find the minimum cost of choosing three elements from the array such tha...
read more
C/C++ Puzzles
Algorithms
Dynamic Programming
Competitive Programming
C++ Programs
C++
DSA Quiz
C++ Quiz
DSA
Arrays
subsequence
Count the total number of triangles after Nth operation
Last Updated: 07 December 2022
Given an equilateral triangle, the task is to compute the total number of triangles after performing the following operation N times.For every operation, the uncolored tri...
read more
Mathematical
Aptitude
DSA Quiz
School Programming
GRE Quiz
DSA
triangle
Sum of two large Floating-point numbers
Last Updated: 28 March 2023
Given two very large floating-point numbers in form of large strings str1 and str2, the task is to add the given two numbers. Example:Input: str1 = "584506134.873683508395...
read more
Algorithms
Mathematical
Competitive Programming
C Programs
Data Structures
CS – Placements
C Language
DSA Quiz
C Quiz
School Programming
DSA
Arrays
Number Guessing Game in Python using Binary Search
Last Updated: 27 January 2023
In the number guessing game, the user selects a number within a defined range and then the program guesses the number. If the number guessed is wrong then the user tells t...
read more
Divide and Conquer
Searching
Mathematical
Project
Python
Competitive Programming
Recursion
Programming Language
Python Programs
DSA Quiz
Python-Quizzes
School Programming
How To
DSA
How to add two Hexadecimal numbers?
Last Updated: 14 February 2024
Given two numeric Hexadecimal numbers str1 and str2, the task is to add the two hexadecimal numbers.Hexadecimal Number system, often shortened to “hex”, is a number system...
read more
Strings
C/C++ Puzzles
Algorithms
Mathematical
Hash
C++ Programs
DSA Quiz
DSA
Numbers
base-conversion
Time-Space Trade-Off in Algorithms
Last Updated: 02 November 2023
In this article, we will discuss Time-Space Trade-Off in Algorithms. A tradeoff is a situation where one thing increases and another thing decreases. It is a way to solve ...
read more
Algorithms
Analysis of Algorithms
Data Structures
Articles
DSA Quiz
DSA
Convert a Binary String to another by flipping prefixes minimum number of times
Last Updated: 17 January 2022
Given two binary strings A and B of length N, the task is to convert the string A to B by repeatedly flipping a prefix of A, i.e. reverse the order of occurrence of bits i...
read more
Strings
C/C++ Puzzles
Pattern Searching
Technical Scripter
Competitive Programming
Internship
Data Structures
GeeksQuiz
Java Programs
C++
Puzzles
Quizzes
DSA Quiz
C++ Quiz
Technical Scripter 2020
DSA
binary-string
Experiences
Classification of Algorithms with Examples
Last Updated: 05 July 2021
There are many ways of classifying algorithms and a few of them are shown below:Implementation MethodDesign MethodOther ClassificationsClassification by Implementation Met...
read more
Bit Magic
Algorithms
Analysis of Algorithms
Dynamic Programming
Greedy
Backtracking
Pattern Searching
Divide and Conquer
Searching
Sorting
Mathematical
Geometric
Randomized
Combinatorial
Advanced Data Structure
Branch and Bound
Game Theory
Recursion
Data Structures
DSA Quiz
DSA
Generation Google Scholarship (APAC) Online Challenge Experience
Last Updated: 26 April 2021
I had applied for an APAC scholarship in March 2021 through their Google Career Page and I got a mail that there will be an Online Challenge from 9th April to 10th April. ...
read more
Interview Experiences
Articles
Aptitude
Computer Science Quizzes
DSA Quiz
C Quiz
C++ Quiz
Google
Experiences
Paytm Interview Experince for Software Engineer | 2+ Years Experienced
Last Updated: 28 May 2024
I applied on Instahyre and shared my resume. HR called me and setup the whole process. HR was very helpful throughout the whole process. Online Round(70 minutes): This rou...
read more
Interview Experiences
Java
Experienced
Data Structures
DSA Quiz
DSA
Paytm
Marketing
Experiences
Data Structures and Algorithms (DSA) MCQ Quiz Online
Last Updated: 23 May 2024
Welcome to our Data Structures and Algorithms (DSA) MCQ Quiz Online! This DSA MCQ is all about Quizzes for solving problems and learning the fundamentals of Algorithms and...
read more
DSA Quiz
DSA
Quiz on Algorithms | DSA MCQs
Last Updated: 28 December 2023
Welcome to our Algorithms MCQ Quiz Online! This ALgorithm MCQ is all about Quizzes of solving problems and learning the fundamentals of Algorithms. You’ll see multiple-cho...
read more
Algorithms
DSA Quiz
DSA
Quiz on Data Structures | DSA MCQs
Last Updated: 28 December 2023
Welcome to our Data Structures MCQ Quiz Online! This Data Structure MCQ is all about Quizzes of solving problems and learning the fundamentals of Data Structures. You’ll s...
read more
Data Structures
DSA Quiz
DSA
1
2
3
4
...
25
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !