Javascript Program for Largest Sum Contiguous Subarray
Write an efficient program to find the sum of contiguous subarray within a one-dimensional array of numbers that has the largest sum....
read more
Javascript Program For Finding Subarray With Given Sum – Set 1 (Nonnegative Numbers)
Given an unsorted array of nonnegative integers, find a continuous subarray which adds to a given number. Examples :...
read more
Javascript Program For Removing Duplicates From A Sorted Linked List
Write a function that takes a list sorted in non-decreasing order and deletes any duplicate nodes from the list. The list should only be traversed once. For example if the linked list is 11->11->11->21->43->43->60 then removeDuplicates() should convert the list to 11->21->43->60....
read more
Javascript Program For Flattening A Linked List
Given a linked list where every node represents a linked list and contains two pointers of its type:...
read more
Javascript Program to Find a pair with the given difference
Given an unsorted array and a number n, find if there exists a pair of elements in the array whose difference is n. Examples:...
read more
Php Program For Finding Subarray With Given Sum – Set 1 (Nonnegative Numbers)
Given an unsorted array of nonnegative integers, find a continuous subarray which adds to a given number. Examples :...
read more
Php Program to Find a pair with the given difference
Given an unsorted array and a number n, find if there exists a pair of elements in the array whose difference is n. Examples:...
read more
Python Program to Find a pair with the given difference
Given an unsorted array and a number n, find if there exists a pair of elements in the array whose difference is n. Examples:...
read more
VISA Interview Experience | On-Campus (Virtual)
Round 1 (Online Test):...
read more
Visa Interview Experience For FTE (On-Campus)
I am thrilled to share my recent experience with the VISA campus recruitment drive, which proved to be both challenging and rewarding. This opportunity not only allowed me to showcase my skills but also provided insights into the intricacies of technical interviews and system design. Here’s a detailed account of my journey through the various rounds:...
read more
Given only a pointer/reference to a node to be deleted in a singly linked list, how do you delete it?
Given a pointer to a node to be deleted, delete the node. Note that we don’t have a pointer to the head node....
read more
Visa Interview Experience | On-Campus
Visa visited our college this August for both internship and full-time roles. I was an applicant for the full time. There was 1 coding round, post which shortlisted students attended 3 technical interviews....
read more