PinnedReversing a singly linked list of n elements in group of k(k-reverse a linked list)— Coding Question asked by Google, Amazon, AdobeHard level problem in Data Structure and AlgorithmsCoding3 min readCoding3 min read
Jul 5, 2022Infix representation of given equation-Quiz question asked in coding roundsProblem Statement: What is the postfix representation of the given infix expression: (A + B) * C — D * E / F ? AB+C^ * D E^ * F - AB^ * C+D E^ * F/. AB + C-D E^ * F/^ * AB+C^ * D E^ * F/ Correct answer: Option 4…1 min read1 min read
Jul 1, 2022Faulty coins-puzzle question asked interviewsPuzzle question asked in aptitude rounds2 min read2 min read
Jun 30, 2022Flattening a linked list-coding question asked by Amazon Dublin, Sprinklr, UberProblem statement:3 min read3 min read
Jun 20, 2022Erroneous statement-Quiz question based on DBMSWhy the following statement is erroneous?1 min read1 min read