├── .gitattributes ├── .gitignore ├── 10-Days-of-JavaScript ├── Day 0 │ ├── Day 0 Data Types.js │ └── Day 0 Hello, World!.js ├── Day 1 │ ├── Day 1 Arithmetic Operators.js │ ├── Day 1 Functions.js │ └── Day 1 Let and Const.js ├── Day 2 │ ├── Day 2 Conditional Statements If-Else.js │ ├── Day 2 Conditional Statements Switch.js │ └── Day 2 Loops.js ├── Day 3 │ ├── Day 3 Arrays.js │ ├── Day 3 Throw.js │ └── Day 3 Try, Catch, and Finally.js ├── Day 4 │ ├── Day 4 Count Objects.js │ ├── Day 4 Classes.js │ └── Day 4 Create a Rectangle Object.js ├── Day 5 │ ├── Day 5 Arrow Functions.js │ ├── Day 5 Inheritance.js │ └── Day 5 Template Literals.js ├── Day 6 │ ├── Day 6 Bitwise Operators.js │ └── Day 6 JavaScript Dates.js ├── Day 7 Regular Expressions │ ├── Day 7 Regular Expressions I.js │ ├── Day 7 Regular Expressions II.js │ └── Day 7 Regular Expressions III.js ├── Day 8 Buttons Container │ ├── buttonGrid.css │ └── index.html ├── Day 9 Binary Calculator │ ├── binaryCalculator.css │ └── index.html └── README.md ├── 30 Days of Code ├── Day 00: Hello, World.py ├── Day 01: Data Types.py ├── Day 02: Operators.py ├── Day 03: Intro to Conditional Statements.cpp ├── Day 04: Class vs. Instance.cpp ├── Day 05: Loops.cpp ├── Day 06: Let's Review.cpp ├── Day 07: Arrays.cpp ├── Day 08: Dictionaries and Maps.cpp ├── Day 09: Recursion 3.cpp ├── Day 10: Binary Numbers.cpp ├── Day 11: 2D Arrays.cpp ├── Day 11: 2D Arrays.py ├── Day 12: Inheritance.cpp ├── Day 13: Abstract Classes.cpp ├── Day 14: Scope.cpp ├── Day 15: Linked List.cpp ├── Day 16: Exceptions - String to Integer.cpp ├── Day 16: Exceptions - String to Integer.py ├── Day 17: More Exceptions.cpp ├── Day 17: More Exceptions.py ├── Day 18: Queues and Stacks.py ├── Day 19: Interfaces.cpp ├── Day 20: Sorting.cpp ├── Day 21: Generics.cpp ├── Day 22: Binary Search Trees.cpp ├── Day 23: BST Level-Order Traversal.cpp ├── Day 24: More Linked Lists.py ├── Day 25: Running Time and Complexity.cpp ├── Day 26: Nested Logic.py ├── Day 27: Testing.py ├── Day 28: RegEx, Patterns, and Intro to Databases.py ├── Day 29: Bitwise AND.java └── README.md ├── C++ ├── Accessing Inherited Functions.cpp ├── Arrays Introduction.cpp ├── Attribute Parser.cpp ├── Basic Data Types.cpp ├── Box It.cpp ├── Class.cpp ├── Classes and Objects..cpp ├── Conditional Statements.cpp ├── Cpp exception handling.cpp ├── Exceptional Server.cpp ├── For loops.cpp ├── Functions.cpp ├── Hotel Prices.cpp ├── Inheritance Introduction.cpp ├── Inherited Code.cpp ├── Input and Output.cpp ├── Lower Bound-STL.cpp ├── Maps-STL.cpp ├── Messages Order.cpp ├── Multi Level Inheritance.cpp ├── Overloading Ostream Operator.cpp ├── Pointer.cpp ├── README.md ├── Rectangle Area.cpp ├── Say Hello, World! With C++.cpp ├── Sets-STL.cpp ├── StringStream.cpp ├── Strings.cpp ├── Structs.cpp ├── Variable Sized Arrays.cpp ├── Vector-Erase.cpp ├── Vector-Sort.cpp └── Virtual Functions.cpp ├── C ├── 1D Arrays in C.c ├── Array Reversal.c ├── Bitwise Operators.c ├── Boxes through a Tunnel.c ├── Calculate the Nth term.c ├── Conditional Statements in C.c ├── Digit Frequency.c ├── For Loop in C.c ├── Functions in C.c ├── Hello World in C.c ├── Permutations of Strings.c ├── Playing With Characters.c ├── Pointers in C.c ├── Printing Pattern using Loops.c ├── Printing Tokens.c ├── README.md ├── Small Triangles - Large Triangles.c ├── Students Marks Sum.c ├── Sum and Difference of Two Numbers.c └── Sum of Digits of a Five Digit Number.c ├── Java ├── Java Abstract Class.java ├── Java BitSet.java ├── Java Exception Handling (Try-catch).java ├── Java Exception Handling.java ├── Java If-Else.java ├── Java Inheritance I.java ├── Java Inheritance II.java ├── Java Instanceof keyword.java ├── Java Interface.java ├── Java Iterator.java ├── Java Lambda Expressions.java ├── Java MD5.java ├── Java Method Overriding 2 (Super Keyword).java ├── Java Method Overriding.java ├── Java SHA-256.java ├── Java Stdin and Stdout.java ├── Java Varargs - Simple Addition.java ├── Prime Checker.java └── Welcome to Java.java ├── LICENSE ├── Linux Shell ├── A Personalized Echo.sh ├── Arithmetic Operations.sh ├── Comparing Numbers.sh ├── Compute the Average.sh ├── Cut #1.sh ├── Cut #2.sh ├── Cut #3.sh ├── Cut #4.sh ├── Cut #5.sh ├── Cut #6.sh ├── Cut #7.sh ├── Cut #8.sh ├── Cut #9.sh ├── Getting started with conditionals.sh ├── Let's Echo.sh ├── Looping and Skipping.sh ├── Looping with Numbers.sh ├── More on Conditionals.sh ├── README.md └── The World of Numbers.sh ├── Problem Solving (Basic)-Skill Test ├── Nearly-Similar-Rectangles.py └── Vowel-Substring.py ├── Problem Solving ├── Algorithms │ ├── A Very Big Sum.py │ ├── Almost Sorted.cpp │ ├── Angry Professor.py │ ├── Apple and Orange.py │ ├── Beautiful Days at the Movies.py │ ├── Birthday Cake Candles.py │ ├── Birthday Chocolate.py │ ├── Bon Appetit.py │ ├── Breaking the Records.py │ ├── CamelCase.cpp │ ├── CamelCase.py │ ├── Cats and a Mouse.cpp │ ├── Compare the Triplets.py │ ├── Counting Valleys.py │ ├── Cut the sticks.cpp │ ├── Designer PDF Viewer.py │ ├── Diagonal Difference.cpp │ ├── Divisible Sum Pairs.cpp │ ├── Electronics Shop.cpp │ ├── Find Digits.cpp │ ├── Grading Students.py │ ├── Happy Ladybugs.cpp │ ├── Kangaroo.cpp │ ├── Larry's Array.cpp │ ├── Lonely Integer.java │ ├── Mars Exploration.py │ ├── Maximizing XOR.java │ ├── Migratory Birds.py │ ├── Mini-Max Sum.cpp │ ├── Permuting Two Arrays.py │ ├── Plus Minus.py │ ├── Prime Dates.py │ ├── Save the Prisoner.py │ ├── Sequence Equation.cpp │ ├── Sherlock and Anagrams.py │ ├── Simple Array Sum.cpp │ ├── Smart Number.cpp │ ├── Sock Merchant .py │ ├── Solve Me First.cpp │ ├── Staircase.cpp │ ├── Strange Counter.cpp │ ├── The Hurdle Race.py │ ├── The Indian Job.py │ ├── Time Conversion.py │ ├── Utopian Tree.py │ ├── Viral Advertising.py │ ├── XOR Strings.cpp │ ├── XOR Strings.py │ └── Zig Zag Sequence.cpp ├── Data Structures │ ├── AND xor OR.py │ ├── Data Structures MCQ 1.txt │ ├── Data Structures MCQ 2.txt │ ├── Data Structures MCQ 3.txt │ ├── Minimum Average Waiting Time.py │ ├── Poisonous Plants.py │ ├── Swap Nodes [Algo].py │ └── Waiter.py └── README.md ├── Python-Skill Test ├── Python- Average Function.py └── Python: Reverse Word And Swap Case.py ├── Python ├── Arithmetic Operators.py ├── Array Mathematics.py ├── Arrays.py ├── Athlete_Sort.py ├── Calendar Module.py ├── Concatenate.py ├── Default Arguments.py ├── Dot and Cross.py ├── Exceptions.py ├── Eye and Identity.py ├── Floor, Ceil and Rint.py ├── Incorrect Regex.py ├── Inner and Outer.py ├── Linear Algebra.py ├── Loops.py ├── Mean, Var, and Std.py ├── Min and Max.py ├── No Idea!.py ├── Polynomials.py ├── Print Function.py ├── Python Division.py ├── Python If-Else.py ├── README.md ├── Say Hello, World With Python.py ├── Shape and Reshape.py ├── Sum and Prod.py ├── The Minion Game.py ├── Time Delta.py ├── Transpose and Flatten.py ├── What's Your Name.py ├── Words Score.py ├── Write a function.py ├── XML 1 - Find the Score.py ├── XML2 - Find the Maximum Depth.py ├── Zeros and Ones.py ├── any_or_all.py ├── any_or_all_1.py ├── find_a_string.py ├── find_the_runner_up_score.py ├── finding_the_percentage.py ├── ginortS.py ├── input().py ├── listcomprehensions.py ├── lists.py ├── mutations.py ├── nested_lists.py ├── python_evaluation.py ├── string_split_and_join.py ├── swapcase.py ├── tuples.py └── zipped.py ├── README.md ├── SQL (Basic) Skill Test ├── Country Codes.sql └── Student analysis.sql └── profile.png /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /10-Days-of-JavaScript/Day 0/Day 0 Data Types.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/10-Days-of-JavaScript/Day 0/Day 0 Data Types.js -------------------------------------------------------------------------------- /10-Days-of-JavaScript/Day 0/Day 0 Hello, World!.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/10-Days-of-JavaScript/Day 0/Day 0 Hello, World!.js -------------------------------------------------------------------------------- /10-Days-of-JavaScript/Day 1/Day 1 Arithmetic Operators.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/10-Days-of-JavaScript/Day 1/Day 1 Arithmetic Operators.js -------------------------------------------------------------------------------- /10-Days-of-JavaScript/Day 1/Day 1 Functions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/10-Days-of-JavaScript/Day 1/Day 1 Functions.js -------------------------------------------------------------------------------- /10-Days-of-JavaScript/Day 1/Day 1 Let and Const.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/10-Days-of-JavaScript/Day 1/Day 1 Let and Const.js -------------------------------------------------------------------------------- /10-Days-of-JavaScript/Day 2/Day 2 Conditional Statements If-Else.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/10-Days-of-JavaScript/Day 2/Day 2 Conditional Statements If-Else.js -------------------------------------------------------------------------------- /10-Days-of-JavaScript/Day 2/Day 2 Conditional Statements Switch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/10-Days-of-JavaScript/Day 2/Day 2 Conditional Statements Switch.js -------------------------------------------------------------------------------- /10-Days-of-JavaScript/Day 2/Day 2 Loops.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/10-Days-of-JavaScript/Day 2/Day 2 Loops.js -------------------------------------------------------------------------------- /10-Days-of-JavaScript/Day 3/Day 3 Arrays.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/10-Days-of-JavaScript/Day 3/Day 3 Arrays.js -------------------------------------------------------------------------------- /10-Days-of-JavaScript/Day 3/Day 3 Throw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/10-Days-of-JavaScript/Day 3/Day 3 Throw.js -------------------------------------------------------------------------------- /10-Days-of-JavaScript/Day 3/Day 3 Try, Catch, and Finally.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/10-Days-of-JavaScript/Day 3/Day 3 Try, Catch, and Finally.js -------------------------------------------------------------------------------- /10-Days-of-JavaScript/Day 4/Day 4 Count Objects.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/10-Days-of-JavaScript/Day 4/Day 4 Count Objects.js -------------------------------------------------------------------------------- /10-Days-of-JavaScript/Day 4/Day 4 Classes.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/10-Days-of-JavaScript/Day 4/Day 4 Classes.js -------------------------------------------------------------------------------- /10-Days-of-JavaScript/Day 4/Day 4 Create a Rectangle Object.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/10-Days-of-JavaScript/Day 4/Day 4 Create a Rectangle Object.js -------------------------------------------------------------------------------- /10-Days-of-JavaScript/Day 5/Day 5 Arrow Functions.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/10-Days-of-JavaScript/Day 5/Day 5 Arrow Functions.js -------------------------------------------------------------------------------- /10-Days-of-JavaScript/Day 5/Day 5 Inheritance.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/10-Days-of-JavaScript/Day 5/Day 5 Inheritance.js -------------------------------------------------------------------------------- /10-Days-of-JavaScript/Day 5/Day 5 Template Literals.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/10-Days-of-JavaScript/Day 5/Day 5 Template Literals.js -------------------------------------------------------------------------------- /10-Days-of-JavaScript/Day 6/Day 6 Bitwise Operators.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/10-Days-of-JavaScript/Day 6/Day 6 Bitwise Operators.js -------------------------------------------------------------------------------- /10-Days-of-JavaScript/Day 6/Day 6 JavaScript Dates.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/10-Days-of-JavaScript/Day 6/Day 6 JavaScript Dates.js -------------------------------------------------------------------------------- /10-Days-of-JavaScript/Day 7 Regular Expressions/Day 7 Regular Expressions I.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/10-Days-of-JavaScript/Day 7 Regular Expressions/Day 7 Regular Expressions I.js -------------------------------------------------------------------------------- /10-Days-of-JavaScript/Day 7 Regular Expressions/Day 7 Regular Expressions II.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/10-Days-of-JavaScript/Day 7 Regular Expressions/Day 7 Regular Expressions II.js -------------------------------------------------------------------------------- /10-Days-of-JavaScript/Day 7 Regular Expressions/Day 7 Regular Expressions III.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/10-Days-of-JavaScript/Day 7 Regular Expressions/Day 7 Regular Expressions III.js -------------------------------------------------------------------------------- /10-Days-of-JavaScript/Day 8 Buttons Container/buttonGrid.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/10-Days-of-JavaScript/Day 8 Buttons Container/buttonGrid.css -------------------------------------------------------------------------------- /10-Days-of-JavaScript/Day 8 Buttons Container/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/10-Days-of-JavaScript/Day 8 Buttons Container/index.html -------------------------------------------------------------------------------- /10-Days-of-JavaScript/Day 9 Binary Calculator/binaryCalculator.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/10-Days-of-JavaScript/Day 9 Binary Calculator/binaryCalculator.css -------------------------------------------------------------------------------- /10-Days-of-JavaScript/Day 9 Binary Calculator/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/10-Days-of-JavaScript/Day 9 Binary Calculator/index.html -------------------------------------------------------------------------------- /10-Days-of-JavaScript/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/10-Days-of-JavaScript/README.md -------------------------------------------------------------------------------- /30 Days of Code/Day 00: Hello, World.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/30 Days of Code/Day 00: Hello, World.py -------------------------------------------------------------------------------- /30 Days of Code/Day 01: Data Types.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/30 Days of Code/Day 01: Data Types.py -------------------------------------------------------------------------------- /30 Days of Code/Day 02: Operators.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/30 Days of Code/Day 02: Operators.py -------------------------------------------------------------------------------- /30 Days of Code/Day 03: Intro to Conditional Statements.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/30 Days of Code/Day 03: Intro to Conditional Statements.cpp -------------------------------------------------------------------------------- /30 Days of Code/Day 04: Class vs. Instance.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/30 Days of Code/Day 04: Class vs. Instance.cpp -------------------------------------------------------------------------------- /30 Days of Code/Day 05: Loops.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/30 Days of Code/Day 05: Loops.cpp -------------------------------------------------------------------------------- /30 Days of Code/Day 06: Let's Review.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/30 Days of Code/Day 06: Let's Review.cpp -------------------------------------------------------------------------------- /30 Days of Code/Day 07: Arrays.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/30 Days of Code/Day 07: Arrays.cpp -------------------------------------------------------------------------------- /30 Days of Code/Day 08: Dictionaries and Maps.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/30 Days of Code/Day 08: Dictionaries and Maps.cpp -------------------------------------------------------------------------------- /30 Days of Code/Day 09: Recursion 3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/30 Days of Code/Day 09: Recursion 3.cpp -------------------------------------------------------------------------------- /30 Days of Code/Day 10: Binary Numbers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/30 Days of Code/Day 10: Binary Numbers.cpp -------------------------------------------------------------------------------- /30 Days of Code/Day 11: 2D Arrays.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/30 Days of Code/Day 11: 2D Arrays.cpp -------------------------------------------------------------------------------- /30 Days of Code/Day 11: 2D Arrays.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/30 Days of Code/Day 11: 2D Arrays.py -------------------------------------------------------------------------------- /30 Days of Code/Day 12: Inheritance.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/30 Days of Code/Day 12: Inheritance.cpp -------------------------------------------------------------------------------- /30 Days of Code/Day 13: Abstract Classes.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/30 Days of Code/Day 13: Abstract Classes.cpp -------------------------------------------------------------------------------- /30 Days of Code/Day 14: Scope.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/30 Days of Code/Day 14: Scope.cpp -------------------------------------------------------------------------------- /30 Days of Code/Day 15: Linked List.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/30 Days of Code/Day 15: Linked List.cpp -------------------------------------------------------------------------------- /30 Days of Code/Day 16: Exceptions - String to Integer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/30 Days of Code/Day 16: Exceptions - String to Integer.cpp -------------------------------------------------------------------------------- /30 Days of Code/Day 16: Exceptions - String to Integer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/30 Days of Code/Day 16: Exceptions - String to Integer.py -------------------------------------------------------------------------------- /30 Days of Code/Day 17: More Exceptions.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/30 Days of Code/Day 17: More Exceptions.cpp -------------------------------------------------------------------------------- /30 Days of Code/Day 17: More Exceptions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/30 Days of Code/Day 17: More Exceptions.py -------------------------------------------------------------------------------- /30 Days of Code/Day 18: Queues and Stacks.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/30 Days of Code/Day 18: Queues and Stacks.py -------------------------------------------------------------------------------- /30 Days of Code/Day 19: Interfaces.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/30 Days of Code/Day 19: Interfaces.cpp -------------------------------------------------------------------------------- /30 Days of Code/Day 20: Sorting.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/30 Days of Code/Day 20: Sorting.cpp -------------------------------------------------------------------------------- /30 Days of Code/Day 21: Generics.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/30 Days of Code/Day 21: Generics.cpp -------------------------------------------------------------------------------- /30 Days of Code/Day 22: Binary Search Trees.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/30 Days of Code/Day 22: Binary Search Trees.cpp -------------------------------------------------------------------------------- /30 Days of Code/Day 23: BST Level-Order Traversal.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/30 Days of Code/Day 23: BST Level-Order Traversal.cpp -------------------------------------------------------------------------------- /30 Days of Code/Day 24: More Linked Lists.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/30 Days of Code/Day 24: More Linked Lists.py -------------------------------------------------------------------------------- /30 Days of Code/Day 25: Running Time and Complexity.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/30 Days of Code/Day 25: Running Time and Complexity.cpp -------------------------------------------------------------------------------- /30 Days of Code/Day 26: Nested Logic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/30 Days of Code/Day 26: Nested Logic.py -------------------------------------------------------------------------------- /30 Days of Code/Day 27: Testing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/30 Days of Code/Day 27: Testing.py -------------------------------------------------------------------------------- /30 Days of Code/Day 28: RegEx, Patterns, and Intro to Databases.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/30 Days of Code/Day 28: RegEx, Patterns, and Intro to Databases.py -------------------------------------------------------------------------------- /30 Days of Code/Day 29: Bitwise AND.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/30 Days of Code/Day 29: Bitwise AND.java -------------------------------------------------------------------------------- /30 Days of Code/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/30 Days of Code/README.md -------------------------------------------------------------------------------- /C++/Accessing Inherited Functions.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C++/Accessing Inherited Functions.cpp -------------------------------------------------------------------------------- /C++/Arrays Introduction.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C++/Arrays Introduction.cpp -------------------------------------------------------------------------------- /C++/Attribute Parser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C++/Attribute Parser.cpp -------------------------------------------------------------------------------- /C++/Basic Data Types.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C++/Basic Data Types.cpp -------------------------------------------------------------------------------- /C++/Box It.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C++/Box It.cpp -------------------------------------------------------------------------------- /C++/Class.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C++/Class.cpp -------------------------------------------------------------------------------- /C++/Classes and Objects..cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C++/Classes and Objects..cpp -------------------------------------------------------------------------------- /C++/Conditional Statements.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C++/Conditional Statements.cpp -------------------------------------------------------------------------------- /C++/Cpp exception handling.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C++/Cpp exception handling.cpp -------------------------------------------------------------------------------- /C++/Exceptional Server.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C++/Exceptional Server.cpp -------------------------------------------------------------------------------- /C++/For loops.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C++/For loops.cpp -------------------------------------------------------------------------------- /C++/Functions.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C++/Functions.cpp -------------------------------------------------------------------------------- /C++/Hotel Prices.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C++/Hotel Prices.cpp -------------------------------------------------------------------------------- /C++/Inheritance Introduction.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C++/Inheritance Introduction.cpp -------------------------------------------------------------------------------- /C++/Inherited Code.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C++/Inherited Code.cpp -------------------------------------------------------------------------------- /C++/Input and Output.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C++/Input and Output.cpp -------------------------------------------------------------------------------- /C++/Lower Bound-STL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C++/Lower Bound-STL.cpp -------------------------------------------------------------------------------- /C++/Maps-STL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C++/Maps-STL.cpp -------------------------------------------------------------------------------- /C++/Messages Order.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C++/Messages Order.cpp -------------------------------------------------------------------------------- /C++/Multi Level Inheritance.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C++/Multi Level Inheritance.cpp -------------------------------------------------------------------------------- /C++/Overloading Ostream Operator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C++/Overloading Ostream Operator.cpp -------------------------------------------------------------------------------- /C++/Pointer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C++/Pointer.cpp -------------------------------------------------------------------------------- /C++/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C++/README.md -------------------------------------------------------------------------------- /C++/Rectangle Area.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C++/Rectangle Area.cpp -------------------------------------------------------------------------------- /C++/Say Hello, World! With C++.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C++/Say Hello, World! With C++.cpp -------------------------------------------------------------------------------- /C++/Sets-STL.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C++/Sets-STL.cpp -------------------------------------------------------------------------------- /C++/StringStream.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C++/StringStream.cpp -------------------------------------------------------------------------------- /C++/Strings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C++/Strings.cpp -------------------------------------------------------------------------------- /C++/Structs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C++/Structs.cpp -------------------------------------------------------------------------------- /C++/Variable Sized Arrays.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C++/Variable Sized Arrays.cpp -------------------------------------------------------------------------------- /C++/Vector-Erase.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C++/Vector-Erase.cpp -------------------------------------------------------------------------------- /C++/Vector-Sort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C++/Vector-Sort.cpp -------------------------------------------------------------------------------- /C++/Virtual Functions.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C++/Virtual Functions.cpp -------------------------------------------------------------------------------- /C/1D Arrays in C.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C/1D Arrays in C.c -------------------------------------------------------------------------------- /C/Array Reversal.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C/Array Reversal.c -------------------------------------------------------------------------------- /C/Bitwise Operators.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C/Bitwise Operators.c -------------------------------------------------------------------------------- /C/Boxes through a Tunnel.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C/Boxes through a Tunnel.c -------------------------------------------------------------------------------- /C/Calculate the Nth term.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C/Calculate the Nth term.c -------------------------------------------------------------------------------- /C/Conditional Statements in C.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C/Conditional Statements in C.c -------------------------------------------------------------------------------- /C/Digit Frequency.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C/Digit Frequency.c -------------------------------------------------------------------------------- /C/For Loop in C.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C/For Loop in C.c -------------------------------------------------------------------------------- /C/Functions in C.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C/Functions in C.c -------------------------------------------------------------------------------- /C/Hello World in C.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C/Hello World in C.c -------------------------------------------------------------------------------- /C/Permutations of Strings.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C/Permutations of Strings.c -------------------------------------------------------------------------------- /C/Playing With Characters.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C/Playing With Characters.c -------------------------------------------------------------------------------- /C/Pointers in C.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C/Pointers in C.c -------------------------------------------------------------------------------- /C/Printing Pattern using Loops.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C/Printing Pattern using Loops.c -------------------------------------------------------------------------------- /C/Printing Tokens.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C/Printing Tokens.c -------------------------------------------------------------------------------- /C/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C/README.md -------------------------------------------------------------------------------- /C/Small Triangles - Large Triangles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C/Small Triangles - Large Triangles.c -------------------------------------------------------------------------------- /C/Students Marks Sum.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C/Students Marks Sum.c -------------------------------------------------------------------------------- /C/Sum and Difference of Two Numbers.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C/Sum and Difference of Two Numbers.c -------------------------------------------------------------------------------- /C/Sum of Digits of a Five Digit Number.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/C/Sum of Digits of a Five Digit Number.c -------------------------------------------------------------------------------- /Java/Java Abstract Class.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Java/Java Abstract Class.java -------------------------------------------------------------------------------- /Java/Java BitSet.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Java/Java BitSet.java -------------------------------------------------------------------------------- /Java/Java Exception Handling (Try-catch).java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Java/Java Exception Handling (Try-catch).java -------------------------------------------------------------------------------- /Java/Java Exception Handling.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Java/Java Exception Handling.java -------------------------------------------------------------------------------- /Java/Java If-Else.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Java/Java If-Else.java -------------------------------------------------------------------------------- /Java/Java Inheritance I.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Java/Java Inheritance I.java -------------------------------------------------------------------------------- /Java/Java Inheritance II.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Java/Java Inheritance II.java -------------------------------------------------------------------------------- /Java/Java Instanceof keyword.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Java/Java Instanceof keyword.java -------------------------------------------------------------------------------- /Java/Java Interface.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Java/Java Interface.java -------------------------------------------------------------------------------- /Java/Java Iterator.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Java/Java Iterator.java -------------------------------------------------------------------------------- /Java/Java Lambda Expressions.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Java/Java Lambda Expressions.java -------------------------------------------------------------------------------- /Java/Java MD5.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Java/Java MD5.java -------------------------------------------------------------------------------- /Java/Java Method Overriding 2 (Super Keyword).java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Java/Java Method Overriding 2 (Super Keyword).java -------------------------------------------------------------------------------- /Java/Java Method Overriding.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Java/Java Method Overriding.java -------------------------------------------------------------------------------- /Java/Java SHA-256.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Java/Java SHA-256.java -------------------------------------------------------------------------------- /Java/Java Stdin and Stdout.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Java/Java Stdin and Stdout.java -------------------------------------------------------------------------------- /Java/Java Varargs - Simple Addition.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Java/Java Varargs - Simple Addition.java -------------------------------------------------------------------------------- /Java/Prime Checker.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Java/Prime Checker.java -------------------------------------------------------------------------------- /Java/Welcome to Java.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Java/Welcome to Java.java -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/LICENSE -------------------------------------------------------------------------------- /Linux Shell/A Personalized Echo.sh: -------------------------------------------------------------------------------- 1 | read name 2 | echo "Welcome $name" -------------------------------------------------------------------------------- /Linux Shell/Arithmetic Operations.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Linux Shell/Arithmetic Operations.sh -------------------------------------------------------------------------------- /Linux Shell/Comparing Numbers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Linux Shell/Comparing Numbers.sh -------------------------------------------------------------------------------- /Linux Shell/Compute the Average.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Linux Shell/Compute the Average.sh -------------------------------------------------------------------------------- /Linux Shell/Cut #1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Linux Shell/Cut #1.sh -------------------------------------------------------------------------------- /Linux Shell/Cut #2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Linux Shell/Cut #2.sh -------------------------------------------------------------------------------- /Linux Shell/Cut #3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Linux Shell/Cut #3.sh -------------------------------------------------------------------------------- /Linux Shell/Cut #4.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Linux Shell/Cut #4.sh -------------------------------------------------------------------------------- /Linux Shell/Cut #5.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Linux Shell/Cut #5.sh -------------------------------------------------------------------------------- /Linux Shell/Cut #6.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Linux Shell/Cut #6.sh -------------------------------------------------------------------------------- /Linux Shell/Cut #7.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Linux Shell/Cut #7.sh -------------------------------------------------------------------------------- /Linux Shell/Cut #8.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Linux Shell/Cut #8.sh -------------------------------------------------------------------------------- /Linux Shell/Cut #9.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Linux Shell/Cut #9.sh -------------------------------------------------------------------------------- /Linux Shell/Getting started with conditionals.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Linux Shell/Getting started with conditionals.sh -------------------------------------------------------------------------------- /Linux Shell/Let's Echo.sh: -------------------------------------------------------------------------------- 1 | echo 'HELLO' -------------------------------------------------------------------------------- /Linux Shell/Looping and Skipping.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Linux Shell/Looping and Skipping.sh -------------------------------------------------------------------------------- /Linux Shell/Looping with Numbers.sh: -------------------------------------------------------------------------------- 1 | for i in {1..50} 2 | do echo "$i" 3 | done 4 | 5 | -------------------------------------------------------------------------------- /Linux Shell/More on Conditionals.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Linux Shell/More on Conditionals.sh -------------------------------------------------------------------------------- /Linux Shell/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Linux Shell/README.md -------------------------------------------------------------------------------- /Linux Shell/The World of Numbers.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Linux Shell/The World of Numbers.sh -------------------------------------------------------------------------------- /Problem Solving (Basic)-Skill Test/Nearly-Similar-Rectangles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving (Basic)-Skill Test/Nearly-Similar-Rectangles.py -------------------------------------------------------------------------------- /Problem Solving (Basic)-Skill Test/Vowel-Substring.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving (Basic)-Skill Test/Vowel-Substring.py -------------------------------------------------------------------------------- /Problem Solving/Algorithms/A Very Big Sum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/A Very Big Sum.py -------------------------------------------------------------------------------- /Problem Solving/Algorithms/Almost Sorted.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/Almost Sorted.cpp -------------------------------------------------------------------------------- /Problem Solving/Algorithms/Angry Professor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/Angry Professor.py -------------------------------------------------------------------------------- /Problem Solving/Algorithms/Apple and Orange.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/Apple and Orange.py -------------------------------------------------------------------------------- /Problem Solving/Algorithms/Beautiful Days at the Movies.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/Beautiful Days at the Movies.py -------------------------------------------------------------------------------- /Problem Solving/Algorithms/Birthday Cake Candles.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/Birthday Cake Candles.py -------------------------------------------------------------------------------- /Problem Solving/Algorithms/Birthday Chocolate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/Birthday Chocolate.py -------------------------------------------------------------------------------- /Problem Solving/Algorithms/Bon Appetit.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/Bon Appetit.py -------------------------------------------------------------------------------- /Problem Solving/Algorithms/Breaking the Records.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/Breaking the Records.py -------------------------------------------------------------------------------- /Problem Solving/Algorithms/CamelCase.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/CamelCase.cpp -------------------------------------------------------------------------------- /Problem Solving/Algorithms/CamelCase.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/CamelCase.py -------------------------------------------------------------------------------- /Problem Solving/Algorithms/Cats and a Mouse.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/Cats and a Mouse.cpp -------------------------------------------------------------------------------- /Problem Solving/Algorithms/Compare the Triplets.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/Compare the Triplets.py -------------------------------------------------------------------------------- /Problem Solving/Algorithms/Counting Valleys.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/Counting Valleys.py -------------------------------------------------------------------------------- /Problem Solving/Algorithms/Cut the sticks.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/Cut the sticks.cpp -------------------------------------------------------------------------------- /Problem Solving/Algorithms/Designer PDF Viewer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/Designer PDF Viewer.py -------------------------------------------------------------------------------- /Problem Solving/Algorithms/Diagonal Difference.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/Diagonal Difference.cpp -------------------------------------------------------------------------------- /Problem Solving/Algorithms/Divisible Sum Pairs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/Divisible Sum Pairs.cpp -------------------------------------------------------------------------------- /Problem Solving/Algorithms/Electronics Shop.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/Electronics Shop.cpp -------------------------------------------------------------------------------- /Problem Solving/Algorithms/Find Digits.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/Find Digits.cpp -------------------------------------------------------------------------------- /Problem Solving/Algorithms/Grading Students.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/Grading Students.py -------------------------------------------------------------------------------- /Problem Solving/Algorithms/Happy Ladybugs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/Happy Ladybugs.cpp -------------------------------------------------------------------------------- /Problem Solving/Algorithms/Kangaroo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/Kangaroo.cpp -------------------------------------------------------------------------------- /Problem Solving/Algorithms/Larry's Array.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/Larry's Array.cpp -------------------------------------------------------------------------------- /Problem Solving/Algorithms/Lonely Integer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/Lonely Integer.java -------------------------------------------------------------------------------- /Problem Solving/Algorithms/Mars Exploration.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/Mars Exploration.py -------------------------------------------------------------------------------- /Problem Solving/Algorithms/Maximizing XOR.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/Maximizing XOR.java -------------------------------------------------------------------------------- /Problem Solving/Algorithms/Migratory Birds.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/Migratory Birds.py -------------------------------------------------------------------------------- /Problem Solving/Algorithms/Mini-Max Sum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/Mini-Max Sum.cpp -------------------------------------------------------------------------------- /Problem Solving/Algorithms/Permuting Two Arrays.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/Permuting Two Arrays.py -------------------------------------------------------------------------------- /Problem Solving/Algorithms/Plus Minus.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/Plus Minus.py -------------------------------------------------------------------------------- /Problem Solving/Algorithms/Prime Dates.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/Prime Dates.py -------------------------------------------------------------------------------- /Problem Solving/Algorithms/Save the Prisoner.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/Save the Prisoner.py -------------------------------------------------------------------------------- /Problem Solving/Algorithms/Sequence Equation.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/Sequence Equation.cpp -------------------------------------------------------------------------------- /Problem Solving/Algorithms/Sherlock and Anagrams.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/Sherlock and Anagrams.py -------------------------------------------------------------------------------- /Problem Solving/Algorithms/Simple Array Sum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/Simple Array Sum.cpp -------------------------------------------------------------------------------- /Problem Solving/Algorithms/Smart Number.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/Smart Number.cpp -------------------------------------------------------------------------------- /Problem Solving/Algorithms/Sock Merchant .py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/Sock Merchant .py -------------------------------------------------------------------------------- /Problem Solving/Algorithms/Solve Me First.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/Solve Me First.cpp -------------------------------------------------------------------------------- /Problem Solving/Algorithms/Staircase.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/Staircase.cpp -------------------------------------------------------------------------------- /Problem Solving/Algorithms/Strange Counter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/Strange Counter.cpp -------------------------------------------------------------------------------- /Problem Solving/Algorithms/The Hurdle Race.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/The Hurdle Race.py -------------------------------------------------------------------------------- /Problem Solving/Algorithms/The Indian Job.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/The Indian Job.py -------------------------------------------------------------------------------- /Problem Solving/Algorithms/Time Conversion.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/Time Conversion.py -------------------------------------------------------------------------------- /Problem Solving/Algorithms/Utopian Tree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/Utopian Tree.py -------------------------------------------------------------------------------- /Problem Solving/Algorithms/Viral Advertising.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/Viral Advertising.py -------------------------------------------------------------------------------- /Problem Solving/Algorithms/XOR Strings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/XOR Strings.cpp -------------------------------------------------------------------------------- /Problem Solving/Algorithms/XOR Strings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/XOR Strings.py -------------------------------------------------------------------------------- /Problem Solving/Algorithms/Zig Zag Sequence.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Algorithms/Zig Zag Sequence.cpp -------------------------------------------------------------------------------- /Problem Solving/Data Structures/AND xor OR.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Data Structures/AND xor OR.py -------------------------------------------------------------------------------- /Problem Solving/Data Structures/Data Structures MCQ 1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Data Structures/Data Structures MCQ 1.txt -------------------------------------------------------------------------------- /Problem Solving/Data Structures/Data Structures MCQ 2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Data Structures/Data Structures MCQ 2.txt -------------------------------------------------------------------------------- /Problem Solving/Data Structures/Data Structures MCQ 3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Data Structures/Data Structures MCQ 3.txt -------------------------------------------------------------------------------- /Problem Solving/Data Structures/Minimum Average Waiting Time.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Data Structures/Minimum Average Waiting Time.py -------------------------------------------------------------------------------- /Problem Solving/Data Structures/Poisonous Plants.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Data Structures/Poisonous Plants.py -------------------------------------------------------------------------------- /Problem Solving/Data Structures/Swap Nodes [Algo].py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Data Structures/Swap Nodes [Algo].py -------------------------------------------------------------------------------- /Problem Solving/Data Structures/Waiter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/Data Structures/Waiter.py -------------------------------------------------------------------------------- /Problem Solving/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Problem Solving/README.md -------------------------------------------------------------------------------- /Python-Skill Test/Python- Average Function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python-Skill Test/Python- Average Function.py -------------------------------------------------------------------------------- /Python-Skill Test/Python: Reverse Word And Swap Case.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python-Skill Test/Python: Reverse Word And Swap Case.py -------------------------------------------------------------------------------- /Python/Arithmetic Operators.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/Arithmetic Operators.py -------------------------------------------------------------------------------- /Python/Array Mathematics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/Array Mathematics.py -------------------------------------------------------------------------------- /Python/Arrays.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/Arrays.py -------------------------------------------------------------------------------- /Python/Athlete_Sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/Athlete_Sort.py -------------------------------------------------------------------------------- /Python/Calendar Module.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/Calendar Module.py -------------------------------------------------------------------------------- /Python/Concatenate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/Concatenate.py -------------------------------------------------------------------------------- /Python/Default Arguments.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/Default Arguments.py -------------------------------------------------------------------------------- /Python/Dot and Cross.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/Dot and Cross.py -------------------------------------------------------------------------------- /Python/Exceptions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/Exceptions.py -------------------------------------------------------------------------------- /Python/Eye and Identity.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/Eye and Identity.py -------------------------------------------------------------------------------- /Python/Floor, Ceil and Rint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/Floor, Ceil and Rint.py -------------------------------------------------------------------------------- /Python/Incorrect Regex.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/Incorrect Regex.py -------------------------------------------------------------------------------- /Python/Inner and Outer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/Inner and Outer.py -------------------------------------------------------------------------------- /Python/Linear Algebra.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/Linear Algebra.py -------------------------------------------------------------------------------- /Python/Loops.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/Loops.py -------------------------------------------------------------------------------- /Python/Mean, Var, and Std.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/Mean, Var, and Std.py -------------------------------------------------------------------------------- /Python/Min and Max.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/Min and Max.py -------------------------------------------------------------------------------- /Python/No Idea!.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/No Idea!.py -------------------------------------------------------------------------------- /Python/Polynomials.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/Polynomials.py -------------------------------------------------------------------------------- /Python/Print Function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/Print Function.py -------------------------------------------------------------------------------- /Python/Python Division.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/Python Division.py -------------------------------------------------------------------------------- /Python/Python If-Else.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/Python If-Else.py -------------------------------------------------------------------------------- /Python/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/README.md -------------------------------------------------------------------------------- /Python/Say Hello, World With Python.py: -------------------------------------------------------------------------------- 1 | print("Hello, World!") 2 | -------------------------------------------------------------------------------- /Python/Shape and Reshape.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/Shape and Reshape.py -------------------------------------------------------------------------------- /Python/Sum and Prod.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/Sum and Prod.py -------------------------------------------------------------------------------- /Python/The Minion Game.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/The Minion Game.py -------------------------------------------------------------------------------- /Python/Time Delta.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/Time Delta.py -------------------------------------------------------------------------------- /Python/Transpose and Flatten.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/Transpose and Flatten.py -------------------------------------------------------------------------------- /Python/What's Your Name.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/What's Your Name.py -------------------------------------------------------------------------------- /Python/Words Score.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/Words Score.py -------------------------------------------------------------------------------- /Python/Write a function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/Write a function.py -------------------------------------------------------------------------------- /Python/XML 1 - Find the Score.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/XML 1 - Find the Score.py -------------------------------------------------------------------------------- /Python/XML2 - Find the Maximum Depth.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/XML2 - Find the Maximum Depth.py -------------------------------------------------------------------------------- /Python/Zeros and Ones.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/Zeros and Ones.py -------------------------------------------------------------------------------- /Python/any_or_all.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/any_or_all.py -------------------------------------------------------------------------------- /Python/any_or_all_1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/any_or_all_1.py -------------------------------------------------------------------------------- /Python/find_a_string.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/find_a_string.py -------------------------------------------------------------------------------- /Python/find_the_runner_up_score.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/find_the_runner_up_score.py -------------------------------------------------------------------------------- /Python/finding_the_percentage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/finding_the_percentage.py -------------------------------------------------------------------------------- /Python/ginortS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/ginortS.py -------------------------------------------------------------------------------- /Python/input().py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/input().py -------------------------------------------------------------------------------- /Python/listcomprehensions.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/listcomprehensions.py -------------------------------------------------------------------------------- /Python/lists.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/lists.py -------------------------------------------------------------------------------- /Python/mutations.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/mutations.py -------------------------------------------------------------------------------- /Python/nested_lists.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/nested_lists.py -------------------------------------------------------------------------------- /Python/python_evaluation.py: -------------------------------------------------------------------------------- 1 | eval(input()) -------------------------------------------------------------------------------- /Python/string_split_and_join.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/string_split_and_join.py -------------------------------------------------------------------------------- /Python/swapcase.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/swapcase.py -------------------------------------------------------------------------------- /Python/tuples.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/tuples.py -------------------------------------------------------------------------------- /Python/zipped.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/Python/zipped.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/README.md -------------------------------------------------------------------------------- /SQL (Basic) Skill Test/Country Codes.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/SQL (Basic) Skill Test/Country Codes.sql -------------------------------------------------------------------------------- /SQL (Basic) Skill Test/Student analysis.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/SQL (Basic) Skill Test/Student analysis.sql -------------------------------------------------------------------------------- /profile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HarshitRuwali/HackerRank-Solutions/HEAD/profile.png --------------------------------------------------------------------------------