Coding Interview Problems Asked in Google
Coding Interview Problems Asked in Google
GooglebyLinQuan.Iboughtthebookforalgorithmspracticeanddidntfindthebooktobe
worthbuying.SoIcollecttheproblemshere.
Thebookhas10chapterseachofthemaproblemdefinitionanditssolutioninC++.
1.
Givenasorted2Darray,searchforanumber
NoDuplicates
Duplicates
2.
FindLowestCommonAncestor(LCA)ofapairofnodesinarootedtree
3.
MatchingNutsandBoltsOptimally
4.
ComputeNextHigherNumber
fromHackersDelightsfirstchapter
5.
MaxSubarrayProblem
6.
StringEditDistance
7.
SelectKthSmallestElement
8.Searchina2Dunsortedarray