├── ACM ICPC Team.py ├── Absolute Permutations.py ├── Alice_Bob.py ├── Alternating Characters.cpp ├── Anagram.py ├── Angry Professor.cpp ├── Append And Delete.cpp ├── Apple AND Orange.cpp ├── Array LeftRotation ├── Array Manipulation.py ├── Beautiful Triplets.cpp ├── Beautiful_binary_string.py ├── Beautiful_days_at_Movies.py ├── Big Sorting.py ├── Birthday Chocolate.cpp ├── Bon Appetit.cpp ├── Breaking The Records.cpp ├── BubbleSort.cpp ├── CaesarCipher.py ├── CatAndMouse.cpp ├── Cavity Map.py ├── ChocolateFeast.py ├── CircularArrayRotation.py ├── ClosestNumber.py ├── Correctness and loop variant.cpp ├── Counting Sort 1.py ├── Counting Sort II.py ├── Counting Valleys.cpp ├── Cut The Sticks.cpp ├── Data Structures └── Heaps │ ├── Jessie And Cookies.py │ └── QHEAP1.py ├── Day Of The Programmer.py ├── Designer PDF.cpp ├── Determine The Winner.py ├── Diagonal Diffrence.py ├── Divisible_Sum_Pairs.cpp ├── Electronics Shop.cpp ├── Encryption.py ├── Extra_Long_Factorials.py ├── Fair Rotations.py ├── Fibonacci Modified.py ├── FibonacciNumbers.cpp ├── Find_Digits.py ├── FirstNonRepeatingChar.cpp ├── Flatland Space Station.py ├── Flipping Bits.cpp ├── Forming A Magic Square.py ├── Full Counting Sort.py ├── FunnyStrings.py ├── GCD.cpp ├── Game Of Thrones I.py ├── Gemstones.py ├── Grid Search.py ├── Halloween_Sale.py ├── High Security.py ├── Hurdle Race.cpp ├── Ice Cream Parlor.cpp ├── Insertion_Sort1.cpp ├── Insertion_Sort2.cpp ├── Intro To Tutorial Challenge.cpp ├── Jim and the Orders.py ├── Jumping Clouds Revisited.py ├── Jumping On The Clouds.cpp ├── Kangaroo.cpp ├── LCM.cpp ├── LICENSE ├── LeetCode ├── BackSpace String Compare.py ├── BestTimeToBuyAndSellStocks.py ├── Combination Sum.py ├── HappyNumbers.py ├── Jewels and Stones.py ├── Last Stone Weight.py ├── Middle Of The Linked List.py ├── MoveZeros.py └── SingleNumber.py ├── Lisa's Workbook.py ├── Lonley Integer.cpp ├── Making Anagrams.py ├── Mansa And Stones.py ├── Mars Exploration.py ├── Max Streaks.py ├── Maximizing XOR.py ├── Maximum Sub Array.py ├── Merge Sort: Counting Inversions.py ├── Min-Max.cpp ├── Minimum Distance.py ├── Missing Numbers.cpp ├── ModifiedKaprekarsNumber.py ├── Others ├── Alien Piano.py ├── Championship.py ├── Foregone Solution.py ├── Nesting Depth.py ├── Record Breaker.py ├── Super Digit.py ├── Swayamwar.py ├── Vestigium.py ├── You Can Go Your Own Way.py ├── [EPAM] - Noddy's fuel issues.py ├── [TCS CodeVita] - Perry the Platypus.py ├── [WIPRO] - Chhota Bheem's Password.py └── magical.py ├── Palindrome Index.py ├── Panagrams.py ├── Permuting Two Array.py ├── Picking Numbers.cpp ├── README.md ├── Recursion Davis' Staircase(DP).py ├── Reduced_string.py ├── Repeated Strings.cpp ├── Running Time Of Algorithm.cpp ├── Save_the_prisoner.py ├── Sequence Equation.cpp ├── Service Lane.py ├── Sherlock And The Valid String.py ├── Sherlock and Squares.cpp ├── Smart_Number.py ├── Sock Merchant.cpp ├── Solve Me First.cpp ├── Staircase.cpp ├── Strange Counter.py ├── String Construction.py ├── SumSquareDiffrenceProjectEuler6.py ├── TaumBday.py ├── The Hurdle Race.cpp ├── The_Time_in_Words.py ├── Time Conversion.cpp ├── Two_strings.py ├── Viral Advertising.cpp ├── XOR_String.py ├── Zig_Zac_Sequence.py ├── geeks for geeks └── Special_Keyboard.cpp ├── largest Rectangle.py ├── library_fine.py ├── longest_substring.py └── sum vs XOR.py /ACM ICPC Team.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/ACM ICPC Team.py -------------------------------------------------------------------------------- /Absolute Permutations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Absolute Permutations.py -------------------------------------------------------------------------------- /Alice_Bob.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Alice_Bob.py -------------------------------------------------------------------------------- /Alternating Characters.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Alternating Characters.cpp -------------------------------------------------------------------------------- /Anagram.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Anagram.py -------------------------------------------------------------------------------- /Angry Professor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Angry Professor.cpp -------------------------------------------------------------------------------- /Append And Delete.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Append And Delete.cpp -------------------------------------------------------------------------------- /Apple AND Orange.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Apple AND Orange.cpp -------------------------------------------------------------------------------- /Array LeftRotation: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Array LeftRotation -------------------------------------------------------------------------------- /Array Manipulation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Array Manipulation.py -------------------------------------------------------------------------------- /Beautiful Triplets.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Beautiful Triplets.cpp -------------------------------------------------------------------------------- /Beautiful_binary_string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Beautiful_binary_string.py -------------------------------------------------------------------------------- /Beautiful_days_at_Movies.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Beautiful_days_at_Movies.py -------------------------------------------------------------------------------- /Big Sorting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Big Sorting.py -------------------------------------------------------------------------------- /Birthday Chocolate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Birthday Chocolate.cpp -------------------------------------------------------------------------------- /Bon Appetit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Bon Appetit.cpp -------------------------------------------------------------------------------- /Breaking The Records.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Breaking The Records.cpp -------------------------------------------------------------------------------- /BubbleSort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/BubbleSort.cpp -------------------------------------------------------------------------------- /CaesarCipher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/CaesarCipher.py -------------------------------------------------------------------------------- /CatAndMouse.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/CatAndMouse.cpp -------------------------------------------------------------------------------- /Cavity Map.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Cavity Map.py -------------------------------------------------------------------------------- /ChocolateFeast.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/ChocolateFeast.py -------------------------------------------------------------------------------- /CircularArrayRotation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/CircularArrayRotation.py -------------------------------------------------------------------------------- /ClosestNumber.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/ClosestNumber.py -------------------------------------------------------------------------------- /Correctness and loop variant.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Correctness and loop variant.cpp -------------------------------------------------------------------------------- /Counting Sort 1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Counting Sort 1.py -------------------------------------------------------------------------------- /Counting Sort II.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Counting Sort II.py -------------------------------------------------------------------------------- /Counting Valleys.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Counting Valleys.cpp -------------------------------------------------------------------------------- /Cut The Sticks.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Cut The Sticks.cpp -------------------------------------------------------------------------------- /Data Structures/Heaps/Jessie And Cookies.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Data Structures/Heaps/Jessie And Cookies.py -------------------------------------------------------------------------------- /Data Structures/Heaps/QHEAP1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Data Structures/Heaps/QHEAP1.py -------------------------------------------------------------------------------- /Day Of The Programmer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Day Of The Programmer.py -------------------------------------------------------------------------------- /Designer PDF.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Designer PDF.cpp -------------------------------------------------------------------------------- /Determine The Winner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Determine The Winner.py -------------------------------------------------------------------------------- /Diagonal Diffrence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Diagonal Diffrence.py -------------------------------------------------------------------------------- /Divisible_Sum_Pairs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Divisible_Sum_Pairs.cpp -------------------------------------------------------------------------------- /Electronics Shop.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Electronics Shop.cpp -------------------------------------------------------------------------------- /Encryption.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Encryption.py -------------------------------------------------------------------------------- /Extra_Long_Factorials.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Extra_Long_Factorials.py -------------------------------------------------------------------------------- /Fair Rotations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Fair Rotations.py -------------------------------------------------------------------------------- /Fibonacci Modified.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Fibonacci Modified.py -------------------------------------------------------------------------------- /FibonacciNumbers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/FibonacciNumbers.cpp -------------------------------------------------------------------------------- /Find_Digits.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Find_Digits.py -------------------------------------------------------------------------------- /FirstNonRepeatingChar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/FirstNonRepeatingChar.cpp -------------------------------------------------------------------------------- /Flatland Space Station.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Flatland Space Station.py -------------------------------------------------------------------------------- /Flipping Bits.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Flipping Bits.cpp -------------------------------------------------------------------------------- /Forming A Magic Square.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Forming A Magic Square.py -------------------------------------------------------------------------------- /Full Counting Sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Full Counting Sort.py -------------------------------------------------------------------------------- /FunnyStrings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/FunnyStrings.py -------------------------------------------------------------------------------- /GCD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/GCD.cpp -------------------------------------------------------------------------------- /Game Of Thrones I.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Game Of Thrones I.py -------------------------------------------------------------------------------- /Gemstones.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Gemstones.py -------------------------------------------------------------------------------- /Grid Search.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Grid Search.py -------------------------------------------------------------------------------- /Halloween_Sale.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Halloween_Sale.py -------------------------------------------------------------------------------- /High Security.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/High Security.py -------------------------------------------------------------------------------- /Hurdle Race.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Hurdle Race.cpp -------------------------------------------------------------------------------- /Ice Cream Parlor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Ice Cream Parlor.cpp -------------------------------------------------------------------------------- /Insertion_Sort1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Insertion_Sort1.cpp -------------------------------------------------------------------------------- /Insertion_Sort2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Insertion_Sort2.cpp -------------------------------------------------------------------------------- /Intro To Tutorial Challenge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Intro To Tutorial Challenge.cpp -------------------------------------------------------------------------------- /Jim and the Orders.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Jim and the Orders.py -------------------------------------------------------------------------------- /Jumping Clouds Revisited.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Jumping Clouds Revisited.py -------------------------------------------------------------------------------- /Jumping On The Clouds.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Jumping On The Clouds.cpp -------------------------------------------------------------------------------- /Kangaroo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Kangaroo.cpp -------------------------------------------------------------------------------- /LCM.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/LCM.cpp -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/LICENSE -------------------------------------------------------------------------------- /LeetCode/BackSpace String Compare.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/LeetCode/BackSpace String Compare.py -------------------------------------------------------------------------------- /LeetCode/BestTimeToBuyAndSellStocks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/LeetCode/BestTimeToBuyAndSellStocks.py -------------------------------------------------------------------------------- /LeetCode/Combination Sum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/LeetCode/Combination Sum.py -------------------------------------------------------------------------------- /LeetCode/HappyNumbers.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/LeetCode/HappyNumbers.py -------------------------------------------------------------------------------- /LeetCode/Jewels and Stones.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/LeetCode/Jewels and Stones.py -------------------------------------------------------------------------------- /LeetCode/Last Stone Weight.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/LeetCode/Last Stone Weight.py -------------------------------------------------------------------------------- /LeetCode/Middle Of The Linked List.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/LeetCode/Middle Of The Linked List.py -------------------------------------------------------------------------------- /LeetCode/MoveZeros.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/LeetCode/MoveZeros.py -------------------------------------------------------------------------------- /LeetCode/SingleNumber.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/LeetCode/SingleNumber.py -------------------------------------------------------------------------------- /Lisa's Workbook.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Lisa's Workbook.py -------------------------------------------------------------------------------- /Lonley Integer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Lonley Integer.cpp -------------------------------------------------------------------------------- /Making Anagrams.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Making Anagrams.py -------------------------------------------------------------------------------- /Mansa And Stones.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Mansa And Stones.py -------------------------------------------------------------------------------- /Mars Exploration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Mars Exploration.py -------------------------------------------------------------------------------- /Max Streaks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Max Streaks.py -------------------------------------------------------------------------------- /Maximizing XOR.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Maximizing XOR.py -------------------------------------------------------------------------------- /Maximum Sub Array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Maximum Sub Array.py -------------------------------------------------------------------------------- /Merge Sort: Counting Inversions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Merge Sort: Counting Inversions.py -------------------------------------------------------------------------------- /Min-Max.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Min-Max.cpp -------------------------------------------------------------------------------- /Minimum Distance.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Minimum Distance.py -------------------------------------------------------------------------------- /Missing Numbers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Missing Numbers.cpp -------------------------------------------------------------------------------- /ModifiedKaprekarsNumber.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/ModifiedKaprekarsNumber.py -------------------------------------------------------------------------------- /Others/Alien Piano.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Others/Alien Piano.py -------------------------------------------------------------------------------- /Others/Championship.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Others/Championship.py -------------------------------------------------------------------------------- /Others/Foregone Solution.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Others/Foregone Solution.py -------------------------------------------------------------------------------- /Others/Nesting Depth.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Others/Nesting Depth.py -------------------------------------------------------------------------------- /Others/Record Breaker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Others/Record Breaker.py -------------------------------------------------------------------------------- /Others/Super Digit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Others/Super Digit.py -------------------------------------------------------------------------------- /Others/Swayamwar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Others/Swayamwar.py -------------------------------------------------------------------------------- /Others/Vestigium.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Others/Vestigium.py -------------------------------------------------------------------------------- /Others/You Can Go Your Own Way.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Others/You Can Go Your Own Way.py -------------------------------------------------------------------------------- /Others/[EPAM] - Noddy's fuel issues.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Others/[EPAM] - Noddy's fuel issues.py -------------------------------------------------------------------------------- /Others/[TCS CodeVita] - Perry the Platypus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Others/[TCS CodeVita] - Perry the Platypus.py -------------------------------------------------------------------------------- /Others/[WIPRO] - Chhota Bheem's Password.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Others/[WIPRO] - Chhota Bheem's Password.py -------------------------------------------------------------------------------- /Others/magical.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Others/magical.py -------------------------------------------------------------------------------- /Palindrome Index.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Palindrome Index.py -------------------------------------------------------------------------------- /Panagrams.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Panagrams.py -------------------------------------------------------------------------------- /Permuting Two Array.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Permuting Two Array.py -------------------------------------------------------------------------------- /Picking Numbers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Picking Numbers.cpp -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/README.md -------------------------------------------------------------------------------- /Recursion Davis' Staircase(DP).py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Recursion Davis' Staircase(DP).py -------------------------------------------------------------------------------- /Reduced_string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Reduced_string.py -------------------------------------------------------------------------------- /Repeated Strings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Repeated Strings.cpp -------------------------------------------------------------------------------- /Running Time Of Algorithm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Running Time Of Algorithm.cpp -------------------------------------------------------------------------------- /Save_the_prisoner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Save_the_prisoner.py -------------------------------------------------------------------------------- /Sequence Equation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Sequence Equation.cpp -------------------------------------------------------------------------------- /Service Lane.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Service Lane.py -------------------------------------------------------------------------------- /Sherlock And The Valid String.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Sherlock And The Valid String.py -------------------------------------------------------------------------------- /Sherlock and Squares.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Sherlock and Squares.cpp -------------------------------------------------------------------------------- /Smart_Number.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Smart_Number.py -------------------------------------------------------------------------------- /Sock Merchant.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Sock Merchant.cpp -------------------------------------------------------------------------------- /Solve Me First.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Solve Me First.cpp -------------------------------------------------------------------------------- /Staircase.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Staircase.cpp -------------------------------------------------------------------------------- /Strange Counter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Strange Counter.py -------------------------------------------------------------------------------- /String Construction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/String Construction.py -------------------------------------------------------------------------------- /SumSquareDiffrenceProjectEuler6.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/SumSquareDiffrenceProjectEuler6.py -------------------------------------------------------------------------------- /TaumBday.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/TaumBday.py -------------------------------------------------------------------------------- /The Hurdle Race.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/The Hurdle Race.cpp -------------------------------------------------------------------------------- /The_Time_in_Words.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/The_Time_in_Words.py -------------------------------------------------------------------------------- /Time Conversion.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Time Conversion.cpp -------------------------------------------------------------------------------- /Two_strings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Two_strings.py -------------------------------------------------------------------------------- /Viral Advertising.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Viral Advertising.cpp -------------------------------------------------------------------------------- /XOR_String.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/XOR_String.py -------------------------------------------------------------------------------- /Zig_Zac_Sequence.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/Zig_Zac_Sequence.py -------------------------------------------------------------------------------- /geeks for geeks/Special_Keyboard.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/geeks for geeks/Special_Keyboard.cpp -------------------------------------------------------------------------------- /largest Rectangle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/largest Rectangle.py -------------------------------------------------------------------------------- /library_fine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/library_fine.py -------------------------------------------------------------------------------- /longest_substring.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/longest_substring.py -------------------------------------------------------------------------------- /sum vs XOR.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaviPabari/HackerRank-Problems/HEAD/sum vs XOR.py --------------------------------------------------------------------------------