├── .gitignore ├── 6sense ├── README.md └── findWordInGrid.py ├── Accenture └── README.md ├── Accolite ├── binaryArraySort.py ├── merge2SortedLinkedLists.py └── rotateLinkedListByKelements.py ├── Adobe ├── QuickSort.py ├── WinnerOfElection.py ├── checkIfStringsAreRotations.py ├── countOfInversionsArray.py └── parenthesisChecker.py ├── Amazon ├── DataEngineering │ └── README.md ├── Delete_Node_Without_HeadPointer.py ├── EquilibriumPointFirstOccurWhere.py ├── FindzeroSumSubArrays.py ├── ImplementSTRSTR.py ├── JosephusProblem.py ├── MaximumOfMinimumsOfAllWindowSizes.py ├── Possible_Words_Phone_Digits.py ├── countOfInversionsArray.py ├── getAggregationsByParsing.py ├── keypadTyping.py ├── merge2SortedLinkedLists.py ├── missingSmallestPositiveNumber.py ├── moveAllZerosToEndOfArray.py ├── parenthesisChecker.py ├── relativeSorting.py └── rotateLinkedListByKelements.py ├── AmericanExpress ├── README.md ├── problem01 │ ├── amex_hackerearth011.JPG │ ├── amex_hackerearth012.JPG │ └── amex_hackerearth013.JPG └── problem02 │ ├── amex_hackerearth02.JPG │ └── amex_hackerearth022.JPG ├── Athena-Health └── README.md ├── Betterworks ├── README.md └── print.py ├── Bloomberg └── moveAllZerosToEndOfArray.py ├── BrightMoney ├── Data_Analyst_Test.docx ├── Knapsack.py ├── LongestBalancedSubstring.py ├── README.md ├── countDistinctValidPANNumbers.py └── printSpirally.py ├── Busigence ├── README.md └── Vikas_Chitturi.ipynb ├── Byndr └── README.md ├── CloudCover └── README.md ├── DATFreightAnalytics └── README.md ├── Facebook └── ImplementSTRSTR.py ├── FactSet └── convertArrayToWave.py ├── Flipkart ├── addTwoNumbers_LinkedListRep.py ├── countOfInversionsArray.py └── parenthesisChecker.py ├── Fractal_Analytics ├── Arrays.md ├── Comparator.md ├── README.md ├── countChampNumbers.py ├── countOfAnagrams.py ├── numberOfGroups.py ├── sorting_words.md └── substrings.md ├── Fre8wise ├── README.md └── manipulate_string.py ├── Goldman-Sachs ├── convertArrayToWave.py ├── numberOfSquares_in_NbyN_CheesBoard.py ├── printNumbersContain123.py └── repeatingCharacter_LeftmostOccurrence.py ├── Google ├── First_Recurring_Character_In_String.py ├── allocateMinimumPages.py ├── checkPairsWithGivenSum.py └── maxIndexDiffOfArray.py ├── Grofers └── QuickSort.py ├── Guardant-Health ├── README.md ├── fallen_leaves.py └── maintainMinimumStartingNumber.py ├── HighRadius-Technologies └── README.md ├── Hike └── QuickSort.py ├── IQLECT ├── LargestPrimeFromSubsetSum.py └── README.md ├── InMobi └── README.md ├── Infrrd ├── problem01 │ ├── maximumRowsWithAll1s.py │ └── problem01.png └── problem02 │ ├── countMe.py │ └── problem02.png ├── Instabase ├── Add2BinaryStrings.py ├── README.md └── checkPairsWithGivenSum.py ├── Intuit ├── BuySellStock.py └── binaryArraySort.py ├── Kritikal-Solutions └── Delete_Without_Head_Pointer.py ├── LeadSquared ├── README.md ├── UniqueWaysToClimbStaircase.py ├── maximumSumLikeTimeCoefficients.py └── totalDistanceByStreetLights.py ├── MAQ_Software └── Closet0s1s2s.py ├── MakeMyTrip ├── rotateLinkedListByKelements.py └── sortedLinkedList012s.py ├── Mastek ├── README.md └── computedepth.sql ├── Microsoft ├── countOfInversionsArray.py ├── merge2SortedLinkedLists.py └── relativeSorting.py ├── Morgan-Stanley └── addTwoNumbers_LinkedListRep.py ├── Myntra ├── countOfInversionsArray.py └── removeDuplicatesSortedLinkedList.py ├── Nagarro └── isAnagram.py ├── Nielsen └── README.md ├── OYO_Rooms ├── FindzeroSumSubArrays.py ├── parenthesisChecker.py └── removeDuplicatesSortedLinkedList.py ├── Oracle └── merge2SortedLinkedLists.py ├── Paytm ├── Convert_Infix_To_Postfix.py ├── binaryArraySort.py ├── frequencyLimitedRangeArrayElements.py └── subarrayWithZeroSum.py ├── Qalcomm ├── ImplementSTRSTR.py └── addTwoNumbers_LinkedListRep.py ├── Quikr └── BuySellStock.py ├── README.md ├── RelianceJIO ├── CamelCaseToSnakeCase.py ├── README.md └── getSmallestNumber.py ├── Salesforce └── BuySellStock.py ├── Samsung ├── merge2SortedLinkedLists.py ├── missingSmallestPositiveNumber.py └── moveAllZerosToEndOfArray.py ├── SkyPointCloud ├── README.md ├── binarySearch.py └── modifyString.py ├── Snapdeal └── addTwoNumbers_LinkedListRep.py ├── Swiggy └── README.md ├── SymphonyAI ├── README.md └── maximumHeightOfMudSegment.py ├── Tavant-Technologies └── README.md ├── Thomson-Reuters └── README.md ├── Thoughtworks ├── README.md └── ScheduleInterviews.py ├── Twilio ├── DiskSpaceAnalysis.py └── README.md ├── Uber ├── README.md └── getNewArray.py ├── Ushur ├── README.md └── findPairs.py ├── VMWare ├── Convert_Infix_To_Postfix.py ├── maxIndexDiffOfArray.py └── mergeKSortedLinkedLists.py ├── Vimeo └── README.md ├── Visa ├── addNode_DoublyLinkedList.py ├── populateList.py └── removeDuplicatesSortedLinkedList.py ├── Walmart ├── GroupAnagrams.py ├── minimumCoins.py └── minimumCoinsRecursive.py ├── Yahoo └── ThreeWayPartition.py ├── ZSAssociates ├── CrossSequence.py ├── OutputOfProgram.py └── OutputOfProgram2.py ├── Zoho ├── merge2SortedLinkedLists.py └── rearrangeArrayAlternately.py ├── Zycus └── README.md └── cimpress └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/.gitignore -------------------------------------------------------------------------------- /6sense/README.md: -------------------------------------------------------------------------------- 1 | # Hackerrank Test (Personal Experience): 2 | -------------------------------------------------------------------------------- /6sense/findWordInGrid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/6sense/findWordInGrid.py -------------------------------------------------------------------------------- /Accenture/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Accenture/README.md -------------------------------------------------------------------------------- /Accolite/binaryArraySort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Accolite/binaryArraySort.py -------------------------------------------------------------------------------- /Accolite/merge2SortedLinkedLists.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Accolite/merge2SortedLinkedLists.py -------------------------------------------------------------------------------- /Accolite/rotateLinkedListByKelements.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Accolite/rotateLinkedListByKelements.py -------------------------------------------------------------------------------- /Adobe/QuickSort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Adobe/QuickSort.py -------------------------------------------------------------------------------- /Adobe/WinnerOfElection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Adobe/WinnerOfElection.py -------------------------------------------------------------------------------- /Adobe/checkIfStringsAreRotations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Adobe/checkIfStringsAreRotations.py -------------------------------------------------------------------------------- /Adobe/countOfInversionsArray.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Adobe/countOfInversionsArray.py -------------------------------------------------------------------------------- /Adobe/parenthesisChecker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Adobe/parenthesisChecker.py -------------------------------------------------------------------------------- /Amazon/DataEngineering/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Amazon/DataEngineering/README.md -------------------------------------------------------------------------------- /Amazon/Delete_Node_Without_HeadPointer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Amazon/Delete_Node_Without_HeadPointer.py -------------------------------------------------------------------------------- /Amazon/EquilibriumPointFirstOccurWhere.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Amazon/EquilibriumPointFirstOccurWhere.py -------------------------------------------------------------------------------- /Amazon/FindzeroSumSubArrays.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Amazon/FindzeroSumSubArrays.py -------------------------------------------------------------------------------- /Amazon/ImplementSTRSTR.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Amazon/ImplementSTRSTR.py -------------------------------------------------------------------------------- /Amazon/JosephusProblem.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Amazon/JosephusProblem.py -------------------------------------------------------------------------------- /Amazon/MaximumOfMinimumsOfAllWindowSizes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Amazon/MaximumOfMinimumsOfAllWindowSizes.py -------------------------------------------------------------------------------- /Amazon/Possible_Words_Phone_Digits.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Amazon/Possible_Words_Phone_Digits.py -------------------------------------------------------------------------------- /Amazon/countOfInversionsArray.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Amazon/countOfInversionsArray.py -------------------------------------------------------------------------------- /Amazon/getAggregationsByParsing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Amazon/getAggregationsByParsing.py -------------------------------------------------------------------------------- /Amazon/keypadTyping.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Amazon/keypadTyping.py -------------------------------------------------------------------------------- /Amazon/merge2SortedLinkedLists.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Amazon/merge2SortedLinkedLists.py -------------------------------------------------------------------------------- /Amazon/missingSmallestPositiveNumber.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Amazon/missingSmallestPositiveNumber.py -------------------------------------------------------------------------------- /Amazon/moveAllZerosToEndOfArray.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Amazon/moveAllZerosToEndOfArray.py -------------------------------------------------------------------------------- /Amazon/parenthesisChecker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Amazon/parenthesisChecker.py -------------------------------------------------------------------------------- /Amazon/relativeSorting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Amazon/relativeSorting.py -------------------------------------------------------------------------------- /Amazon/rotateLinkedListByKelements.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Amazon/rotateLinkedListByKelements.py -------------------------------------------------------------------------------- /AmericanExpress/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/AmericanExpress/README.md -------------------------------------------------------------------------------- /AmericanExpress/problem01/amex_hackerearth011.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/AmericanExpress/problem01/amex_hackerearth011.JPG -------------------------------------------------------------------------------- /AmericanExpress/problem01/amex_hackerearth012.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/AmericanExpress/problem01/amex_hackerearth012.JPG -------------------------------------------------------------------------------- /AmericanExpress/problem01/amex_hackerearth013.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/AmericanExpress/problem01/amex_hackerearth013.JPG -------------------------------------------------------------------------------- /AmericanExpress/problem02/amex_hackerearth02.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/AmericanExpress/problem02/amex_hackerearth02.JPG -------------------------------------------------------------------------------- /AmericanExpress/problem02/amex_hackerearth022.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/AmericanExpress/problem02/amex_hackerearth022.JPG -------------------------------------------------------------------------------- /Athena-Health/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Athena-Health/README.md -------------------------------------------------------------------------------- /Betterworks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Betterworks/README.md -------------------------------------------------------------------------------- /Betterworks/print.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Betterworks/print.py -------------------------------------------------------------------------------- /Bloomberg/moveAllZerosToEndOfArray.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Bloomberg/moveAllZerosToEndOfArray.py -------------------------------------------------------------------------------- /BrightMoney/Data_Analyst_Test.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/BrightMoney/Data_Analyst_Test.docx -------------------------------------------------------------------------------- /BrightMoney/Knapsack.py: -------------------------------------------------------------------------------- 1 | """ 2 | 0-1 Knapsack problem 3 | 4 | """ -------------------------------------------------------------------------------- /BrightMoney/LongestBalancedSubstring.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/BrightMoney/LongestBalancedSubstring.py -------------------------------------------------------------------------------- /BrightMoney/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/BrightMoney/README.md -------------------------------------------------------------------------------- /BrightMoney/countDistinctValidPANNumbers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/BrightMoney/countDistinctValidPANNumbers.py -------------------------------------------------------------------------------- /BrightMoney/printSpirally.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/BrightMoney/printSpirally.py -------------------------------------------------------------------------------- /Busigence/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Busigence/README.md -------------------------------------------------------------------------------- /Busigence/Vikas_Chitturi.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Busigence/Vikas_Chitturi.ipynb -------------------------------------------------------------------------------- /Byndr/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Byndr/README.md -------------------------------------------------------------------------------- /CloudCover/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/CloudCover/README.md -------------------------------------------------------------------------------- /DATFreightAnalytics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/DATFreightAnalytics/README.md -------------------------------------------------------------------------------- /Facebook/ImplementSTRSTR.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Facebook/ImplementSTRSTR.py -------------------------------------------------------------------------------- /FactSet/convertArrayToWave.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/FactSet/convertArrayToWave.py -------------------------------------------------------------------------------- /Flipkart/addTwoNumbers_LinkedListRep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Flipkart/addTwoNumbers_LinkedListRep.py -------------------------------------------------------------------------------- /Flipkart/countOfInversionsArray.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Flipkart/countOfInversionsArray.py -------------------------------------------------------------------------------- /Flipkart/parenthesisChecker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Flipkart/parenthesisChecker.py -------------------------------------------------------------------------------- /Fractal_Analytics/Arrays.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Fractal_Analytics/Arrays.md -------------------------------------------------------------------------------- /Fractal_Analytics/Comparator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Fractal_Analytics/Comparator.md -------------------------------------------------------------------------------- /Fractal_Analytics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Fractal_Analytics/README.md -------------------------------------------------------------------------------- /Fractal_Analytics/countChampNumbers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Fractal_Analytics/countChampNumbers.py -------------------------------------------------------------------------------- /Fractal_Analytics/countOfAnagrams.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Fractal_Analytics/countOfAnagrams.py -------------------------------------------------------------------------------- /Fractal_Analytics/numberOfGroups.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Fractal_Analytics/numberOfGroups.py -------------------------------------------------------------------------------- /Fractal_Analytics/sorting_words.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Fractal_Analytics/sorting_words.md -------------------------------------------------------------------------------- /Fractal_Analytics/substrings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Fractal_Analytics/substrings.md -------------------------------------------------------------------------------- /Fre8wise/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Fre8wise/README.md -------------------------------------------------------------------------------- /Fre8wise/manipulate_string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Fre8wise/manipulate_string.py -------------------------------------------------------------------------------- /Goldman-Sachs/convertArrayToWave.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Goldman-Sachs/convertArrayToWave.py -------------------------------------------------------------------------------- /Goldman-Sachs/numberOfSquares_in_NbyN_CheesBoard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Goldman-Sachs/numberOfSquares_in_NbyN_CheesBoard.py -------------------------------------------------------------------------------- /Goldman-Sachs/printNumbersContain123.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Goldman-Sachs/printNumbersContain123.py -------------------------------------------------------------------------------- /Goldman-Sachs/repeatingCharacter_LeftmostOccurrence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Goldman-Sachs/repeatingCharacter_LeftmostOccurrence.py -------------------------------------------------------------------------------- /Google/First_Recurring_Character_In_String.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Google/First_Recurring_Character_In_String.py -------------------------------------------------------------------------------- /Google/allocateMinimumPages.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Google/allocateMinimumPages.py -------------------------------------------------------------------------------- /Google/checkPairsWithGivenSum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Google/checkPairsWithGivenSum.py -------------------------------------------------------------------------------- /Google/maxIndexDiffOfArray.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Google/maxIndexDiffOfArray.py -------------------------------------------------------------------------------- /Grofers/QuickSort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Grofers/QuickSort.py -------------------------------------------------------------------------------- /Guardant-Health/README.md: -------------------------------------------------------------------------------- 1 | # Hackerrank Test (Personal Experience) 2 | -------------------------------------------------------------------------------- /Guardant-Health/fallen_leaves.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Guardant-Health/fallen_leaves.py -------------------------------------------------------------------------------- /Guardant-Health/maintainMinimumStartingNumber.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Guardant-Health/maintainMinimumStartingNumber.py -------------------------------------------------------------------------------- /HighRadius-Technologies/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/HighRadius-Technologies/README.md -------------------------------------------------------------------------------- /Hike/QuickSort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Hike/QuickSort.py -------------------------------------------------------------------------------- /IQLECT/LargestPrimeFromSubsetSum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/IQLECT/LargestPrimeFromSubsetSum.py -------------------------------------------------------------------------------- /IQLECT/README.md: -------------------------------------------------------------------------------- 1 | # Asked to solve these questions in-person (In office) (No platform) 2 | -------------------------------------------------------------------------------- /InMobi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/InMobi/README.md -------------------------------------------------------------------------------- /Infrrd/problem01/maximumRowsWithAll1s.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Infrrd/problem01/maximumRowsWithAll1s.py -------------------------------------------------------------------------------- /Infrrd/problem01/problem01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Infrrd/problem01/problem01.png -------------------------------------------------------------------------------- /Infrrd/problem02/countMe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Infrrd/problem02/countMe.py -------------------------------------------------------------------------------- /Infrrd/problem02/problem02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Infrrd/problem02/problem02.png -------------------------------------------------------------------------------- /Instabase/Add2BinaryStrings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Instabase/Add2BinaryStrings.py -------------------------------------------------------------------------------- /Instabase/README.md: -------------------------------------------------------------------------------- 1 | # Coding questions on Enthire (Personal Experience) 2 | -------------------------------------------------------------------------------- /Instabase/checkPairsWithGivenSum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Instabase/checkPairsWithGivenSum.py -------------------------------------------------------------------------------- /Intuit/BuySellStock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Intuit/BuySellStock.py -------------------------------------------------------------------------------- /Intuit/binaryArraySort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Intuit/binaryArraySort.py -------------------------------------------------------------------------------- /Kritikal-Solutions/Delete_Without_Head_Pointer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Kritikal-Solutions/Delete_Without_Head_Pointer.py -------------------------------------------------------------------------------- /LeadSquared/README.md: -------------------------------------------------------------------------------- 1 | # Coding Questions on mettl platform (Personal Experience) 2 | -------------------------------------------------------------------------------- /LeadSquared/UniqueWaysToClimbStaircase.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/LeadSquared/UniqueWaysToClimbStaircase.py -------------------------------------------------------------------------------- /LeadSquared/maximumSumLikeTimeCoefficients.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/LeadSquared/maximumSumLikeTimeCoefficients.py -------------------------------------------------------------------------------- /LeadSquared/totalDistanceByStreetLights.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/LeadSquared/totalDistanceByStreetLights.py -------------------------------------------------------------------------------- /MAQ_Software/Closet0s1s2s.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/MAQ_Software/Closet0s1s2s.py -------------------------------------------------------------------------------- /MakeMyTrip/rotateLinkedListByKelements.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/MakeMyTrip/rotateLinkedListByKelements.py -------------------------------------------------------------------------------- /MakeMyTrip/sortedLinkedList012s.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/MakeMyTrip/sortedLinkedList012s.py -------------------------------------------------------------------------------- /Mastek/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Mastek/README.md -------------------------------------------------------------------------------- /Mastek/computedepth.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Mastek/computedepth.sql -------------------------------------------------------------------------------- /Microsoft/countOfInversionsArray.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Microsoft/countOfInversionsArray.py -------------------------------------------------------------------------------- /Microsoft/merge2SortedLinkedLists.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Microsoft/merge2SortedLinkedLists.py -------------------------------------------------------------------------------- /Microsoft/relativeSorting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Microsoft/relativeSorting.py -------------------------------------------------------------------------------- /Morgan-Stanley/addTwoNumbers_LinkedListRep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Morgan-Stanley/addTwoNumbers_LinkedListRep.py -------------------------------------------------------------------------------- /Myntra/countOfInversionsArray.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Myntra/countOfInversionsArray.py -------------------------------------------------------------------------------- /Myntra/removeDuplicatesSortedLinkedList.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Myntra/removeDuplicatesSortedLinkedList.py -------------------------------------------------------------------------------- /Nagarro/isAnagram.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Nagarro/isAnagram.py -------------------------------------------------------------------------------- /Nielsen/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Nielsen/README.md -------------------------------------------------------------------------------- /OYO_Rooms/FindzeroSumSubArrays.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/OYO_Rooms/FindzeroSumSubArrays.py -------------------------------------------------------------------------------- /OYO_Rooms/parenthesisChecker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/OYO_Rooms/parenthesisChecker.py -------------------------------------------------------------------------------- /OYO_Rooms/removeDuplicatesSortedLinkedList.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/OYO_Rooms/removeDuplicatesSortedLinkedList.py -------------------------------------------------------------------------------- /Oracle/merge2SortedLinkedLists.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Oracle/merge2SortedLinkedLists.py -------------------------------------------------------------------------------- /Paytm/Convert_Infix_To_Postfix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Paytm/Convert_Infix_To_Postfix.py -------------------------------------------------------------------------------- /Paytm/binaryArraySort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Paytm/binaryArraySort.py -------------------------------------------------------------------------------- /Paytm/frequencyLimitedRangeArrayElements.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Paytm/frequencyLimitedRangeArrayElements.py -------------------------------------------------------------------------------- /Paytm/subarrayWithZeroSum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Paytm/subarrayWithZeroSum.py -------------------------------------------------------------------------------- /Qalcomm/ImplementSTRSTR.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Qalcomm/ImplementSTRSTR.py -------------------------------------------------------------------------------- /Qalcomm/addTwoNumbers_LinkedListRep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Qalcomm/addTwoNumbers_LinkedListRep.py -------------------------------------------------------------------------------- /Quikr/BuySellStock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Quikr/BuySellStock.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/README.md -------------------------------------------------------------------------------- /RelianceJIO/CamelCaseToSnakeCase.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/RelianceJIO/CamelCaseToSnakeCase.py -------------------------------------------------------------------------------- /RelianceJIO/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/RelianceJIO/README.md -------------------------------------------------------------------------------- /RelianceJIO/getSmallestNumber.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/RelianceJIO/getSmallestNumber.py -------------------------------------------------------------------------------- /Salesforce/BuySellStock.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Salesforce/BuySellStock.py -------------------------------------------------------------------------------- /Samsung/merge2SortedLinkedLists.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Samsung/merge2SortedLinkedLists.py -------------------------------------------------------------------------------- /Samsung/missingSmallestPositiveNumber.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Samsung/missingSmallestPositiveNumber.py -------------------------------------------------------------------------------- /Samsung/moveAllZerosToEndOfArray.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Samsung/moveAllZerosToEndOfArray.py -------------------------------------------------------------------------------- /SkyPointCloud/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/SkyPointCloud/README.md -------------------------------------------------------------------------------- /SkyPointCloud/binarySearch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/SkyPointCloud/binarySearch.py -------------------------------------------------------------------------------- /SkyPointCloud/modifyString.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/SkyPointCloud/modifyString.py -------------------------------------------------------------------------------- /Snapdeal/addTwoNumbers_LinkedListRep.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Snapdeal/addTwoNumbers_LinkedListRep.py -------------------------------------------------------------------------------- /Swiggy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Swiggy/README.md -------------------------------------------------------------------------------- /SymphonyAI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/SymphonyAI/README.md -------------------------------------------------------------------------------- /SymphonyAI/maximumHeightOfMudSegment.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/SymphonyAI/maximumHeightOfMudSegment.py -------------------------------------------------------------------------------- /Tavant-Technologies/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Tavant-Technologies/README.md -------------------------------------------------------------------------------- /Thomson-Reuters/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Thomson-Reuters/README.md -------------------------------------------------------------------------------- /Thoughtworks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Thoughtworks/README.md -------------------------------------------------------------------------------- /Thoughtworks/ScheduleInterviews.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Thoughtworks/ScheduleInterviews.py -------------------------------------------------------------------------------- /Twilio/DiskSpaceAnalysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Twilio/DiskSpaceAnalysis.py -------------------------------------------------------------------------------- /Twilio/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Twilio/README.md -------------------------------------------------------------------------------- /Uber/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Uber/README.md -------------------------------------------------------------------------------- /Uber/getNewArray.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Uber/getNewArray.py -------------------------------------------------------------------------------- /Ushur/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Ushur/README.md -------------------------------------------------------------------------------- /Ushur/findPairs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Ushur/findPairs.py -------------------------------------------------------------------------------- /VMWare/Convert_Infix_To_Postfix.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/VMWare/Convert_Infix_To_Postfix.py -------------------------------------------------------------------------------- /VMWare/maxIndexDiffOfArray.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/VMWare/maxIndexDiffOfArray.py -------------------------------------------------------------------------------- /VMWare/mergeKSortedLinkedLists.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/VMWare/mergeKSortedLinkedLists.py -------------------------------------------------------------------------------- /Vimeo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Vimeo/README.md -------------------------------------------------------------------------------- /Visa/addNode_DoublyLinkedList.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Visa/addNode_DoublyLinkedList.py -------------------------------------------------------------------------------- /Visa/populateList.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Visa/populateList.py -------------------------------------------------------------------------------- /Visa/removeDuplicatesSortedLinkedList.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Visa/removeDuplicatesSortedLinkedList.py -------------------------------------------------------------------------------- /Walmart/GroupAnagrams.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Walmart/GroupAnagrams.py -------------------------------------------------------------------------------- /Walmart/minimumCoins.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Walmart/minimumCoins.py -------------------------------------------------------------------------------- /Walmart/minimumCoinsRecursive.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Walmart/minimumCoinsRecursive.py -------------------------------------------------------------------------------- /Yahoo/ThreeWayPartition.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Yahoo/ThreeWayPartition.py -------------------------------------------------------------------------------- /ZSAssociates/CrossSequence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/ZSAssociates/CrossSequence.py -------------------------------------------------------------------------------- /ZSAssociates/OutputOfProgram.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/ZSAssociates/OutputOfProgram.py -------------------------------------------------------------------------------- /ZSAssociates/OutputOfProgram2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/ZSAssociates/OutputOfProgram2.py -------------------------------------------------------------------------------- /Zoho/merge2SortedLinkedLists.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Zoho/merge2SortedLinkedLists.py -------------------------------------------------------------------------------- /Zoho/rearrangeArrayAlternately.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Zoho/rearrangeArrayAlternately.py -------------------------------------------------------------------------------- /Zycus/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/Zycus/README.md -------------------------------------------------------------------------------- /cimpress/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/absognety/Interview-Process-Coding-Questions/HEAD/cimpress/README.md --------------------------------------------------------------------------------