gitextract_je5aerut/ ├── .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 ├── 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 │ └── problem02/ │ └── countMe.py ├── 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