Ritik Singhritik-singh.hashnode.dev·Nov 27, 2024Exploring Java Patterns: Creative Approaches to Problem-SolvingPatterns are a fascinating way to explore programming logic, understand loops, and sharpen problem-solving skills. Below, I share a series of pattern programs implemented in Java. These programs illustrate how creative use of loops can generate visua...1 likeJava
Yash Maliyashmali.hashnode.dev·Oct 19, 2024Logic Building Python Programs1)FACTORIAL OF A NUMBER 2)USD to INR 3)EVEN or ODD Strong Number or not. Celsius to fahrenheit Concatenation of string Positive Negative or Zero Pattern Printing Square Right Arrow Pattern Right ANGLED TRIANGLE Pyramid Inverted Right Angle...Open Source
Divyansh Savitatechzacker.hashnode.dev·Aug 10, 2024My First JavaScript Mini ProjectThis blog is about what I learn from my first project. This project is all about shifting apples from one basket to another. Interface is pretty basic. In this project I focus on JavaScript logics more. In this project I make first basket and second ...JavaScript
Anshuman Sinhaanshumansinha.hashnode.dev·Feb 18, 2024Importance of DSA in Logic BuildingDSA plays a pivotal role in logic building by fostering a structured and systematic approach to problem-solving. Data Structures provide a way to organize and store information, while Algorithms offer step-by-step instructions for processing and mani...DSA
surya ravikumarsuryaravikumar.hashnode.dev·Oct 14, 2023My understaning of learning to solve promlems - the first issue2535. Difference Between Element sum and Digit Sum of an Array Look up the problem statement. the first solution for the problem is listed below but the bug was introduced. if you can find it share it with others. package das; public class differenc...10 likesleetcode
Abhishek Kumarkumar-abhi04.hashnode.dev·May 26, 2023This Structured path helps me to master DSALearning data structures and algorithms can be a bit difficult, and many people fail to master them. However, after reading this article, you will gain a clear understanding of how to master data structures and algorithms. This will enable you to sol...1 likeDSA