Saisailor.hashnode.dev·Oct 2, 2024The Ultimate Guide to Cracking DSA ProblemsLet’s face it—when we first encounter a Data Structures and Algorithms (DSA) problem, it can feel like staring into the abyss. That lengthy question? It can be intimidating! I’ve been there, skipping questions out of sheer fear. But here’s the secret...DiscussDSADSA
DIPA GHOSHdsa-sorting-selection-sort.hashnode.dev·Sep 26, 2024Step-by-Step Process of Selection Sort ExplainedSelection sort is simple comparison based sorting algorithm. Steps of selection sort: Start with first element of array and assume it is smallest. Compare this element with rest of the unsorted part of array. If you find any smaller element than ...Discuss·1 likeDSA
Rohit Gawanderohit253.hashnode.dev·Sep 25, 2024Chapter 5: Patterns (Part 1) - Java With DSAIntroduction to Nested Loops In Java, nested loops are essential when working with patterns, especially for creating shapes and designs like pyramids, squares, or character patterns. As the name suggests, a nested loop is a loop inside another loop. ...DiscussDSA(Data Structure and Algorithm) In JAVApatterns
Rudraksh Laddharudrakshladdha.hashnode.dev·Sep 15, 2024🚀 Mastering Java Data Structure Cheat sheet 💻When preparing for a coding interview, Data Structures are your best friend! Knowing how to efficiently manipulate data and understanding time complexity is crucial. Here’s a breakdown of some of the most common Java Data Structures*, with examples a...Discuss2Articles1Week
Rohit Gawanderohit253.hashnode.dev·Sep 15, 2024Chapter 1: Variables and Data Types in JavaJava is a powerful programming language widely used for building various applications. In this chapter, we will explore some fundamental concepts such as creating a Java file, understanding boilerplate code, and working with variables and data types....DiscussDSA(Data Structure and Algorithm) In JAVAapna college
Rohit Gawanderohit253.hashnode.dev·Sep 11, 2024Chapter 6:Understanding Java Functions: Syntax, Parameters, and Call by Value with ExamplesChapter 6: Mastering Java Functions/Methods 1. Introduction to Functions/Methods Functions (also known as methods in Java) are blocks of code designed to perform a particular task. Imagine using a TV remote to adjust the volume or change channels. Yo...DiscussDSA(Data Structure and Algorithm) In JAVAJava
Tanusha Rainatechshetalks.hashnode.dev·Aug 6, 2024DSA : Linked Lists Solutions in Cpp (Converting an array to LinkedList)LeetCode Like a Lady: Cracking Coding Interviews in Heels - Linked List Solutions Hello, world! I’m excited to share my journey through the Linked List problems from Striver's A2Z DSA Sheet. In this series, I’ll be posting function implementations in...DiscussDSAwithTim
Tanusha Rainatechshetalks.hashnode.dev·Aug 6, 2024Kicking Off My DSA Journey: LeetCode Like a Lady, Cracking Coding Interviews in HeelsHello, world! I’m excited to announce the launch of my new blog series on Hashnode, titled "LeetCode Like a Lady: Cracking Coding Interviews in Heels". I’ll be documenting my journey through Data Structures and Algorithms (DSA). I've completed the ar...Discuss·10 likesLeetCode Like a Lady: Cracking the Coding Interview in HeelsDSA
Yash Saxenayshsaxena.com·Jul 26, 2024DSA Paradox - Chapter 1Welcome to the first chapter of our blog series, "DSA Paradox." In this chapter, we'll explore the fundamental concepts of Time and Space Complexity. Anyone with a programming background should know about these concepts because, without understanding...Discuss·29 readsDSA-Paradox
ritiksharmaaaritiksharmaaa.hashnode.dev·Jul 16, 2024DSA Week 2 : Understanding Essential Data Structures: Types, Uses, and PerformanceData structures can be broadly categorized into two types: linear and non-linear data structures. Each type has its own characteristics, advantages, and use cases. Here's an overview of both: Linear Data Structures In linear data structures, the elem...Discuss·51 readsData Structure And AlgorithmsData Science