Discover
Questions library
Collections library
Find online teacher
login
Discover
questions library
Find online teacher
login
Popular searches:
if-else
class-diagram
flowchart
Polymorphism
Home
Questions
Questions
Study lists
mahmoud Questions
3502 Questions
There is a chessboard of size N×M and starting position (sx, sy) and destination position (dx,dy). You have to find out how many minimum numbers of moves a knight goes to that destination position?
C++ programming
2022-04-30
Answers
30
Question
40
Followers
30
0
1
894
Given a graph G. you have to find out that that graph is Hamiltonian or not
C++ programming
2022-04-30
Answers
30
Question
40
Followers
30
0
1
597
A group of connected 1\'s forms an island. There is a matrix of N×M. You have to find out the numbers of item
C++ programming
2022-04-30
Answers
30
Question
40
Followers
30
0
1
895
Given a sorted dictionary (array of words) of an alien language, find order of characters in the language
C++ programming
2022-04-30
Answers
30
Question
40
Followers
30
0
1
430
Given a matrix of dimension r*c where each cell in the matrix can have values 0, 1 or 2 which has the following meaning: 0 : Empty cell 1 : Cells have fresh oranges 2 : Cells have rotten oranges
C++ programming
2022-04-30
Answers
30
Question
40
Followers
30
0
1
457
Given two numbers represented by two linked lists of size N1 and N2. The task is to return a sum list. The sum list, which is a linked list representation of the addition of two input numbers
C++ programming
2022-04-30
Answers
30
Question
40
Followers
30
0
1
889
Given a singly linked list which is ordered in terms of absolute value. Return the sorted linked list in ascending order (based on their original values). No additional storage should be used
C++ programming
2022-04-30
Answers
30
Question
40
Followers
30
0
1
486
There are two singly linked lists where end nodes of one linked list got linked into the second list, forming aY (or T ) shaped list. Write a program to get the point where two linked lists got merged
C++ programming
2022-04-30
Answers
30
Question
40
Followers
30
0
1
875
Given a singly linked list, determine if it is a palindrome. Write a Boolean function to output true or false based on result
C++ programming
2022-04-30
Answers
30
Question
40
Followers
30
0
1
946
Given a linked list, write a program that checks whether the given Linked List contains a loop or not and if the loop is present then return the count of nodes in the loop or else return 0. (this is mainly a functional problem)
C++ programming
2022-04-30
Answers
30
Question
40
Followers
30
0
1
1052
Given a linked list reverse it without using any additional space (In O(1) space complexity)
C++ programming
2022-04-30
Answers
30
Question
40
Followers
30
0
1
900
Given two n-ary trees, the task is to check if they are mirrors of each other or not
C++ programming
2022-04-30
Answers
30
Question
40
Followers
30
0
1
115
Given two n-ary trees, the task is to check if they are mirrors of each other or not
C++ programming
2022-04-30
Answers
30
Question
40
Followers
30
0
1
472
Total:
3502
Previous
255
256
257
258
259
Next
Go