Subrat Kumar SwainProblogs.cppwithsubrat.com·Nov 30, 2023Time Conversion Algorithm in C++: Hackerrank Solution ExplainedQuestion: Given a time in 12-hour AM/PM format, how can you convert it to military (24-hour) time? Question Link: https://www.hackerrank.com/challenges/time-conversion/problem?isFullScreen=true IMPORTANT: Attempt to solve the problem on your own firs...Discuss·1 like·211 readsHACKERRANK ALGORITHM SERIESalgorithms
Roni bhaktaronibhakta.hashnode.dev·Nov 17, 2023HackerRank - Basic C Language problem solvingCode difficulty level: EASY Let's start with understanding the problem what is the objective and what prerequisite knowledge we should have to solve the below problem. we will go through the knowledge we need to know to solve the following problem. O...Discuss·1 like·28 readsC
yuhxueneverythingxuen.hashnode.dev·Nov 2, 2023Day 2 - OperatorsTakeaways of the day: round() reminder to convert the variable types using eg double (tax_percent) take your time The challenge: I was honestly a little lost as I was tackling the challenge due to the long string of provided codes... This led t...DiscussCode of the daycoding
yuhxueneverythingxuen.hashnode.dev·Oct 26, 2023Day 1 - Data TypesTakeaways of the day: fixed and setprecision() getline(cin, stringname) cin.ignore() The challenge: I attempted HackerRank's challenge today feeling pretty confident about this challenge. Afterall, it did look simple enough. Declaring variables...DiscussCode of the daycoding
visista swarangivisistaswarangi.hashnode.dev·Oct 15, 2023Python (basic) Solutions for problems from Hackerrank (Arithmetic Operations)Arithmetic Operations: Question: The provided code stub reads two integers from STDIN, a and b. Add code to print three lines where: The first line contains the sum of the two numbers. The second line contains the difference of the two numbers (fir...DiscussHackerrank
Manaswinimanaswini2005.hashnode.dev·Oct 15, 2023Sum of Digits in a Five-Digit Integer: A Simple C ProgramReference website: https://www.hackerrank.com/ HackerRank is a popular platform for practicing coding, participating in coding challenges, and improving your programming skills. Introduction: "Sum of Digits in a Five-Digit Integer: A Simple C Program...DiscussHackerrank
Deepak Rajcodeamy.hashnode.dev·Sep 2, 2023Day 2 - 10 Days Of JavaScript HackerRank SolutionIn this series, I will be sharing my solutions to the challenges. I will be sharing the solutions in JavaScript. I will also be sharing the solutions in HTML and CSS for the challenges that require it. Day 2: Conditional Statements: If-Else An integ...DiscussHackerrank
Deepak Rajcodeamy.hashnode.dev·Sep 2, 2023Day 1 - 10 Days Of JavaScript HackerRank10 Days of JavaScript is a challenge for Hackerrank. It is a series of 10 challenges that are focused on JavaScript and partly on HTML and CSS. The challenges are of easy to medium difficulty and are designed to help you become familiar with the basi...DiscussHackerrank
Jose Ramireznowaymyname.hashnode.dev·Aug 27, 2023Weekly Leetcode/HackerRank Question: Dissecting the Pangram CheckerHey there, fellow code enthusiast! I am starting a new series of blog posts where I answer LeetCode/HackerRank questions. The problem will be explained in this post but feel free to check out the problem on the website. I will link the question below...Discussleetcode
Jose Ramireznowaymyname.hashnode.dev·Jul 24, 2023Learning to Love Data Structures and Algorithms: A Key Milestone in My Coding JourneyThere's a subject that often looms ominously in the hearts of many budding developers: Data Structures and Algorithms. To many of us, it's an arduous journey filled with intricate logic puzzles, complex designs, and endless jargon. And to some extent...Discuss·1 like·33 readsdata structures