Jay A. Keraliyahash.jaykeraliya.tech·7 hours agoAdvent of Code 2023: Day 01Advent of Code is an annual series of fun programming puzzles that serve as a great way to practice coding skills. Developed by Eric Wastl, a new puzzle is released each day in December leading up to Christmas. The puzzles start simple but get progre...DiscussAdvent of Code 2023coding challenge
Abhisek MohapatraforUtkal Labs's Engineering blogblog.utkallabs.com·Oct 29, 2023Javascript Accessors in action 🚀While discussing with my friends I came across one interesting question which excites me to create this blog entry. The question was, how the following conditions get satisfied to print the text in the console. How I solved it? 💡 Let's solve this w...Discuss·3 likes·80 readsJavaScript
Suleiman Osmancodewithsule.hashnode.dev·Oct 23, 2023Solving a Codewars Challenge as a Beginner using JavaScript.𝗖𝗼𝗱𝗲 𝗖𝗵𝗮𝗹𝗹𝗲𝗻𝗴𝗲: 𝐒𝐩𝐢𝐧 𝐀𝐫𝐨𝐮𝐧𝐝, 𝐓𝐨𝐮𝐜𝐡 𝐭𝐡𝐞 𝐆𝐫𝐨𝐮𝐧𝐝 The Challenge: Given a list of directions to spin, "left" or "right", I had to return an integer of how many full 360° rotations were made. Each word in the array repr...DiscussJavaScript
Ctangentctangent.hashnode.dev·Oct 8, 2023Maths: Reverse a numberReverse a number Given a signed 32-bit integer x, return x with its digits reversed. If reversing x causes the value to go outside the signed 32-bit integer range [-2<sup>31</sup>, 2<sup>31</sup> - 1], then return 0. class Solution { public int r...DiscussMaths
Joshua Akintibuthejiraki.hashnode.dev·Oct 1, 2023Design Thinking and Problem Solving.I recently read a case study and want to summarize some things I learned or noticed about designers using the design thinking process. I saw how that: A lot of questions asked where directed both internally and outwardly. Teamwork is crucial. There w...DiscussDesign thinking process
Randip Singhrandip.hashnode.dev·Oct 1, 2023My Problem-Solving Blog - 1Encoded Strings Problem link Today's problem was a HackerEarth daily problem, which I thought would be simple and complete in max. 5-6 min. But instead, it took almost 20 min. the reason behind this was my negligence and overconfidence. the problem s...DiscussProblem Solving
Oluwatobi Onioluwatobio.hashnode.dev·Sep 29, 2023Solving Real Problems: A Design Thinking JourneyIn the world of design, success hinges on more than just aesthetics—it's about identifying real problems and crafting innovative solutions. Join me on a journey through the principles of design thinking as we delve into a captivating UX case study: R...Discussdesign thinking
Youhana Sheriffblog.youhanasheriff.com·Sep 14, 2023Cracking the Code: Mastering Algorithmic Problem Solving for Technical SuccessINTRODUCTION: Algorithmic problem-solving is the backbone of software development and the core skill of aspiring programmers. Whether you’re preparing for a technical interview or looking to improve your coding abilities, mastering common coding chal...DiscussProblem Solving
Amr Awadamrawad.hashnode.dev·Sep 7, 2023Real-life problem-solving #1 – My immigration thought processIntroduction to ‘Real life problem-solving’ I believe engineering is all about problem-solving; the problems may change, and the tools at your disposal may change, but it’s always about identifying the most impactful problem to solve and applying the...Discussimmigration
Arun RforRelearn Schoolblog.relearnschool.in·Sep 7, 2023What is Problem Solving and Importance of Problem Solving for Kids in 2023.One of the most significant cognitive abilities, problem-solving enables people to analyse problems, develop practical solutions, and reach decisions. It is essential for kids to start developing problem-solving skills at a young age because it is no...Discuss·34 readsRelearn School