Skip to content

ExploringBits

  • HackerRank
  • Online Tools
    • Text to Speech
    • AI
  • Discord
  • Technology
  • Contact Us
  • About Us

Aayush Kumar Gupta

Aayush Kumar Gupta is the founder and creator of ExploringBits, a website dedicated to providing useful content for people passionate about Engineering and Technology. Aayush has completed his Bachelor of Technology (Computer Science & Engineering) from 2018-2022. From July 2022, Aayush has been working as a full-time Devops Engineer.
Queens Attack 2 HackerRank Solution

Queen’s Attack 2 HackerRank Solution in C, C++, Java, Python

You will be given a square chess board with one queen and a number of obstacles placed on it. Determine how many squares the queen can attack. A queen is …

Read more

Jumping on the Clouds HackerRank Solution

Jumping on the Clouds HackerRank Solution in C, C++, Java, Python

There is a new mobile game that starts with consecutively numbered clouds. Some of the clouds are thunderheads and others are cumulus. The player can jump on any cumulus cloud …

Read more

Repeated Strings HackerRank Solution

Repeated String HackerRank Solution in C, C++, Java, Python

There is a string,s, of lowercase English letters that is repeated infinitely many times. Given an integer,n , find and print the number of letter a’s in the first n …

Read more

Non-Divisible Subset HackerRank Solution

Non-Divisible Subset HackerRank Solution in C, C++, Java, Python

Given a set of distinct integers, print the size of a maximal subset of  where the sum of any  numbers in  is not evenly divisible by . For example, the …

Read more

Cut the sticks HackerRank Solution

Cut the sticks HackerRank Solution in C, C++, Java, Python

You are given a number of sticks of varying lengths. You will iteratively cut the sticks into smaller sticks, discarding the shortest pieces until there are none left. At each …

Read more

Library Fine HackerRank Solution

Library Fine HackerRank Solution in C, C++, Java, Python

Your local library needs your help! Given the expected and actual return dates for a library book, create a program that calculates the fine (if any). The fee structure is …

Read more

Sherlock and Squares HackerRank Solution

Sherlock and Squares HackerRank Solution in C, C++, Java, Python

Watson likes to challenge Sherlock’s math ability. He will provide a starting and ending value that describe a range of integers, inclusive of the endpoints. Sherlock must determine the number …

Read more

Append and Delete HackerRank Solution

Append and Delete HackerRank Solution in C, C++, Java, Python

You have two strings of lowercase English letters. You can perform two types of operations on the first string: Append a lowercase English letter to the end of the string. …

Read more

Extra Long Factorials HackerRank Solution

Extra Long Factorials HackerRank Solution in C, C++, Java, Python

The factorial of the integer n, written n!, is defined as: Calculate and print the factorial of a given integer. For example, if n=30, we calculate 30*29*28*….*2*1 and get . …

Read more

Find Digits HackerRank Solution

Find Digits HackerRank Solution in C, C++, Java, Python

An integer d is a divisor of an integer n if the remainder of n/d=0. Given an integer, for each digit that makes up the integer determine whether it is …

Read more

Older posts
Newer posts
← Previous Page1 … Page36 Page37 Page38 … Page44 Next →
© 2025 ExploringBits.com. All Rights Reserved.