DIPA GHOSHforDSA::SORTING:Bubble Sortdsasortingbubble-sort.hashnode.dev·Oct 7, 2024A Simple Guide to Bubble Sort TechniqueBubble sort is simple comparison based sorting technique. Steps: Compare each pair of adjacent elements. If current element is greater than next element, swap them. Continue this process for the entire array. With each iteration, the largest unso...Discuss·2 likesDSA
Wazz Khanwazzkhann.hashnode.dev·Mar 1, 2023"Creating a Chrome Dino-inspired Game on Scratch: Tips and Tricks for Programming Beginners"My project Scratch is a programming language that has become increasingly popular in recent years, especially for teaching programming concepts to beginners. With its visual, block-based interface, Scratch allows users to create their own interactive...Discuss·1 likeProgramming In Scratch
Altecaalteca.hashnode.dev·Feb 11, 2023Platformer 1.0Here I will be showing you my best project to date: Platformer v1.0.The point of the game is to complete as many levels as you can. After doing griffpatch’s tutorial series on the classic platformer (which I didn’t complete) I started making my weapo...Discuss·10 likes·57 readsProgramming In Scratch
Altecaalteca.hashnode.dev·Jan 24, 20233 Helpful Scratch tipsHere I will be showing you some tips to make your projects’ quality higher Tip 1: Make interactive UI(User interface or the buttons) So don’t just make your start button vanish but add a nice animation to it. Make it wobble or change its size when th...Discuss·10 likes·38 readsProgramming In Scratch
Ikoro Godstimeeverydaytech.hashnode.dev·Jan 12, 2023How to Write Better CodeHave you ever been stuck trying to understand code that was written just a few days ago by you? Ever had JavaScript at run time outputting an error, precisely undefined, yeah sucks a lot, ever had your code look like spaghetti code (literally). Well ...Discuss·73 readsJavaScript
Harmony Chideraharmonychidera.hashnode.dev·Oct 26, 20227 Programming HacksIn the software industry, skilled programmers are still in high demand: The need for specialists in this field doesn't appear to be decreasing, despite the fact that developer positions are sometimes among the hardest to fill. Here are seven vital da...Discuss·42 readsProgramming In Scratch
Nandhini LforQuasar Community Blogblog.quasarcommunity.org·Sep 16, 2022Python ProgrammingDo you want to learn a new programming language or if you have your idea and are looking forward to implementing it? Python is here for you. What is Python? Python is an interpreted, object-oriented, and high-level programming language. It was create...Discuss·45 readsProgramming Blogs