Question Name:Searching 4Problem Description Given number of pages in n different books and m students. The books are arranged in ascending order … In dsa
Question Name:TelephoneProblem Description You Have to find the name of the person having phone number “XXXXXXXXXX” in the telephone directory. … In dsa
Question Name:Element appearing onceProblem Description Given an sorted array A[i] of N positive integers having all the numbers occuring exactly twice, exce… In dsa
Question Name:Searching 3Problem Description The grandest stage of all, Wrestlemania XXX recently happened. And with it, happened one of the bigg… In dsa
Question Name:Less Mark in ListProblem Description The PDD teacher wants to know number of students got fail mark in CT I if she has a unordered list o… In dsa
Question Name:FacultyProblem Description HoD have to find the mobile number of the faculty. HoD have to go through the faculty list that will… In dsa
Question Name:Novels#include <stdio.h> #include <string.h> struct avi { char c [ 50 ]; int a ; } s1 [ 20 ]; int mai… In dsa