├── .DS_Store ├── Lecture-1 ├── HelloWorld ├── HelloWorld.cpp ├── LargestOfNNumbers ├── LargestOfNNumbers.cpp ├── Pattern123 ├── Pattern123.cpp ├── PrimeNumber ├── PrimeNumber.cpp ├── SimpleInterest ├── SimpleInterest.cpp ├── Test.cpp ├── WhileLoops ├── WhileLoops.cpp ├── if-else ├── if-else.cpp ├── input.txt └── output.txt ├── Lecture-10_QPS ├── Brokencalculator ├── Brokencalculator.cpp ├── Nobitascoredgoodmarks ├── Nobitascoredgoodmarks.cpp ├── countminswaps ├── countminswaps.cpp ├── queriesofleftandrightshiftofarray ├── queriesofleftandrightshiftofarray.cpp └── questionlinks.txt ├── Lecture-11 ├── MultiplicationOfMatrix ├── MultiplicationOfMatrix.cpp ├── SearchIn2D ├── SearchIn2D.cpp ├── SpiralPrint ├── SpiralPrint.cpp ├── StairCaseSearch ├── StairCaseSearch.cpp ├── Test ├── Test.cpp ├── TwoDArray.cpp ├── WavePrint └── WavePrint.cpp ├── Lecture-12(QPS) ├── PrintDiagonalsofmatrix.cpp ├── booleanmatrix.cpp ├── buildatmatrixfromOandx.cpp ├── columnwithmaxsum.cpp ├── questionlinks.txt └── transposeofasquarematrix.cpp ├── Lecture-13 ├── CountSetBits ├── CountSetBits.cpp ├── MissingNumber1 ├── MissingNumber1.cpp ├── Test.cpp ├── UniqueNumber2 └── UniqueNumber2.cpp ├── Lecture-14 ├── BinarySearch ├── BinarySearch.cpp ├── Doubts-Union ├── Doubts-Union.cpp ├── ExtractNumber ├── ExtractNumber.cpp ├── LongestEvenLenSubstr ├── LongestEvenLenSubstr.cp ├── LongestKUniqueString ├── LongestKUniqueString.cpp ├── SmallestDifferenceTriplet ├── SmallestDifferenceTriplet.cpp ├── SquareRoot ├── SquareRoot.cpp ├── String └── String.cpp ├── Lecture-15 ├── InbuiltSort ├── InbuiltSort.cpp ├── LongestNonRepeatSubstring ├── LongestNonRepeatSubstring.cpp ├── RearrageStringCharacters ├── RearrageStringCharacters.cpp ├── StringArray ├── StringArray.cpp ├── StringSort ├── StringSort.cpp ├── StringSumNegNumbers ├── StringSumNegNumbers.cpp ├── SumOfString ├── SumOfString.cpp └── Test.cpp ├── Lecture-16(Test) ├── butandsellstock ├── butandsellstock.cpp ├── maximumdifferenec ├── maximumdifferenec.cpp ├── pairofroses ├── pairofroses.cpp ├── trailingzeros └── trailingzeros.cpp ├── Lecture-17 ├── ArrayIsSorted ├── ArrayIsSorted.cpp ├── BubbleSort.cpp ├── Fibonacci ├── Fibonacci.cpp ├── Power ├── Power.cpp ├── PrintNumbers ├── PrintNumbers.cpp ├── SumOfArray ├── SumOfArray.cpp ├── Test └── Test.cpp ├── Lecture-18 ├── 2DVector ├── 2DVector.cpp ├── ArrayManipulation ├── ArrayManipulation.cpp ├── MajorityElement ├── MajorityElement.cpp ├── RemoveDuplicates ├── RemoveDuplicates.cpp ├── RemoveValue.cpp ├── Test.cpp ├── vectors └── vectors.cpp ├── Lecture-19 ├── BinarySearch ├── BinarySearch.cpp ├── BubbleSort ├── BubbleSort.cpp ├── MergeSort ├── MergeSort.cpp ├── SelectionSort ├── SelectionSort.cpp ├── StringToInt ├── StringToInt.cpp ├── Test ├── Test.cpp ├── TowerOfHanoi └── TowerOfHanoi.cpp ├── Lecture-2 ├── BreakStatement ├── BreakStatement.cpp ├── Constants ├── Constants.cpp ├── FarhnToCelsius ├── FarhnToCelsius.cpp ├── Macros ├── Macros.cpp ├── Operators ├── Operators.cpp ├── Pattern123 ├── Pattern123.cpp ├── PrintAllPrimes ├── PrintAllPrimes.cpp ├── PrintPrimesBreak ├── PrintPrimesBreak.cpp ├── Test ├── Test.cpp ├── TypeConversion ├── TypeConversion.cpp ├── UpperToLower ├── UpperToLower.cpp ├── forloop ├── forloop.cpp ├── sizeof └── sizeof.cpp ├── Lecture-20 ├── NQueen ├── NQueen.cpp ├── Permutations ├── Permutations.cpp ├── RatInMaze ├── RatInMaze.cpp ├── Subsequences ├── Subsequences.cpp └── Test.cpp ├── Lecture-21 ├── GridMovements ├── GridMovements.cpp ├── NStairs ├── NStairs.cpp ├── PhoneKeypad ├── PhoneKeypad.cpp ├── Sudoku ├── Sudoku.cpp └── Test.cpp ├── Lecture-22(QPSLong) ├── .DS_Store ├── FetchWordsFromString ├── FetchWordsFromString.cpp ├── FirstCharUpperCase ├── FirstCharUpperCase.cpp ├── LongestPallindromicSubstr ├── LongestPallindromicSubstr.cpp ├── MergeKSorted.cpp ├── MinSwapsToSort ├── MinSwapsToSort.cpp ├── MinimumRotationsForSameString ├── MinimumRotationsForSameString.cpp ├── RemoveExtraSpaces ├── RemoveExtraSpaces.cpp ├── ReverseWords ├── ReverseWords.cpp ├── RotateAndTellCharacter ├── RotateAndTellCharacter.cpp ├── SortCaseCharacters ├── SortCaseCharacters.cpp ├── StringAfterCharCount ├── StringAfterCharCount.cpp ├── SubArrayProductLessThanK ├── SubArrayProductLessThanK.cpp ├── SumOfBitDifference ├── SumOfBitDifference.cpp ├── Test.cpp ├── UpdateCharsToMakeUnique ├── UpdateCharsToMakeUnique.cp ├── UpdateCharsToMakeUnique.cpp ├── WordsThatRemainsSame └── WordsThatRemainsSame.cpp ├── Lecture-23(QPS Recursion) ├── ChessElephant ├── ChessElephant.cpp ├── Derangements ├── Derangements.cpp ├── FastPower ├── FastPower.cpp ├── GCD ├── GCD.cpp ├── SplitArray ├── SplitArray.cpp ├── Test └── Test.cpp ├── Lecture-24 ├── Test.cpp ├── oops └── oops.cpp ├── Lecture-25 ├── GenericVector ├── GenericVector.cpp ├── Test ├── Test.cpp ├── oops ├── oops.cpp ├── vectors └── vectors.cpp ├── Lecture-26 ├── Q1.cpp ├── Q2.cpp ├── Q3.cpp ├── Q4.cpp └── Q6.cpp ├── Lecture-27 ├── Q1.cpp ├── Q2.cpp ├── Q31.cpp ├── Q32.cpp ├── Q4.cpp ├── Q51.cpp └── Q52.cpp ├── Lecture-28 └── Test.cpp ├── Lecture-29 ├── LinkedList ├── LinkedList.cpp ├── Test └── Test.cpp ├── Lecture-3 ├── BitwiseOperators ├── BitwiseOperators.cpp ├── CharactersCount ├── CharactersCount.cpp ├── CountCharacters ├── CountCharacters.cpp ├── Pattern01 ├── Pattern01.cpp ├── ReverseNumber ├── ReverseNumber.cpp ├── Scopes ├── Scopes.cpp ├── Test ├── Test.cpp ├── UniqueNumber1 └── UniqueNumber1.cpp ├── Lecture-30 ├── LinkedList └── LinkedList.cpp ├── Lecture-31 ├── BalancedParanthesis ├── BalancedParanthesis.cpp ├── InbuiltStack ├── InbuiltStack.cpp ├── LinkedList ├── LinkedList.cpp ├── ReverseStack ├── ReverseStack.cpp ├── Test.cpp ├── stack ├── stack.cpp ├── stackusingLL └── stackusingLL.cpp ├── Lecture-32 ├── CoinExchange ├── CoinExchange.cpp ├── PallindromePartitioning ├── PallindromePartitioning.cpp ├── Subsequences ├── Subsequences.cpp ├── Test.cpp ├── structure └── structure.cpp ├── Lecture-33 ├── InbuiltQueue ├── InbuiltQueue.cpp ├── Queue ├── Queue.cpp ├── QueueLL ├── QueueLL.cpp ├── ReverseQueue ├── ReverseQueue.cpp ├── StackUsingQueues ├── StackUsingQueues.cpp └── Test.cpp ├── Lecture-34 ├── CoinExchange ├── CoinExchange.cpp ├── MinStepsTo1 ├── MinStepsTo1.cpp ├── Test.cpp ├── fibo └── fibo.cpp ├── Lecture-35 ├── BinaryTrees └── BinaryTrees.cpp ├── Lecture-36 ├── BinaryTrees ├── BinaryTrees.cpp └── Test.cpp ├── Lecture-37 ├── BST ├── BST.cpp ├── Test └── Test.cpp ├── Lecture-38 ├── InbuiltHeaps ├── InbuiltHeaps.cpp ├── Test ├── Test.cpp ├── TopKElements └── TopKElements.cpp ├── Lecture-39 ├── Graph ├── Graph.cpp ├── IntegerAdjacencyList ├── IntegerAdjacencyList.cpp ├── Test └── Test.cpp ├── Lecture-4 ├── BubbleSort ├── BubbleSort.cpp ├── Directions ├── Directions.cpp ├── InsertionSort ├── InsertionSort.cpp ├── Largest ├── Largest.cpp ├── LinearSearch ├── LinearSearch.cpp ├── PrintReverse ├── PrintReverse.cpp ├── SelectionSort ├── SelectionSort.cpp ├── Test └── Test.cpp ├── Lecture-40 ├── Graph ├── Graph.cpp ├── WeightedGraph └── WeightedGraph.cpp ├── Lecture-41 ├── SSSP ├── SSSP.cpp ├── set └── set.cpp ├── Lecture-5(QPS) ├── Arraysumoftwoarrays.cpp ├── countingsort.cpp ├── findlargestthree.cpp └── maximumsubarraysum.cpp ├── Lecture-6 ├── AppendTwoStrings ├── AppendTwoStrings.cpp ├── CharacterArrays ├── CharacterArrays.cpp ├── FindLengthofString ├── FindLengthofString.cpp ├── LargestofNStrings ├── LargestofNStrings.cpp ├── MirrorInverse.cpp ├── NumberMirrorInverse ├── NumberMirrorInverse.cpp ├── Pallindrome ├── Pallindrome.cpp ├── ReadNumberAndString ├── ReadNumberAndString.cpp ├── ReverseAString ├── ReverseAString.cpp ├── TargetSumTriplets ├── TargetSumTriplets.cp └── Test.cpp ├── Lecture-7(QPS) ├── CountChars ├── CountChars.cpp ├── PermutationsOrNot ├── PermutationsOrNot.cpp ├── PrintSubstrings ├── PrintSubstrings.cpp ├── RainWaterharvesting ├── RainWaterharvesting.cpp ├── ReverseAString ├── ReverseAString.cpp ├── Test └── Test.cpp ├── Lecture-8 ├── CheckPrime ├── CheckPrime.cpp ├── CountTriangles ├── CountTriangles.cpp ├── Functions ├── Functions.cpp ├── PrintNumbersTillN ├── PrintNumbersTillN.cpp ├── SumOfNumbers ├── SumOfNumbers.cpp ├── Test └── Test.cpp ├── Lecture-9 ├── CallByValue&Ref ├── CallByValue&Ref.cpp ├── Functions ├── Functions.cpp ├── MergeSortedArrays ├── MergeSortedArrays.cpp ├── PassByRefPointers ├── PassByRefPointers.cpp ├── PassingArraysToFunc ├── PassingArraysToFunc.cpp ├── PointerAndArrays ├── PointerAndArrays.cpp ├── Test └── Test.cpp └── Qps1 ├── Arraysumoftwoarrays.cpp ├── countingsort.cpp ├── findlargestthree.cpp └── maximumsubarraysum.cpp /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/.DS_Store -------------------------------------------------------------------------------- /Lecture-1/HelloWorld: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-1/HelloWorld -------------------------------------------------------------------------------- /Lecture-1/HelloWorld.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-1/HelloWorld.cpp -------------------------------------------------------------------------------- /Lecture-1/LargestOfNNumbers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-1/LargestOfNNumbers -------------------------------------------------------------------------------- /Lecture-1/LargestOfNNumbers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-1/LargestOfNNumbers.cpp -------------------------------------------------------------------------------- /Lecture-1/Pattern123: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-1/Pattern123 -------------------------------------------------------------------------------- /Lecture-1/Pattern123.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-1/Pattern123.cpp -------------------------------------------------------------------------------- /Lecture-1/PrimeNumber: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-1/PrimeNumber -------------------------------------------------------------------------------- /Lecture-1/PrimeNumber.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-1/PrimeNumber.cpp -------------------------------------------------------------------------------- /Lecture-1/SimpleInterest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-1/SimpleInterest -------------------------------------------------------------------------------- /Lecture-1/SimpleInterest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-1/SimpleInterest.cpp -------------------------------------------------------------------------------- /Lecture-1/Test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-1/Test.cpp -------------------------------------------------------------------------------- /Lecture-1/WhileLoops: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-1/WhileLoops -------------------------------------------------------------------------------- /Lecture-1/WhileLoops.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-1/WhileLoops.cpp -------------------------------------------------------------------------------- /Lecture-1/if-else: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-1/if-else -------------------------------------------------------------------------------- /Lecture-1/if-else.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-1/if-else.cpp -------------------------------------------------------------------------------- /Lecture-1/input.txt: -------------------------------------------------------------------------------- 1 | input.txt -------------------------------------------------------------------------------- /Lecture-1/output.txt: -------------------------------------------------------------------------------- 1 | output.txt -------------------------------------------------------------------------------- /Lecture-10_QPS/Brokencalculator: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-10_QPS/Brokencalculator -------------------------------------------------------------------------------- /Lecture-10_QPS/Brokencalculator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-10_QPS/Brokencalculator.cpp -------------------------------------------------------------------------------- /Lecture-10_QPS/Nobitascoredgoodmarks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-10_QPS/Nobitascoredgoodmarks -------------------------------------------------------------------------------- /Lecture-10_QPS/Nobitascoredgoodmarks.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-10_QPS/Nobitascoredgoodmarks.cpp -------------------------------------------------------------------------------- /Lecture-10_QPS/countminswaps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-10_QPS/countminswaps -------------------------------------------------------------------------------- /Lecture-10_QPS/countminswaps.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-10_QPS/countminswaps.cpp -------------------------------------------------------------------------------- /Lecture-10_QPS/queriesofleftandrightshiftofarray: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-10_QPS/queriesofleftandrightshiftofarray -------------------------------------------------------------------------------- /Lecture-10_QPS/queriesofleftandrightshiftofarray.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-10_QPS/queriesofleftandrightshiftofarray.cpp -------------------------------------------------------------------------------- /Lecture-10_QPS/questionlinks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-10_QPS/questionlinks.txt -------------------------------------------------------------------------------- /Lecture-11/MultiplicationOfMatrix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-11/MultiplicationOfMatrix -------------------------------------------------------------------------------- /Lecture-11/MultiplicationOfMatrix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-11/MultiplicationOfMatrix.cpp -------------------------------------------------------------------------------- /Lecture-11/SearchIn2D: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-11/SearchIn2D -------------------------------------------------------------------------------- /Lecture-11/SearchIn2D.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-11/SearchIn2D.cpp -------------------------------------------------------------------------------- /Lecture-11/SpiralPrint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-11/SpiralPrint -------------------------------------------------------------------------------- /Lecture-11/SpiralPrint.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-11/SpiralPrint.cpp -------------------------------------------------------------------------------- /Lecture-11/StairCaseSearch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-11/StairCaseSearch -------------------------------------------------------------------------------- /Lecture-11/StairCaseSearch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-11/StairCaseSearch.cpp -------------------------------------------------------------------------------- /Lecture-11/Test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-11/Test -------------------------------------------------------------------------------- /Lecture-11/Test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-11/Test.cpp -------------------------------------------------------------------------------- /Lecture-11/TwoDArray.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-11/TwoDArray.cpp -------------------------------------------------------------------------------- /Lecture-11/WavePrint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-11/WavePrint -------------------------------------------------------------------------------- /Lecture-11/WavePrint.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-11/WavePrint.cpp -------------------------------------------------------------------------------- /Lecture-12(QPS)/PrintDiagonalsofmatrix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-12(QPS)/PrintDiagonalsofmatrix.cpp -------------------------------------------------------------------------------- /Lecture-12(QPS)/booleanmatrix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-12(QPS)/booleanmatrix.cpp -------------------------------------------------------------------------------- /Lecture-12(QPS)/buildatmatrixfromOandx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-12(QPS)/buildatmatrixfromOandx.cpp -------------------------------------------------------------------------------- /Lecture-12(QPS)/columnwithmaxsum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-12(QPS)/columnwithmaxsum.cpp -------------------------------------------------------------------------------- /Lecture-12(QPS)/questionlinks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-12(QPS)/questionlinks.txt -------------------------------------------------------------------------------- /Lecture-12(QPS)/transposeofasquarematrix.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-12(QPS)/transposeofasquarematrix.cpp -------------------------------------------------------------------------------- /Lecture-13/CountSetBits: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-13/CountSetBits -------------------------------------------------------------------------------- /Lecture-13/CountSetBits.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-13/CountSetBits.cpp -------------------------------------------------------------------------------- /Lecture-13/MissingNumber1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-13/MissingNumber1 -------------------------------------------------------------------------------- /Lecture-13/MissingNumber1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-13/MissingNumber1.cpp -------------------------------------------------------------------------------- /Lecture-13/Test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-13/Test.cpp -------------------------------------------------------------------------------- /Lecture-13/UniqueNumber2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-13/UniqueNumber2 -------------------------------------------------------------------------------- /Lecture-13/UniqueNumber2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-13/UniqueNumber2.cpp -------------------------------------------------------------------------------- /Lecture-14/BinarySearch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-14/BinarySearch -------------------------------------------------------------------------------- /Lecture-14/BinarySearch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-14/BinarySearch.cpp -------------------------------------------------------------------------------- /Lecture-14/Doubts-Union: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-14/Doubts-Union -------------------------------------------------------------------------------- /Lecture-14/Doubts-Union.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-14/Doubts-Union.cpp -------------------------------------------------------------------------------- /Lecture-14/ExtractNumber: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-14/ExtractNumber -------------------------------------------------------------------------------- /Lecture-14/ExtractNumber.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-14/ExtractNumber.cpp -------------------------------------------------------------------------------- /Lecture-14/LongestEvenLenSubstr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-14/LongestEvenLenSubstr -------------------------------------------------------------------------------- /Lecture-14/LongestEvenLenSubstr.cp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-14/LongestEvenLenSubstr.cp -------------------------------------------------------------------------------- /Lecture-14/LongestKUniqueString: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-14/LongestKUniqueString -------------------------------------------------------------------------------- /Lecture-14/LongestKUniqueString.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-14/LongestKUniqueString.cpp -------------------------------------------------------------------------------- /Lecture-14/SmallestDifferenceTriplet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-14/SmallestDifferenceTriplet -------------------------------------------------------------------------------- /Lecture-14/SmallestDifferenceTriplet.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-14/SmallestDifferenceTriplet.cpp -------------------------------------------------------------------------------- /Lecture-14/SquareRoot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-14/SquareRoot -------------------------------------------------------------------------------- /Lecture-14/SquareRoot.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-14/SquareRoot.cpp -------------------------------------------------------------------------------- /Lecture-14/String: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-14/String -------------------------------------------------------------------------------- /Lecture-14/String.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-14/String.cpp -------------------------------------------------------------------------------- /Lecture-15/InbuiltSort: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-15/InbuiltSort -------------------------------------------------------------------------------- /Lecture-15/InbuiltSort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-15/InbuiltSort.cpp -------------------------------------------------------------------------------- /Lecture-15/LongestNonRepeatSubstring: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-15/LongestNonRepeatSubstring -------------------------------------------------------------------------------- /Lecture-15/LongestNonRepeatSubstring.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-15/LongestNonRepeatSubstring.cpp -------------------------------------------------------------------------------- /Lecture-15/RearrageStringCharacters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-15/RearrageStringCharacters -------------------------------------------------------------------------------- /Lecture-15/RearrageStringCharacters.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-15/RearrageStringCharacters.cpp -------------------------------------------------------------------------------- /Lecture-15/StringArray: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-15/StringArray -------------------------------------------------------------------------------- /Lecture-15/StringArray.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-15/StringArray.cpp -------------------------------------------------------------------------------- /Lecture-15/StringSort: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-15/StringSort -------------------------------------------------------------------------------- /Lecture-15/StringSort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-15/StringSort.cpp -------------------------------------------------------------------------------- /Lecture-15/StringSumNegNumbers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-15/StringSumNegNumbers -------------------------------------------------------------------------------- /Lecture-15/StringSumNegNumbers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-15/StringSumNegNumbers.cpp -------------------------------------------------------------------------------- /Lecture-15/SumOfString: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-15/SumOfString -------------------------------------------------------------------------------- /Lecture-15/SumOfString.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-15/SumOfString.cpp -------------------------------------------------------------------------------- /Lecture-15/Test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-15/Test.cpp -------------------------------------------------------------------------------- /Lecture-16(Test)/butandsellstock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-16(Test)/butandsellstock -------------------------------------------------------------------------------- /Lecture-16(Test)/butandsellstock.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-16(Test)/butandsellstock.cpp -------------------------------------------------------------------------------- /Lecture-16(Test)/maximumdifferenec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-16(Test)/maximumdifferenec -------------------------------------------------------------------------------- /Lecture-16(Test)/maximumdifferenec.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-16(Test)/maximumdifferenec.cpp -------------------------------------------------------------------------------- /Lecture-16(Test)/pairofroses: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-16(Test)/pairofroses -------------------------------------------------------------------------------- /Lecture-16(Test)/pairofroses.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-16(Test)/pairofroses.cpp -------------------------------------------------------------------------------- /Lecture-16(Test)/trailingzeros: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-16(Test)/trailingzeros -------------------------------------------------------------------------------- /Lecture-16(Test)/trailingzeros.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-16(Test)/trailingzeros.cpp -------------------------------------------------------------------------------- /Lecture-17/ArrayIsSorted: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-17/ArrayIsSorted -------------------------------------------------------------------------------- /Lecture-17/ArrayIsSorted.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-17/ArrayIsSorted.cpp -------------------------------------------------------------------------------- /Lecture-17/BubbleSort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-17/BubbleSort.cpp -------------------------------------------------------------------------------- /Lecture-17/Fibonacci: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-17/Fibonacci -------------------------------------------------------------------------------- /Lecture-17/Fibonacci.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-17/Fibonacci.cpp -------------------------------------------------------------------------------- /Lecture-17/Power: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-17/Power -------------------------------------------------------------------------------- /Lecture-17/Power.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-17/Power.cpp -------------------------------------------------------------------------------- /Lecture-17/PrintNumbers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-17/PrintNumbers -------------------------------------------------------------------------------- /Lecture-17/PrintNumbers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-17/PrintNumbers.cpp -------------------------------------------------------------------------------- /Lecture-17/SumOfArray: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-17/SumOfArray -------------------------------------------------------------------------------- /Lecture-17/SumOfArray.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-17/SumOfArray.cpp -------------------------------------------------------------------------------- /Lecture-17/Test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-17/Test -------------------------------------------------------------------------------- /Lecture-17/Test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-17/Test.cpp -------------------------------------------------------------------------------- /Lecture-18/2DVector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-18/2DVector -------------------------------------------------------------------------------- /Lecture-18/2DVector.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-18/2DVector.cpp -------------------------------------------------------------------------------- /Lecture-18/ArrayManipulation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-18/ArrayManipulation -------------------------------------------------------------------------------- /Lecture-18/ArrayManipulation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-18/ArrayManipulation.cpp -------------------------------------------------------------------------------- /Lecture-18/MajorityElement: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-18/MajorityElement -------------------------------------------------------------------------------- /Lecture-18/MajorityElement.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-18/MajorityElement.cpp -------------------------------------------------------------------------------- /Lecture-18/RemoveDuplicates: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-18/RemoveDuplicates -------------------------------------------------------------------------------- /Lecture-18/RemoveDuplicates.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-18/RemoveDuplicates.cpp -------------------------------------------------------------------------------- /Lecture-18/RemoveValue.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-18/RemoveValue.cpp -------------------------------------------------------------------------------- /Lecture-18/Test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-18/Test.cpp -------------------------------------------------------------------------------- /Lecture-18/vectors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-18/vectors -------------------------------------------------------------------------------- /Lecture-18/vectors.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-18/vectors.cpp -------------------------------------------------------------------------------- /Lecture-19/BinarySearch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-19/BinarySearch -------------------------------------------------------------------------------- /Lecture-19/BinarySearch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-19/BinarySearch.cpp -------------------------------------------------------------------------------- /Lecture-19/BubbleSort: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-19/BubbleSort -------------------------------------------------------------------------------- /Lecture-19/BubbleSort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-19/BubbleSort.cpp -------------------------------------------------------------------------------- /Lecture-19/MergeSort: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-19/MergeSort -------------------------------------------------------------------------------- /Lecture-19/MergeSort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-19/MergeSort.cpp -------------------------------------------------------------------------------- /Lecture-19/SelectionSort: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-19/SelectionSort -------------------------------------------------------------------------------- /Lecture-19/SelectionSort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-19/SelectionSort.cpp -------------------------------------------------------------------------------- /Lecture-19/StringToInt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-19/StringToInt -------------------------------------------------------------------------------- /Lecture-19/StringToInt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-19/StringToInt.cpp -------------------------------------------------------------------------------- /Lecture-19/Test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-19/Test -------------------------------------------------------------------------------- /Lecture-19/Test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-19/Test.cpp -------------------------------------------------------------------------------- /Lecture-19/TowerOfHanoi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-19/TowerOfHanoi -------------------------------------------------------------------------------- /Lecture-19/TowerOfHanoi.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-19/TowerOfHanoi.cpp -------------------------------------------------------------------------------- /Lecture-2/BreakStatement: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-2/BreakStatement -------------------------------------------------------------------------------- /Lecture-2/BreakStatement.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-2/BreakStatement.cpp -------------------------------------------------------------------------------- /Lecture-2/Constants: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-2/Constants -------------------------------------------------------------------------------- /Lecture-2/Constants.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-2/Constants.cpp -------------------------------------------------------------------------------- /Lecture-2/FarhnToCelsius: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-2/FarhnToCelsius -------------------------------------------------------------------------------- /Lecture-2/FarhnToCelsius.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-2/FarhnToCelsius.cpp -------------------------------------------------------------------------------- /Lecture-2/Macros: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-2/Macros -------------------------------------------------------------------------------- /Lecture-2/Macros.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-2/Macros.cpp -------------------------------------------------------------------------------- /Lecture-2/Operators: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-2/Operators -------------------------------------------------------------------------------- /Lecture-2/Operators.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-2/Operators.cpp -------------------------------------------------------------------------------- /Lecture-2/Pattern123: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-2/Pattern123 -------------------------------------------------------------------------------- /Lecture-2/Pattern123.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-2/Pattern123.cpp -------------------------------------------------------------------------------- /Lecture-2/PrintAllPrimes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-2/PrintAllPrimes -------------------------------------------------------------------------------- /Lecture-2/PrintAllPrimes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-2/PrintAllPrimes.cpp -------------------------------------------------------------------------------- /Lecture-2/PrintPrimesBreak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-2/PrintPrimesBreak -------------------------------------------------------------------------------- /Lecture-2/PrintPrimesBreak.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-2/PrintPrimesBreak.cpp -------------------------------------------------------------------------------- /Lecture-2/Test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-2/Test -------------------------------------------------------------------------------- /Lecture-2/Test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-2/Test.cpp -------------------------------------------------------------------------------- /Lecture-2/TypeConversion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-2/TypeConversion -------------------------------------------------------------------------------- /Lecture-2/TypeConversion.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-2/TypeConversion.cpp -------------------------------------------------------------------------------- /Lecture-2/UpperToLower: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-2/UpperToLower -------------------------------------------------------------------------------- /Lecture-2/UpperToLower.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-2/UpperToLower.cpp -------------------------------------------------------------------------------- /Lecture-2/forloop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-2/forloop -------------------------------------------------------------------------------- /Lecture-2/forloop.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-2/forloop.cpp -------------------------------------------------------------------------------- /Lecture-2/sizeof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-2/sizeof -------------------------------------------------------------------------------- /Lecture-2/sizeof.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-2/sizeof.cpp -------------------------------------------------------------------------------- /Lecture-20/NQueen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-20/NQueen -------------------------------------------------------------------------------- /Lecture-20/NQueen.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-20/NQueen.cpp -------------------------------------------------------------------------------- /Lecture-20/Permutations: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-20/Permutations -------------------------------------------------------------------------------- /Lecture-20/Permutations.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-20/Permutations.cpp -------------------------------------------------------------------------------- /Lecture-20/RatInMaze: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-20/RatInMaze -------------------------------------------------------------------------------- /Lecture-20/RatInMaze.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-20/RatInMaze.cpp -------------------------------------------------------------------------------- /Lecture-20/Subsequences: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-20/Subsequences -------------------------------------------------------------------------------- /Lecture-20/Subsequences.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-20/Subsequences.cpp -------------------------------------------------------------------------------- /Lecture-20/Test.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Lecture-21/GridMovements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-21/GridMovements -------------------------------------------------------------------------------- /Lecture-21/GridMovements.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-21/GridMovements.cpp -------------------------------------------------------------------------------- /Lecture-21/NStairs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-21/NStairs -------------------------------------------------------------------------------- /Lecture-21/NStairs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-21/NStairs.cpp -------------------------------------------------------------------------------- /Lecture-21/PhoneKeypad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-21/PhoneKeypad -------------------------------------------------------------------------------- /Lecture-21/PhoneKeypad.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-21/PhoneKeypad.cpp -------------------------------------------------------------------------------- /Lecture-21/Sudoku: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-21/Sudoku -------------------------------------------------------------------------------- /Lecture-21/Sudoku.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-21/Sudoku.cpp -------------------------------------------------------------------------------- /Lecture-21/Test.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Lecture-22(QPSLong)/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-22(QPSLong)/.DS_Store -------------------------------------------------------------------------------- /Lecture-22(QPSLong)/FetchWordsFromString: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-22(QPSLong)/FetchWordsFromString -------------------------------------------------------------------------------- /Lecture-22(QPSLong)/FetchWordsFromString.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-22(QPSLong)/FetchWordsFromString.cpp -------------------------------------------------------------------------------- /Lecture-22(QPSLong)/FirstCharUpperCase: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-22(QPSLong)/FirstCharUpperCase -------------------------------------------------------------------------------- /Lecture-22(QPSLong)/FirstCharUpperCase.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-22(QPSLong)/FirstCharUpperCase.cpp -------------------------------------------------------------------------------- /Lecture-22(QPSLong)/LongestPallindromicSubstr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-22(QPSLong)/LongestPallindromicSubstr -------------------------------------------------------------------------------- /Lecture-22(QPSLong)/LongestPallindromicSubstr.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-22(QPSLong)/LongestPallindromicSubstr.cpp -------------------------------------------------------------------------------- /Lecture-22(QPSLong)/MergeKSorted.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-22(QPSLong)/MergeKSorted.cpp -------------------------------------------------------------------------------- /Lecture-22(QPSLong)/MinSwapsToSort: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-22(QPSLong)/MinSwapsToSort -------------------------------------------------------------------------------- /Lecture-22(QPSLong)/MinSwapsToSort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-22(QPSLong)/MinSwapsToSort.cpp -------------------------------------------------------------------------------- /Lecture-22(QPSLong)/MinimumRotationsForSameString: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-22(QPSLong)/MinimumRotationsForSameString -------------------------------------------------------------------------------- /Lecture-22(QPSLong)/MinimumRotationsForSameString.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-22(QPSLong)/MinimumRotationsForSameString.cpp -------------------------------------------------------------------------------- /Lecture-22(QPSLong)/RemoveExtraSpaces: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-22(QPSLong)/RemoveExtraSpaces -------------------------------------------------------------------------------- /Lecture-22(QPSLong)/RemoveExtraSpaces.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-22(QPSLong)/RemoveExtraSpaces.cpp -------------------------------------------------------------------------------- /Lecture-22(QPSLong)/ReverseWords: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-22(QPSLong)/ReverseWords -------------------------------------------------------------------------------- /Lecture-22(QPSLong)/ReverseWords.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-22(QPSLong)/ReverseWords.cpp -------------------------------------------------------------------------------- /Lecture-22(QPSLong)/RotateAndTellCharacter: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-22(QPSLong)/RotateAndTellCharacter -------------------------------------------------------------------------------- /Lecture-22(QPSLong)/RotateAndTellCharacter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-22(QPSLong)/RotateAndTellCharacter.cpp -------------------------------------------------------------------------------- /Lecture-22(QPSLong)/SortCaseCharacters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-22(QPSLong)/SortCaseCharacters -------------------------------------------------------------------------------- /Lecture-22(QPSLong)/SortCaseCharacters.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-22(QPSLong)/SortCaseCharacters.cpp -------------------------------------------------------------------------------- /Lecture-22(QPSLong)/StringAfterCharCount: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-22(QPSLong)/StringAfterCharCount -------------------------------------------------------------------------------- /Lecture-22(QPSLong)/StringAfterCharCount.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-22(QPSLong)/StringAfterCharCount.cpp -------------------------------------------------------------------------------- /Lecture-22(QPSLong)/SubArrayProductLessThanK: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-22(QPSLong)/SubArrayProductLessThanK -------------------------------------------------------------------------------- /Lecture-22(QPSLong)/SubArrayProductLessThanK.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-22(QPSLong)/SubArrayProductLessThanK.cpp -------------------------------------------------------------------------------- /Lecture-22(QPSLong)/SumOfBitDifference: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-22(QPSLong)/SumOfBitDifference -------------------------------------------------------------------------------- /Lecture-22(QPSLong)/SumOfBitDifference.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-22(QPSLong)/SumOfBitDifference.cpp -------------------------------------------------------------------------------- /Lecture-22(QPSLong)/Test.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Lecture-22(QPSLong)/UpdateCharsToMakeUnique: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-22(QPSLong)/UpdateCharsToMakeUnique -------------------------------------------------------------------------------- /Lecture-22(QPSLong)/UpdateCharsToMakeUnique.cp: -------------------------------------------------------------------------------- 1 | UpdateCharsToMakeUnique.cpp -------------------------------------------------------------------------------- /Lecture-22(QPSLong)/UpdateCharsToMakeUnique.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-22(QPSLong)/UpdateCharsToMakeUnique.cpp -------------------------------------------------------------------------------- /Lecture-22(QPSLong)/WordsThatRemainsSame: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-22(QPSLong)/WordsThatRemainsSame -------------------------------------------------------------------------------- /Lecture-22(QPSLong)/WordsThatRemainsSame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-22(QPSLong)/WordsThatRemainsSame.cpp -------------------------------------------------------------------------------- /Lecture-23(QPS Recursion)/ChessElephant: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-23(QPS Recursion)/ChessElephant -------------------------------------------------------------------------------- /Lecture-23(QPS Recursion)/ChessElephant.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-23(QPS Recursion)/ChessElephant.cpp -------------------------------------------------------------------------------- /Lecture-23(QPS Recursion)/Derangements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-23(QPS Recursion)/Derangements -------------------------------------------------------------------------------- /Lecture-23(QPS Recursion)/Derangements.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-23(QPS Recursion)/Derangements.cpp -------------------------------------------------------------------------------- /Lecture-23(QPS Recursion)/FastPower: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-23(QPS Recursion)/FastPower -------------------------------------------------------------------------------- /Lecture-23(QPS Recursion)/FastPower.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-23(QPS Recursion)/FastPower.cpp -------------------------------------------------------------------------------- /Lecture-23(QPS Recursion)/GCD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-23(QPS Recursion)/GCD -------------------------------------------------------------------------------- /Lecture-23(QPS Recursion)/GCD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-23(QPS Recursion)/GCD.cpp -------------------------------------------------------------------------------- /Lecture-23(QPS Recursion)/SplitArray: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-23(QPS Recursion)/SplitArray -------------------------------------------------------------------------------- /Lecture-23(QPS Recursion)/SplitArray.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-23(QPS Recursion)/SplitArray.cpp -------------------------------------------------------------------------------- /Lecture-23(QPS Recursion)/Test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-23(QPS Recursion)/Test -------------------------------------------------------------------------------- /Lecture-23(QPS Recursion)/Test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-23(QPS Recursion)/Test.cpp -------------------------------------------------------------------------------- /Lecture-24/Test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-24/Test.cpp -------------------------------------------------------------------------------- /Lecture-24/oops: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-24/oops -------------------------------------------------------------------------------- /Lecture-24/oops.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-24/oops.cpp -------------------------------------------------------------------------------- /Lecture-25/GenericVector: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-25/GenericVector -------------------------------------------------------------------------------- /Lecture-25/GenericVector.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-25/GenericVector.cpp -------------------------------------------------------------------------------- /Lecture-25/Test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-25/Test -------------------------------------------------------------------------------- /Lecture-25/Test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-25/Test.cpp -------------------------------------------------------------------------------- /Lecture-25/oops: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-25/oops -------------------------------------------------------------------------------- /Lecture-25/oops.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-25/oops.cpp -------------------------------------------------------------------------------- /Lecture-25/vectors: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-25/vectors -------------------------------------------------------------------------------- /Lecture-25/vectors.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-25/vectors.cpp -------------------------------------------------------------------------------- /Lecture-26/Q1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-26/Q1.cpp -------------------------------------------------------------------------------- /Lecture-26/Q2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-26/Q2.cpp -------------------------------------------------------------------------------- /Lecture-26/Q3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-26/Q3.cpp -------------------------------------------------------------------------------- /Lecture-26/Q4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-26/Q4.cpp -------------------------------------------------------------------------------- /Lecture-26/Q6.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-26/Q6.cpp -------------------------------------------------------------------------------- /Lecture-27/Q1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-27/Q1.cpp -------------------------------------------------------------------------------- /Lecture-27/Q2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-27/Q2.cpp -------------------------------------------------------------------------------- /Lecture-27/Q31.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-27/Q31.cpp -------------------------------------------------------------------------------- /Lecture-27/Q32.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-27/Q32.cpp -------------------------------------------------------------------------------- /Lecture-27/Q4.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-27/Q4.cpp -------------------------------------------------------------------------------- /Lecture-27/Q51.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-27/Q51.cpp -------------------------------------------------------------------------------- /Lecture-27/Q52.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-27/Q52.cpp -------------------------------------------------------------------------------- /Lecture-28/Test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-28/Test.cpp -------------------------------------------------------------------------------- /Lecture-29/LinkedList: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-29/LinkedList -------------------------------------------------------------------------------- /Lecture-29/LinkedList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-29/LinkedList.cpp -------------------------------------------------------------------------------- /Lecture-29/Test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-29/Test -------------------------------------------------------------------------------- /Lecture-29/Test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-29/Test.cpp -------------------------------------------------------------------------------- /Lecture-3/BitwiseOperators: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-3/BitwiseOperators -------------------------------------------------------------------------------- /Lecture-3/BitwiseOperators.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-3/BitwiseOperators.cpp -------------------------------------------------------------------------------- /Lecture-3/CharactersCount: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-3/CharactersCount -------------------------------------------------------------------------------- /Lecture-3/CharactersCount.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-3/CharactersCount.cpp -------------------------------------------------------------------------------- /Lecture-3/CountCharacters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-3/CountCharacters -------------------------------------------------------------------------------- /Lecture-3/CountCharacters.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-3/CountCharacters.cpp -------------------------------------------------------------------------------- /Lecture-3/Pattern01: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-3/Pattern01 -------------------------------------------------------------------------------- /Lecture-3/Pattern01.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-3/Pattern01.cpp -------------------------------------------------------------------------------- /Lecture-3/ReverseNumber: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-3/ReverseNumber -------------------------------------------------------------------------------- /Lecture-3/ReverseNumber.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-3/ReverseNumber.cpp -------------------------------------------------------------------------------- /Lecture-3/Scopes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-3/Scopes -------------------------------------------------------------------------------- /Lecture-3/Scopes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-3/Scopes.cpp -------------------------------------------------------------------------------- /Lecture-3/Test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-3/Test -------------------------------------------------------------------------------- /Lecture-3/Test.cpp: -------------------------------------------------------------------------------- 1 | #include 2 | using namespace std; 3 | 4 | int main() { 5 | 6 | return 0; 7 | } -------------------------------------------------------------------------------- /Lecture-3/UniqueNumber1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-3/UniqueNumber1 -------------------------------------------------------------------------------- /Lecture-3/UniqueNumber1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-3/UniqueNumber1.cpp -------------------------------------------------------------------------------- /Lecture-30/LinkedList: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-30/LinkedList -------------------------------------------------------------------------------- /Lecture-30/LinkedList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-30/LinkedList.cpp -------------------------------------------------------------------------------- /Lecture-31/BalancedParanthesis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-31/BalancedParanthesis -------------------------------------------------------------------------------- /Lecture-31/BalancedParanthesis.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-31/BalancedParanthesis.cpp -------------------------------------------------------------------------------- /Lecture-31/InbuiltStack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-31/InbuiltStack -------------------------------------------------------------------------------- /Lecture-31/InbuiltStack.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-31/InbuiltStack.cpp -------------------------------------------------------------------------------- /Lecture-31/LinkedList: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-31/LinkedList -------------------------------------------------------------------------------- /Lecture-31/LinkedList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-31/LinkedList.cpp -------------------------------------------------------------------------------- /Lecture-31/ReverseStack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-31/ReverseStack -------------------------------------------------------------------------------- /Lecture-31/ReverseStack.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-31/ReverseStack.cpp -------------------------------------------------------------------------------- /Lecture-31/Test.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Lecture-31/stack: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-31/stack -------------------------------------------------------------------------------- /Lecture-31/stack.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-31/stack.cpp -------------------------------------------------------------------------------- /Lecture-31/stackusingLL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-31/stackusingLL -------------------------------------------------------------------------------- /Lecture-31/stackusingLL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-31/stackusingLL.cpp -------------------------------------------------------------------------------- /Lecture-32/CoinExchange: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-32/CoinExchange -------------------------------------------------------------------------------- /Lecture-32/CoinExchange.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-32/CoinExchange.cpp -------------------------------------------------------------------------------- /Lecture-32/PallindromePartitioning: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-32/PallindromePartitioning -------------------------------------------------------------------------------- /Lecture-32/PallindromePartitioning.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-32/PallindromePartitioning.cpp -------------------------------------------------------------------------------- /Lecture-32/Subsequences: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-32/Subsequences -------------------------------------------------------------------------------- /Lecture-32/Subsequences.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-32/Subsequences.cpp -------------------------------------------------------------------------------- /Lecture-32/Test.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Lecture-32/structure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-32/structure -------------------------------------------------------------------------------- /Lecture-32/structure.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-32/structure.cpp -------------------------------------------------------------------------------- /Lecture-33/InbuiltQueue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-33/InbuiltQueue -------------------------------------------------------------------------------- /Lecture-33/InbuiltQueue.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-33/InbuiltQueue.cpp -------------------------------------------------------------------------------- /Lecture-33/Queue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-33/Queue -------------------------------------------------------------------------------- /Lecture-33/Queue.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-33/Queue.cpp -------------------------------------------------------------------------------- /Lecture-33/QueueLL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-33/QueueLL -------------------------------------------------------------------------------- /Lecture-33/QueueLL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-33/QueueLL.cpp -------------------------------------------------------------------------------- /Lecture-33/ReverseQueue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-33/ReverseQueue -------------------------------------------------------------------------------- /Lecture-33/ReverseQueue.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-33/ReverseQueue.cpp -------------------------------------------------------------------------------- /Lecture-33/StackUsingQueues: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-33/StackUsingQueues -------------------------------------------------------------------------------- /Lecture-33/StackUsingQueues.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-33/StackUsingQueues.cpp -------------------------------------------------------------------------------- /Lecture-33/Test.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Lecture-34/CoinExchange: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-34/CoinExchange -------------------------------------------------------------------------------- /Lecture-34/CoinExchange.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-34/CoinExchange.cpp -------------------------------------------------------------------------------- /Lecture-34/MinStepsTo1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-34/MinStepsTo1 -------------------------------------------------------------------------------- /Lecture-34/MinStepsTo1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-34/MinStepsTo1.cpp -------------------------------------------------------------------------------- /Lecture-34/Test.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Lecture-34/fibo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-34/fibo -------------------------------------------------------------------------------- /Lecture-34/fibo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-34/fibo.cpp -------------------------------------------------------------------------------- /Lecture-35/BinaryTrees: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-35/BinaryTrees -------------------------------------------------------------------------------- /Lecture-35/BinaryTrees.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-35/BinaryTrees.cpp -------------------------------------------------------------------------------- /Lecture-36/BinaryTrees: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-36/BinaryTrees -------------------------------------------------------------------------------- /Lecture-36/BinaryTrees.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-36/BinaryTrees.cpp -------------------------------------------------------------------------------- /Lecture-36/Test.cpp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Lecture-37/BST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-37/BST -------------------------------------------------------------------------------- /Lecture-37/BST.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-37/BST.cpp -------------------------------------------------------------------------------- /Lecture-37/Test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-37/Test -------------------------------------------------------------------------------- /Lecture-37/Test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-37/Test.cpp -------------------------------------------------------------------------------- /Lecture-38/InbuiltHeaps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-38/InbuiltHeaps -------------------------------------------------------------------------------- /Lecture-38/InbuiltHeaps.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-38/InbuiltHeaps.cpp -------------------------------------------------------------------------------- /Lecture-38/Test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-38/Test -------------------------------------------------------------------------------- /Lecture-38/Test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-38/Test.cpp -------------------------------------------------------------------------------- /Lecture-38/TopKElements: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-38/TopKElements -------------------------------------------------------------------------------- /Lecture-38/TopKElements.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-38/TopKElements.cpp -------------------------------------------------------------------------------- /Lecture-39/Graph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-39/Graph -------------------------------------------------------------------------------- /Lecture-39/Graph.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-39/Graph.cpp -------------------------------------------------------------------------------- /Lecture-39/IntegerAdjacencyList: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-39/IntegerAdjacencyList -------------------------------------------------------------------------------- /Lecture-39/IntegerAdjacencyList.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-39/IntegerAdjacencyList.cpp -------------------------------------------------------------------------------- /Lecture-39/Test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-39/Test -------------------------------------------------------------------------------- /Lecture-39/Test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-39/Test.cpp -------------------------------------------------------------------------------- /Lecture-4/BubbleSort: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-4/BubbleSort -------------------------------------------------------------------------------- /Lecture-4/BubbleSort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-4/BubbleSort.cpp -------------------------------------------------------------------------------- /Lecture-4/Directions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-4/Directions -------------------------------------------------------------------------------- /Lecture-4/Directions.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-4/Directions.cpp -------------------------------------------------------------------------------- /Lecture-4/InsertionSort: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-4/InsertionSort -------------------------------------------------------------------------------- /Lecture-4/InsertionSort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-4/InsertionSort.cpp -------------------------------------------------------------------------------- /Lecture-4/Largest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-4/Largest -------------------------------------------------------------------------------- /Lecture-4/Largest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-4/Largest.cpp -------------------------------------------------------------------------------- /Lecture-4/LinearSearch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-4/LinearSearch -------------------------------------------------------------------------------- /Lecture-4/LinearSearch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-4/LinearSearch.cpp -------------------------------------------------------------------------------- /Lecture-4/PrintReverse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-4/PrintReverse -------------------------------------------------------------------------------- /Lecture-4/PrintReverse.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-4/PrintReverse.cpp -------------------------------------------------------------------------------- /Lecture-4/SelectionSort: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-4/SelectionSort -------------------------------------------------------------------------------- /Lecture-4/SelectionSort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-4/SelectionSort.cpp -------------------------------------------------------------------------------- /Lecture-4/Test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-4/Test -------------------------------------------------------------------------------- /Lecture-4/Test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-4/Test.cpp -------------------------------------------------------------------------------- /Lecture-40/Graph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-40/Graph -------------------------------------------------------------------------------- /Lecture-40/Graph.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-40/Graph.cpp -------------------------------------------------------------------------------- /Lecture-40/WeightedGraph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-40/WeightedGraph -------------------------------------------------------------------------------- /Lecture-40/WeightedGraph.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-40/WeightedGraph.cpp -------------------------------------------------------------------------------- /Lecture-41/SSSP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-41/SSSP -------------------------------------------------------------------------------- /Lecture-41/SSSP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-41/SSSP.cpp -------------------------------------------------------------------------------- /Lecture-41/set: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-41/set -------------------------------------------------------------------------------- /Lecture-41/set.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-41/set.cpp -------------------------------------------------------------------------------- /Lecture-5(QPS)/Arraysumoftwoarrays.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-5(QPS)/Arraysumoftwoarrays.cpp -------------------------------------------------------------------------------- /Lecture-5(QPS)/countingsort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-5(QPS)/countingsort.cpp -------------------------------------------------------------------------------- /Lecture-5(QPS)/findlargestthree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-5(QPS)/findlargestthree.cpp -------------------------------------------------------------------------------- /Lecture-5(QPS)/maximumsubarraysum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-5(QPS)/maximumsubarraysum.cpp -------------------------------------------------------------------------------- /Lecture-6/AppendTwoStrings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-6/AppendTwoStrings -------------------------------------------------------------------------------- /Lecture-6/AppendTwoStrings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-6/AppendTwoStrings.cpp -------------------------------------------------------------------------------- /Lecture-6/CharacterArrays: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-6/CharacterArrays -------------------------------------------------------------------------------- /Lecture-6/CharacterArrays.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-6/CharacterArrays.cpp -------------------------------------------------------------------------------- /Lecture-6/FindLengthofString: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-6/FindLengthofString -------------------------------------------------------------------------------- /Lecture-6/FindLengthofString.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-6/FindLengthofString.cpp -------------------------------------------------------------------------------- /Lecture-6/LargestofNStrings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-6/LargestofNStrings -------------------------------------------------------------------------------- /Lecture-6/LargestofNStrings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-6/LargestofNStrings.cpp -------------------------------------------------------------------------------- /Lecture-6/MirrorInverse.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-6/MirrorInverse.cpp -------------------------------------------------------------------------------- /Lecture-6/NumberMirrorInverse: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-6/NumberMirrorInverse -------------------------------------------------------------------------------- /Lecture-6/NumberMirrorInverse.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-6/NumberMirrorInverse.cpp -------------------------------------------------------------------------------- /Lecture-6/Pallindrome: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-6/Pallindrome -------------------------------------------------------------------------------- /Lecture-6/Pallindrome.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-6/Pallindrome.cpp -------------------------------------------------------------------------------- /Lecture-6/ReadNumberAndString: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-6/ReadNumberAndString -------------------------------------------------------------------------------- /Lecture-6/ReadNumberAndString.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-6/ReadNumberAndString.cpp -------------------------------------------------------------------------------- /Lecture-6/ReverseAString: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-6/ReverseAString -------------------------------------------------------------------------------- /Lecture-6/ReverseAString.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-6/ReverseAString.cpp -------------------------------------------------------------------------------- /Lecture-6/TargetSumTriplets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-6/TargetSumTriplets -------------------------------------------------------------------------------- /Lecture-6/TargetSumTriplets.cp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-6/TargetSumTriplets.cp -------------------------------------------------------------------------------- /Lecture-6/Test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-6/Test.cpp -------------------------------------------------------------------------------- /Lecture-7(QPS)/CountChars: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-7(QPS)/CountChars -------------------------------------------------------------------------------- /Lecture-7(QPS)/CountChars.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-7(QPS)/CountChars.cpp -------------------------------------------------------------------------------- /Lecture-7(QPS)/PermutationsOrNot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-7(QPS)/PermutationsOrNot -------------------------------------------------------------------------------- /Lecture-7(QPS)/PermutationsOrNot.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-7(QPS)/PermutationsOrNot.cpp -------------------------------------------------------------------------------- /Lecture-7(QPS)/PrintSubstrings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-7(QPS)/PrintSubstrings -------------------------------------------------------------------------------- /Lecture-7(QPS)/PrintSubstrings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-7(QPS)/PrintSubstrings.cpp -------------------------------------------------------------------------------- /Lecture-7(QPS)/RainWaterharvesting: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-7(QPS)/RainWaterharvesting -------------------------------------------------------------------------------- /Lecture-7(QPS)/RainWaterharvesting.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-7(QPS)/RainWaterharvesting.cpp -------------------------------------------------------------------------------- /Lecture-7(QPS)/ReverseAString: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-7(QPS)/ReverseAString -------------------------------------------------------------------------------- /Lecture-7(QPS)/ReverseAString.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-7(QPS)/ReverseAString.cpp -------------------------------------------------------------------------------- /Lecture-7(QPS)/Test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-7(QPS)/Test -------------------------------------------------------------------------------- /Lecture-7(QPS)/Test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-7(QPS)/Test.cpp -------------------------------------------------------------------------------- /Lecture-8/CheckPrime: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-8/CheckPrime -------------------------------------------------------------------------------- /Lecture-8/CheckPrime.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-8/CheckPrime.cpp -------------------------------------------------------------------------------- /Lecture-8/CountTriangles: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-8/CountTriangles -------------------------------------------------------------------------------- /Lecture-8/CountTriangles.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-8/CountTriangles.cpp -------------------------------------------------------------------------------- /Lecture-8/Functions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-8/Functions -------------------------------------------------------------------------------- /Lecture-8/Functions.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-8/Functions.cpp -------------------------------------------------------------------------------- /Lecture-8/PrintNumbersTillN: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-8/PrintNumbersTillN -------------------------------------------------------------------------------- /Lecture-8/PrintNumbersTillN.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-8/PrintNumbersTillN.cpp -------------------------------------------------------------------------------- /Lecture-8/SumOfNumbers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-8/SumOfNumbers -------------------------------------------------------------------------------- /Lecture-8/SumOfNumbers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-8/SumOfNumbers.cpp -------------------------------------------------------------------------------- /Lecture-8/Test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-8/Test -------------------------------------------------------------------------------- /Lecture-8/Test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-8/Test.cpp -------------------------------------------------------------------------------- /Lecture-9/CallByValue&Ref: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-9/CallByValue&Ref -------------------------------------------------------------------------------- /Lecture-9/CallByValue&Ref.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-9/CallByValue&Ref.cpp -------------------------------------------------------------------------------- /Lecture-9/Functions: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-9/Functions -------------------------------------------------------------------------------- /Lecture-9/Functions.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-9/Functions.cpp -------------------------------------------------------------------------------- /Lecture-9/MergeSortedArrays: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-9/MergeSortedArrays -------------------------------------------------------------------------------- /Lecture-9/MergeSortedArrays.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-9/MergeSortedArrays.cpp -------------------------------------------------------------------------------- /Lecture-9/PassByRefPointers: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-9/PassByRefPointers -------------------------------------------------------------------------------- /Lecture-9/PassByRefPointers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-9/PassByRefPointers.cpp -------------------------------------------------------------------------------- /Lecture-9/PassingArraysToFunc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-9/PassingArraysToFunc -------------------------------------------------------------------------------- /Lecture-9/PassingArraysToFunc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-9/PassingArraysToFunc.cpp -------------------------------------------------------------------------------- /Lecture-9/PointerAndArrays: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-9/PointerAndArrays -------------------------------------------------------------------------------- /Lecture-9/PointerAndArrays.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-9/PointerAndArrays.cpp -------------------------------------------------------------------------------- /Lecture-9/Test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-9/Test -------------------------------------------------------------------------------- /Lecture-9/Test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Lecture-9/Test.cpp -------------------------------------------------------------------------------- /Qps1/Arraysumoftwoarrays.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Qps1/Arraysumoftwoarrays.cpp -------------------------------------------------------------------------------- /Qps1/countingsort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Qps1/countingsort.cpp -------------------------------------------------------------------------------- /Qps1/findlargestthree.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Qps1/findlargestthree.cpp -------------------------------------------------------------------------------- /Qps1/maximumsubarraysum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Kartik-Mathur/NagarroC-2021/HEAD/Qps1/maximumsubarraysum.cpp --------------------------------------------------------------------------------