Sougata Dasforrijusougata13.hashnode.net·Feb 22, 2023Internship Experience at HackerRankHey Folks👋, this blog is about my internship experience at HackerRank. What is HackerRank 🤩? HackerRank is a platform that helps companies attract programmers, identify the best talent, and make great hiring decisions in an efficient and cost-effec...Discuss·5 likesinternships
Ionuț HodinăforhDeveloperhodina.hashnode.net·Jan 1, 2023Given 2 big numbers, what is the modulus?Intro I received this puzzle in one of my interview coding assignments, and I particularly enjoyed it. Even if the statement sounded quite hard at the beginning, it turned out to have a simple approach. Below is my rough solution. The puzzle Indeed, ...Discuss·3 likes·48 readsPuzzlespuzzle
Berinyuy CletusforNibblesberi28.hashnode.net·Mar 25, 202310 days of HackerRank challenges : Day 0100 days of code is a widespread challenge in the developer community where you have to code consistently for 100 days and make some documentation about it. However, I am going to be embarking on a 10 days of code journey in which I will be solving h...Discuss·2 likesProductivity
Berinyuy CletusforNibblesberi28.hashnode.net·Apr 3, 202310 Days of HackeRank's challenges-Day 9Problem statement: Cats and a mouse. Two cats and a mouse are at various positions on a line. You will be given their starting positions. Your task is to determine which cat will reach the mouse first, assuming the mouse does not move and the cats tr...DiscussCompetitive programming
Berinyuy CletusforNibblesberi28.hashnode.net·Apr 1, 202310 Days of HackeRank's challenges -Day 7Problem statement: Birthday Cake candles. You are in charge of the cake for a child's birthday. You have decided the cake will have one candle for each year of their total age. They will only be able to blow out the tallest of the candles. Count how ...DiscussCompetitive programming
Berinyuy CletusforNibblesberi28.hashnode.net·Mar 31, 202310 Days of HackeRank's challenges- Day 6Problem statement: Staircase. Staircase detail This is a staircase of size n=4: # ## ### #### Its base and height are both equal to n. It is drawn using # symbols and spaces. The last line is not preceded by any spaces. Write a program that prints a ...Discusscoding challenge
Berinyuy CletusforNibblesberi28.hashnode.net·Mar 30, 202310 Days of HackeRank's challenges - Day 5Problem statement: Counting valleys. An avid hiker keeps meticulous records of their hikes. During the last hike that took exactly steps steps, for every step it was noted if it was an uphill,U , or a downhill,D step. Hikes always start and end at se...Discuss·1 likeCompetitive programming
Berinyuy CletusforNibblesberi28.hashnode.net·Mar 25, 202310 days of HackerRank challenges : Day 0100 days of code is a widespread challenge in the developer community where you have to code consistently for 100 days and make some documentation about it. However, I am going to be embarking on a 10 days of code journey in which I will be solving h...Discuss·2 likesProductivity
Sougata Dasforrijusougata13.hashnode.net·Feb 22, 2023Internship Experience at HackerRankHey Folks👋, this blog is about my internship experience at HackerRank. What is HackerRank 🤩? HackerRank is a platform that helps companies attract programmers, identify the best talent, and make great hiring decisions in an efficient and cost-effec...Discuss·5 likesinternships
Kay CeeforKay Ceeskaycee.hashnode.net·Feb 22, 2023Step-by-step outline to learn CInstall a C Compiler and Integrated Development Environment (IDE) Install a C Compiler: The first step is to install a C compiler. GCC is one of the most popular C compilers and can be installed on most operating systems. Here are the instructions fo...DiscussC
Solomon Victor AkusonforSolomon Akusondevdrive.hashnode.net·Feb 7, 2023Hacker Rank - Sock Pairing ChallengeProblem: There is a large pile of socks that must be paired by color. Given an array of integers representing the color of each sock, determine how many pairs of socks with matching colors there are. Example totalNumberOfSocks = 7 arrayOfAllSocks = [...Discuss·43 readsHacker RankHackerrank
Navnath Jadhavfornavnathjadhav.hashnode.net·Jan 26, 2023Java Date and TimeThe Calendar class is an abstract class that provides methods for converting between a specific instant in time and a set of calendar fields such as YEAR, MONTH, DAY_OF_MONTH, HOUR, and so on, and for manipulating the calendar fields, such as getting...Discuss·556 readsJava Programming
Abhishek SrivastavaforProgramming World..abhi18cs.hashnode.net·Jan 22, 2023what are the best websites for a software engineer?There are many websites that can be useful for software engineers, depending on what you're looking for. Some popular options include: Stack Overflow: a Q&A site for programmers to share knowledge and help each other troubleshoot code GitHub: a pla...DiscussHackerrank