Gary Vladimir Núñez Lópezgary-vladimir.hashnode.net·Nov 6, 2021FeaturedProgrammers Guide to Solving Computational ProblemsIntroduction Hello everyone, welcome back! today I want to talk about a very important topic: how to solve problems?. Learning how to solve problems is one of the most important skills you can learn, and improving as a problem solver is a lifelong ch...104 likes·1.3K readsPython 3
Suraj ShendeforRoad To Codetiresome-sea-admit-79.hashnode.net·Mar 13, 2021FeaturedCode Snapshot: Share Your Code With StyleToday I am going to tell you an interesting way to capture your code snippet using the vs-code extension Code Snapshot. I was always curious about awesome code snippet like this on various platforms, now I know how to do that: Now let's look step by ...97 likes·711 readsVisual Studio Code
Smile Guptasmilegupta.hashnode.net·May 12, 2021Revisiting JavaScript EssentialsIt's been months since I had almost forgotten how I used to solve DSA questions. Earlier like every other college kid, I used to code in C++ or Python on my daily basis. With the passage of time, I got into the field of front-end development, and my ...72 likes·483 readsJavaScript
Aman Yadavitsamanyadav.hashnode.net·Apr 22, 2023Development VS Competetive CodingIn the world of computer science and programming, there are two major paths that individuals can take: development and competitive coding. Both paths have their own set of advantages and disadvantages, and it's important to understand the differences...1 likedevelopment
Subhamcodexam.hashnode.net·Apr 7, 2023🎯 Two Sum - LeetCode(JavaScript)🔗 Problem Link 🌐 Read On Website(Better Experience) 👉 Read On My Website(Best) 👉 Read On Hashnode 👉 Read On Dev.to 📊 Difficulty Level [x] Easy [ ] Medium [ ] Hard [ ] Expert 💥 Brute Force Solution 🧠 Approach The brute-force a...28 readsleetcode
Anjali Goswamianjaligoswami.hashnode.net·Apr 3, 2023🎲 Top 5 CodeForces Extension:1. CF Analytics: The CF Analytics Chrome extension provides additional data about a user's problem-solving performance on the Codeforces profile webpage. It presents the information in three types of graphs: the 'Problem Rating' bar chart, the 'Tags ...2 likes·127 readsCodeforces
Berinyuy Cletusberi28.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...Competitive programming
Berinyuy Cletusberi28.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 ...Competitive programming
Kaustav K.Patroicky-kpcomputblogs.hashnode.net·Apr 1, 2023Getting started with Project EulerAs a freshman-year student in computer science and engineering, I came to the realization that I had been neglecting my passions for far too long. I knew it was time to put an end to my inaction and carelessness and embrace the things that truly inte...Beginner Developers
Sougata Dasrijusougata13.hashnode.net·Apr 1, 2023How to Get Started in Competitive ProgrammingThis article provides an overview of competitive programming, including its benefits, how to get started, the types of problems it involves, and common myths about it. What's Competitive Programming? Here is a technical definition of competitive prog...4 likesCompetitive programming
Berinyuy Cletusberi28.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 ...coding challenge
Berinyuy Cletusberi28.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...1 likeCompetitive programming
Nail the Codecoder47.hashnode.net·Mar 25, 2023Weekly LeetCode Review 1I haven't written here in a while (if you consider 4 months to be a while :)). You may ask why? Well, I have been busy. Busy becoming a better competitive programmer. It is a hassle but it is fun at the same time. So I thought why not write about tha...Competitive ProgrammingCompetitive programming