HackerRank Solution: Designer Door Mat
In thus tutorial we will solve hacker rank problem on designer door mat using python3 with following 4 methods, Solution-1: Using the map function, Solution-2: Using user-defined functions, Solution-3: Using if-else …
HackerRank Solution: Python Text Wrap
In this tutorial we cover 3 different methods to solve Python text wrap problem from hacker rank using Solution-1: Using for loop Solution-2: Using textwrap module Solution-3: Using join() method
HackerRank Solution: Python Text Alignment
There are two methods to solve text alignment problem from Hacker Rank. 1. Using user defined function, 2. Using for loop.
OSPF Configuration Explained on Cisco Router
Step by step instructions on OSPF configuration using Cisco router and examples
How to DROP connection in IPTABLES?
iptables is a GPL licensed utility that allows the Linux kernel firewall to configure IP packet filter rules. Filters are organized in different tables that
How to search SQL for column name? [SOLVED]
A database in SQL has multiple tables and each table has contain multiple columns. In SQL, We can search for a specific column name in a table by using the
HackerRank Solution: Python String Validators
Python has built-in string validation methods for basic data. It can check if a string is composed of alphabetical characters, alphanumeric characters,
HackerRank Solution: Python Find a string
In this challenge, the user enters a string and a substring. You have to print the number of times that the substring occurs in the given string. String
HackerRank Solution: Summing the N series
There is a sequence whose term nth is:
HackerRank Solution: Does Path Exist
Adam is standing at point (a, b) in an infinite 2D grid. He wants to know if he can reach point (x, y) or not. The only operation he can do is to move to
How to Bypass Android Lock Screen? [100% Working]
Android PIN bypass refers to the process of bypassing the PIN code that is used to lock and secure an Android device. This can be done through various
HackerRank Solution: Python sWAP cASE [3 Methods]
You are given a string and your task is to swap cases. In other words, convert all lowercase letters to uppercase letters and vice versa.
HackerRank Solution: String Split and Join
In Python, a string can be split on a delimiter.
HackerRank Solution: Python What's your name? [3 Methods]
In this tutorial we are going to explore different methods to solve the hacker rank problem what's your name in Python
HackerRank Solution: Python Mutations
There are 4 possible methdos to solve python mutations from hacker rank using a while loop, One-line solution, Using list comprehension, Using for loop
How to archive username in Java?
To "archive the username" in Java means to store the username for later access and retrieval. This may mean storing the username in a variable, class field,
How to use SQL delete with JOIN?
SQL delete where join is the combination of SQL JOIN and SQL delete statement. SQL delete statement is used to delete records from a table where as SQL JOIN
HackerRank Solution: Python Print Function
In this tutorial we cover different methods to solve python print function hackerrank solution
HackerRank Solution: Finding the Percentage
The provided code stub will read in a dictionary containing key/value pairs of name: for a list of students. Print the average of the marks array for the
HackerRank Solution: Python Nested Lists [4 Methods]
In this tutorial we will cover 4 different methods to solve python nested list hackerrank solution using different functions and modules.
HackerRank Solution: Find the Runner-up Score!
In this tutorial we cover 4 different methods to solve find the runner up score hackerrank solution using different python functions and modules
HackerRank Solution: List comprehensions
In this tutorial we explore 3 different methods to solve Python List Comprehension of Basic Data Types problem from Hacker Rank
HackerRank Solution: Python Division
We can solve the Python division hackerrank problem using single or multiple print methods. There are 2 possible solutions.
HackerRank Solution: Python Company Logo
company logo hackerrank solution python, company logo hackerrank solution python3, hackerrank solution for company logo in python
HackerRank Solution: ginortS in Python
ginorts hackerrank solution, athlete sort hackerrank solution
HackerRank solution: Python Triangle Quest 2
triangle quest hackerrank solution, triangle quest 2 hackerrank solution, triangle quest 2 hackerrank solution python3, triangle quest 2, triangle quest 2 hackerrank
HackerRank Solution: Words Score in Python
Input format:
HackerRank Solution: Python If-Else
This tutorial explains different solution to solve hackerrank problem Python if else from Introduction section.
HackerRank Solution: The Minion Game
In this tutorial we will share multiple solutions for the minion game from hackerrank.
HackerRank Solution: Python Arithmetic Operators
We can solve python arithmetic operators hackerrank problem using either single print or with multiple print statements

