π Premium Read: Access my best content on Medium member-only articles β deep dives into Java, Spring Boot, Microservices, backend architecture, interview preparation, career advice, and industry-standard best practices.
β Some premium posts are free to read β no account needed. Follow me on Medium to stay updated and support my writing.
π Top 10 Courses (Huge Discount): Explore My Courses β Learn through real-time, project-based development.
βΆοΈ Subscribe to My YouTube Channel (172K+ subscribers): Java Guides on YouTube
In this tutorial, we will learn different Data Structures, Sorting Algorithms, and Searching Algorithms.
We will use the Java Programming language to implement these Data Structures.
Data Structures are the programmatic way of storing data so that data can be used efficiently. Almost every enterprise application uses various types of data structures in one or the other way.
This tutorial will give you a great understanding of the Data Structures needed to understand the complexity of enterprise-level applications and the need for algorithms, and data structures.
Stack Data Structure
- Stack Data Structure in Java
- Stack Implementation using Array in Java
- Dynamic Stack Implementation using Array in Java
- Stack Implementation using Linked List in Java
- Stack Implementation using Array List
- Generic Stack Implementation in Java
- Reverse a String using Stack Data Structure in Java
- How to Reverse a Stack in Java
Queue Data Structure
- Queue Data Structure in Java
- Queue Implementation using Linked List in Java
- Queue Implementation using Circular Array in Java
- Dynamic Queue Implementation using Array
- Queue Implementation in Java Using Array
- Queue Implementation in Java Using ArrayList
- Queue Implementation in Java Using LinkedList
- Queue Implementation in Java Using Two Stacks
Linked List Data Structure
- Linked List Data Structure in Java
- Singly Linked List Implementation in Java
- Linked List Implementation in Java Using Arrays
- Doubly Linked List Implementation in Java
- Circular Linked List Implementation in Java
- Java Program to Reverse a Linked List
- Detecting a Cycle in a Linked List Using Java
- Finding the Middle Element of a Linked List using Java
- Merging Two Sorted Linked Lists using Java
Searching Algorithms
- Binary Search Algorithm in Java
- Linear Search Algorithm in Java
- Interpolation Search Algorithm in Java
Sorting Algorithms
- Bubble Sort Algorithm in Java
- Selection Sort Algorithm in Java
- Insertion Sort Algorithm in Java
- Merge Sort Algorithm in Java
- Quick Sort Algorithm in Java
Programs on Sorting Algorithms in Java
- Bubble Sort in Ascending Order in Java
- Bubble Sort in Descending Order in Java
- Selection Sort in Ascending Order in Java
- Selection Sort in Descending Order in Java
- Insertion Sort in Ascending Order in Java
- Insertion Sort in Descending Order in Java
- Merge Sort in Ascending Order in Java
- Merge Sort in Descending Order in Java
- Quick Sort in Ascending Order in Java
- Quick Sort in Descending Order in Java
Java Programs on Data Structures
- Java Program to Reverse a Linked List
- Detecting a Cycle in a Linked List Using Java
- Finding the Middle Element of a Linked List using Java
- Merging Two Sorted Linked Lists using Java
- Queue Implementation in Java Using Array
- Queue Implementation in Java Using ArrayList
- Queue Implementation in Java Using LinkedList
- Queue Implementation in Java Using Two Stacks
- Priority Queue Implementation in Java Using Linked List
- Linked List Implementation in Java Using Arrays
- Doubly Linked List Implementation in Java
- Circular Linked List Implementation in Java
- Deque Implementation in Java
- Finding the Height of a Binary Tree in Java
- Determining if a Binary Tree is Balanced in Java
- Implementing Binary Search Tree (BST) Operations in Java
- Finding the Lowest Common Ancestor in a BST using Java
Comments
Post a Comment
Leave Comment