排序
Rabin Karp (hashing) String pattern matching
Rabin Karp (hashing) String pattern matching, Important algorithms (3 Part Series) 1 Kadane's Algorithm 2 Knuth Morris Prat algorithm[Pattern Matching] 3 Rabin Karp (hashing) Strin...
Range sum query 2D – Immutable
Range sum query 2D - Immutable, Range queries (4 Part Series) 1 Range Sum Query - Immutable 2 Count vowel strings in ranges 3 Range sum query 2D - Immutable 4 No of ways to split A...
My first day of learning DSA
My first day of learning DSA,I still remember the day I began learning DSA. I was quite intimidated, probably due to the way it's often hyped up. If memory serves, I started with p...
Java Functions/Methods: A Beginner’s Guide to Writing Efficient Code
Java Functions/Methods: A Beginner's Guide to Writing Efficient Code, Intro: In this article, I would like to share some insights about… Functions/Methods Works Scoping Shadowing ...
Index Page: Starting my DSA journey
Index Page: Starting my DSA journey, Table of Content Intro Extras Leetcode patterns Intro Starting my DSA journey on this platform. I will blog about leetcode patterns and problem...
Learn List in Java
Learn List in Java, Java List Interface The List Interface in Java extends the Collection Interface and is a part of java.util package. It is used to store the ordered collections ...
What is Stack in Dsa.
What is Stack in Dsa.,In Data Structures and Algorithms (DSA), a stack is a linear data structure that operates on the principle of Last In, First Out (LIFO). This means that the l...
Building a Stack Implementation in Java: Mastering Data Structure Fundamentals.
Building a Stack Implementation in Java: Mastering Data Structure Fundamentals.,*Hey in this code i will make a stack implementation programme * We have a class 'Stack' : in this c...
Second Largest – Java
Second Largest - Java, Find the Second Largest Element in an Array This method returns the second largest number in an integer array. If the array has fewer than 2 elements or all ...
The Ultimate Guide to Sets in Java: Uncovering Every Secret of This Humble Data Structure
The Ultimate Guide to Sets in Java: Uncovering Every Secret of This Humble Data Structure, DSA (12 Part Series) 1 Mastering Constraints and Problem-Solving Strategies in DSA 2 How ...
The Ultimate Guide to Arrays in Java: From Zero to Hero (With a Dash of Humor)
The Ultimate Guide to Arrays in Java: From Zero to Hero (With a Dash of Humor), DSA (12 Part Series) 1 Mastering Constraints and Problem-Solving Strategies in DSA 2 How to Start DS...
The Ultimate Guide to Lists in Java: Everything You Need to Know
The Ultimate Guide to Lists in Java: Everything You Need to Know, DSA (12 Part Series) 1 Mastering Constraints and Problem-Solving Strategies in DSA 2 How to Start DSA (Data Struct...