Skip to content

This repo is made for DSA problems and this solutions .

License

Notifications You must be signed in to change notification settings

Sabbir45ali/JAVA_DSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java Data Structures and Algorithms

Welcome to the Java Data Structures and Algorithms repository! This repository contains implementations of various data structures and algorithms in Java.

Introduction

I am Sabbir Ali , and I'm a student of JISCE from Kalyani, studying Electronics and Communication Engineering. This repository is created for myself and my friends to learn and practice data structures and algorithms in Java. As a student interested in computer science, I believe that a strong foundation in data structures and algorithms is essential for building efficient and scalable software applications.

About Data Structures and Algorithms (DSA)

Data Structures and Algorithms (DSA) form the backbone of computer science and software engineering. They are fundamental concepts that every programmer should understand to solve complex problems efficiently. This repository aims to provide clear and concise implementations of common data structures and algorithms, along with explanations and examples, to help students and developers learn and master DSA using Java.

Why Java?

Java is a popular programming language known for its simplicity, reliability, and platform independence. It is widely used in various industries for building robust and scalable software applications, making it an excellent choice for learning and implementing data structures and algorithms.

Table of Contents

Data Structures

  • Linked List
  • Stack
  • Queue
  • Binary Tree
  • Binary Search Tree
  • Hash Table
  • Graph
  • Heap
  • Trie

Further Resources

  • GeeksforGeeks - Data Structures
  • LeetCode - Algorithms
  • Coursera - Data Structures and Algorithms Specialization
  • Java Tutorials - Oracle
  • Java Programming and Data Structures - NPTEL

Algorithms

  • Sorting Algorithms (Bubble Sort, Selection Sort, Insertion Sort, Merge Sort, Quick Sort)
  • Searching Algorithms (Linear Search, Binary Search)
  • Graph Algorithms (Breadth-First Search, Depth-First Search, Dijkstra's Algorithm, Bellman-Ford Algorithm, Floyd-Warshall Algorithm)
  • Dynamic Programming (Fibonacci Series, Knapsack Problem, Longest Common Subsequence)

Contributing

Contributions to this repository are welcome! If you have any suggestions, improvements, or additional implementations of data structures and algorithms, feel free to open an issue or submit a pull request.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/YourFeature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin feature/YourFeature)
  5. Create a new Pull Request

How to Clone

To clone this repository to your local machine, use the following command:

git clone https://github.com/Sabbir45ali/JAVA-DSA-Practice.git

About

This repo is made for DSA problems and this solutions .

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages