Company Name: Amazon Job Role: SDE Intern (6 months) Years of Experience Required: Fresher Drive: Offcampus (AmazeWow for 2022) Preparation
Continue readingMerge two sorted Linked Lists
In this article, we will solve the most asked coding interview question: ” Merge two sorted Linked Lists “ Problem
Continue readingMaximum depth of a Binary Tree
Problem Statement: Find the Maximum Depth of Binary Tree. Maximum Depth is the count of nodes of the longest path
Continue readingFind the repeating and missing numbers
Problem Statement: You are given a read-only array of N integers with values also in the range [1, N] both
Continue readingLength of the longest subarray with zero Sum
Problem Statement: Given an array containing both positive and negative integers, we have to find the length of the longest
Continue readingJuspay SDE Interview Experience | Set 1
Company Name: Juspay Job Role: SDE Years of Experience Required: 0 Years (Fresher) Drive: Off-Campus CTC: 13 – 15 LPA
Continue readingMorgan Stanley Technology Analyst Interview Experience
Company Name: Morgan Stanley Job Role: Technology Analyst Intern (6-Month) Years of Experience Required: 0 Drive: Off-Campus CTC: 26LPA +
Continue readingFind the Majority Element that occurs more than N/2 times
Problem Statement: Given an array of N integers, write a program to return an element that occurs more than N/2
Continue readingRemove N-th node from the end of a Linked List
Problem Statement: Given a linked list, and a number N. Find the Nth node from the end of this linked
Continue readingnext_permutation : find next lexicographically greater permutation
Problem Statement: Given an array Arr[] of integers, rearrange the numbers of the given array into the lexicographically next greater
Continue reading