Write code for string search
Engineer Software Interview Questions
419,835 engineer software interview questions shared by candidates
Implement a function that gets the greatest common divisor of two numbers
I was told a coding question. Q: Given a list of words for example : cat,bat,rat.... and given a query which has a special character '.' which can be represented as any alphabet between 'a-z'. Write a function which gives true as output if the the query is in the list of words. Example: List of words: cat,bat,rat,cct,cut Query 1: c.t Output 1 : true Query 2: c.. output 2 : true
Return the sum of node values at each level of binary tree
NDA
Try to improve the intersection question by binary search, but I did not finish the coding.
Clone a linked list with arbitrary pointers to other nodes
Given an integer, print it out using only putc. You cannot use any other print statements, arrays, or cast the integer to a string or character array.
Given a distinct set of integers, return all possible subsets.
Basics of Angular, SQL, DS
Viewing 3111 - 3120 interview questions