This repository is Solutions of the Hackerrank Python Questions
Profile: Hakan_SONMEZ
- Introduction
- Basic Data Types
- Strings
- Problem Swap Case Solution
- Problem String Split and Join Solution
- Problem What's Your Name? Solution
- Problem Mutations Solution
- Problem Find a string Solution
- Problem String Validators Solution
- Problem Text Alignment Solution
- Problem Text Wrap Solution
- Problem Designer Door Mat Solution
- Problem String Formatting Solution
- Problem Alphabet Rangoli Solution
- Problem Capitalize Solution
- Problem The Minion Game Solution
- Problem Merge the Tools! Solution
- Sets
- Problem Introduction to Sets Solution
- Problem No Idea! Solution
- Problem Symmetric Difference Solution
- Problem Set .add() Solution
- Problem Set .discard(), .remove() & .pop() Solution
- Problem Set .union() Operation Solution
- Problem Set .intersection() Operation Solution
- Problem Set .difference() Operation Solution
- Problem Set .symmetric_difference() Operation Solution
- Problem Set Mutations Solution
- Problem The Captain's Room Solution
- Problem Check Subset Solution
- Problem Check Strict Superset Solution
- Math
- Itertools
- Collections
- Date and Time
- Errors and Exceptions
- Classes
- Built-Ins
- Python Functionals
- Regex and Parsing
- Problem Detect Floating Point Number Solution
- Problem Re.split() Solution
- Problem Group(), Groups() & Groupdict() Solution
- Problem Re.findall() & Re.finditer() Solution
- Problem Re.start() & Re.end() Solution
- Problem Regex Substitution Solution
- Problem Validating Roman Numerals Solution
- Problem Validating phone numbers Solution
- Problem Validating and Parsing Email Addresses Solution
- Problem Hex Color Code Solution
- Problem HTML Parser - Part 1 Solution
- Problem HTML Parser - Part 2 Solution
- Problem Detect HTML Tags, Attributes and Attribute Values Solution
- Problem Validating UID Solution
- Problem Validating Credit Card Numbers Solution
- Problem Matrix Script Solution
- XML
- Closures and Decorators
- Numpy
- Problem Arrays Solution
- Problem Shape and Reshape Solution
- Problem Transpose and Flatten Solution
- Problem Concatenate Solution
- Problem Zeros and Ones Solution
- Problem Eye and Identity Solution
- Problem Array Mathematics Solution
- Problem Floor, Ceil and Rint Solution
- Problem Sum and Prod Solution
- Problem Min and Max Solution
- Problem Mean, Var, and Std Solution
- Problem Dot and Cross Solution
- Problem Inner and Outer Solution
- Problem Polynomials Solution
- Problem Linear Algebra Solution
- Debugging