Tutorials
Courses
Go Premium
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.0K+ articles
Amazon
1.9K+ articles
Dynamic Programming
1.1K+ articles
Microsoft
811+ articles
Oracle
353+ articles
Accolite
305+ articles
Adobe
280+ articles
Morgan Stanley
229+ articles
Walmart
133+ articles
Housing.com
15 posts
Recent Articles
Popular Articles
Servo Motor
Last Updated: 23 July 2025
A servo motor is a special kind of electric motor designed to enable precise and accurate movement. It is commonly used in applications such as robots or machines. A servo...
read more
Picked
Geeks Premier League
Housing.com
Electrical Engineering
Geeks Premier League 2023
Electrical Machines
Basic Electrical Engineering
Javascript Program for Largest Sum Contiguous Subarray
Last Updated: 23 July 2025
Write an efficient program to find the sum of contiguous subarray within a one-dimensional array of numbers that has the largest sum.Kadane's Algorithm:Initialize: max_...
read more
JavaScript
Microsoft
Amazon
Morgan Stanley
Oracle
Flipkart
Samsung
D-E-Shaw
Walmart
VMWare
Snapdeal
Accolite
Payu
Zoho
Hike
MakeMyTrip
Visa
Housing.com
Ola Cabs
24*7 Innovation Labs
MetLife
FactSet
Teradata
OYO
Amazon-Question
Visa-Question
subarray
subarray-sum
Java Program To Find Length Of The Longest Substring Without Repeating Characters
Last Updated: 23 July 2025
Given a string str, find the length of the longest substring without repeating characters. For “ABDEFGABEF”, the longest substring are “BDEFGA” and "DEFGAB", with length 6...
read more
Strings
Java Programs
DSA
Microsoft
Amazon
Morgan Stanley
Housing.com
Python Program To Find Length Of The Longest Substring Without Repeating Characters
Last Updated: 23 July 2025
Given a string str, find the length of the longest substring without repeating characters. For “ABDEFGABEF”, the longest substring are “BDEFGA” and "DEFGAB", with length 6...
read more
Strings
Python Programs
DSA
Microsoft
Amazon
Morgan Stanley
Housing.com
Javascript Program To Find Length Of The Longest Substring Without Repeating Characters
Last Updated: 23 July 2025
Given a string str, find the length of the longest substring without repeating characters. For “ABDEFGABEF”, the longest substring are “BDEFGA” and "DEFGAB", with length 6...
read more
JavaScript
Microsoft
Amazon
Morgan Stanley
Housing.com
Minimum number of jumps to reach end | Set 2 (O(n) solution)
Last Updated: 23 July 2025
Given an array arr[] of non-negative numbers. Each number tells you the maximum number of steps you can jump forward from that position.For example:If arr[i] = 3, you can ...
read more
Dynamic Programming
DSA
Arrays
Amazon
Adobe
Walmart
Housing.com
Lenskart
Moonfrog Labs
Check if a number can be expressed as x^y (x raised to power y)
Last Updated: 23 July 2025
Given a positive integer n, find if it can be expressed as xy where y 1 and x 0. x and y both are integers.Examples :Input: n = 8Output: true8 can be expressed as 23Inp...
read more
Mathematical
DSA
Amazon
Housing.com
number-theory
maths-power
Housing.com Interview Experience | Set 3 (On-Campus)
Last Updated: 23 July 2025
I was interviewed by housing.com through campus placements. Here is my interview experience.Round 1:Resume based and 1 coding question. Briefly discussed about projects in...
read more
Interview Experiences
Housing.com
Experiences
Housing.com Interview Experience | Set 2
Last Updated: 14 December 2014
I was recently interviewed by housing.com and received the offer. Following is my experience.Applied through Career page1st Round : Online Written RoundCoding Round on Hac...
read more
Interview Experiences
Housing.com
Experiences
Housing.com Interview Experience
Last Updated: 23 July 2025
Here's my Housing.com interview experience. Round 1A discussion on resume, internship and projects. A project on Search engine (was on resume) was spoken in detail and a l...
read more
Interview Experiences
Housing.com
Experiences
Jump Game - Minimum Jumps to Reach End
Last Updated: 23 July 2025
Given an array arr[] of non-negative numbers. Each number tells you the maximum number of steps you can jump forward from that position.For example:If arr[i] = 3, you can ...
read more
Dynamic Programming
Mathematical
DSA
Amazon
Adobe
Morgan Stanley
Walmart
SAP Labs
Housing.com
Moonfrog Labs
OYO
Longest Substring Without Repeating Characters
Last Updated: 04 August 2025
Given a string s having lowercase characters, find the length of the longest substring without repeating characters.Examples:Input: s = "geeksforgeeks"Output: 7 Explanatio...
read more
Strings
DSA
Microsoft
Amazon
Morgan Stanley
Housing.com
Root to leaf path sum equal to a given number
Last Updated: 23 July 2025
Given a binary tree and a sum, return true if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum. Return false if no s...
read more
Tree
DSA
Microsoft
Amazon
Adobe
Oracle
Samsung
Accolite
Housing.com
CouponDunia
FactSet
Level order traversal in spiral form
Last Updated: 15 May 2025
Given a binary tree and the task is to find the spiral order traversal of the tree and return the list containing the elements.Spiral order Traversal: Starting from level ...
read more
Tree
Stack
Queue
Recursion
DSA
Microsoft
Amazon
Adobe
Morgan Stanley
Flipkart
Accolite
Payu
Hike
MakeMyTrip
Housing.com
Ola Cabs
Teradata
spiral
deque
tree-level-order
Maximum Subarray Sum - Kadane's Algorithm
Last Updated: 22 July 2025
Given an integer array arr[], find the subarray (containing at least one element) which has the maximum possible sum, and return that sum.Note: A subarray is a continuous ...
read more
Dynamic Programming
DSA
Arrays
Microsoft
Amazon
Morgan Stanley
Oracle
Flipkart
Samsung
D-E-Shaw
Walmart
VMWare
Snapdeal
Accolite
Payu
Zoho
Hike
MakeMyTrip
Visa
Housing.com
Ola Cabs
24*7 Innovation Labs
MetLife
FactSet
Teradata
OYO
Amazon-Question
Visa-Question
subarray
subarray-sum
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !