Goldman Sachs Topics for Interview Preparation
Last Updated :
26 Jun, 2024
Improve
Table of Content
Easy Level
- Find if two rectangles overlap
- Check if a given Binary Tree is SumTree
- Check if two arrays are equal or not
- Merge Sort
- Queue | Set 1 (Introduction and Array Implementation)
- QuickSort
- Ugly Numbers
- Find Excel column name from a given column number
- Given a string, find its first non-repeating character
- Given only a pointer/reference to a node to be deleted in a singly lin
- How to determine if a binary tree is height-balanced?
- Implement Queue using Stacks
- Reverse words in a given string
- Sort a stack using recursion
- Stock Buy Sell to Maximize Profit
Medium Level
- Count Possible Decodings of a given Digit Sequence
- Dynamic Programming | Set 11 (Egg Dropping Puzzle)
- Flattening a Linked List
- Quickhull Algorithm for Convex Hull
- Sort an array in wave form
- Write a function to get the intersection point of two Linked Lists.