Saswat Palsaswatpal.hashnode.dev·Aug 21, 2024Flowcharts and pseudocodeFlowcharts Flowcharts are commonly used in programming to visually represent the logic and flow of a program. A flowchart is a diagram that uses different shapes and symbols to represent various stages of a process. Common Flowchart symbols Flowchart...Discussflowcharts
Srisrip.hashnode.dev·Apr 25, 2024Exploring Advanced Array Techniques: Beyond the BasicsAre you ready to dive into the world of efficient array manipulation? Today, let's talk about the Two Pointer Approach - a powerful technique used to solve various array problems. Before Deep Dive into Advance: Let's once again dig into basic program...Discusstwo pointers
Manoj Kumaremanoj.hashnode.dev·Nov 30, 202349. Flowcharts and pseudocodes (Day 45)In today's coding class, we delved into two fundamental concepts that aid in structuring and simplifying code development: flowcharts and pseudocodes. While we also touched upon creating branches in Git repositories, I'll be focusing solely on explor...DiscussLearning to Codeflowcharts
Abdulhakeem Mayakimayakihakeem.hashnode.dev·Sep 28, 2023Master the Fundamentals of Algorithms with Pseudocodes and Flow Charts.Introduction Welcome to “Master the Fundamentals of Algorithms with Pseudocode and Flow Charts”! In this comprehensive guide, we will explore the world of algorithms and their visual representation through flow charts. Whether you’re a beginner or an...Discuss·3 likes·98 readsalgorithms
Muiz Oyebowalemuizzyranking.hashnode.dev·Aug 18, 2023Embarking on My Pseudocode Journey: A Guide to Programming LogicGreetings, fellow coding explorers! I'm a fresh-faced software engineer, navigating the intricate seas of programming with the curiosity of a true beginner. Today, I'm thrilled to share my insights on a topic that has transformed my coding experience...Discusspseudocode
Kinstakinsta.hashnode.dev·Aug 9, 2023Use Pseudocode for a more efficient (and headache-free) codingEver heard of Pseudocode? It's a combination of simple language and programming elements that helps you represent your code. Understanding it is a time-saving trick you can integrate into your process at any time - so you don't have to be stressed an...Discuss·86 readsWeb Development
EVENBOOKSforEven Booksevenbooks.hashnode.dev·Jul 6, 2023Understanding the Bubble Sort ApproachIntroduction Bubble sort is a simple sorting algorithm that repeatedly compares adjacent elements in an array and swaps them if they are in the wrong order. The algorithm gets its name from the way larger elements "bubble" to the top of the array as ...DiscussAlgorithmssorting algorithms
Dhanush Gowdadhanushks.hashnode.dev·Feb 21, 2023Introduction to Algorithm and PseudocodeWhat is an Algorithm? An algorithm is a set of instructions that outlines the logical steps needed to solve a problem or perform a specific task. An algorithm is used to describe a solution to a problem in a clear and precise manner. Algorithms are u...Discussalgorithms
Ifennaifenna.hashnode.dev·Sep 1, 2022FeaturedBuild a Pseudocode to Python Converter APIWhat did Pseudo say to Python? "Bibbidi-bobbidi-boo" ~ Laptop and the Fairy Lady In this article, we will create a script that will convert pseudocode into Python executable code. Along the way, we'll learn about string manipulation and become more ...Discuss·29 likes·911 readsA Lady's guide to buildingPython
Taneka Blairneka.hashnode.dev·Aug 22, 2022Is Pseudo Code Even Helpful?Pseudo code, when you hear it does it conjure up feelings of disdain or ambiguity? If there is one thing, and there are several, that my mentor has drummed into my head it's this. Pseudo code is to be used to manage all of the thoughts running throug...Discuss#codenewbies