Skip to content

JibachhhMahto764/DSA_with_Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures and Algorithms in Java

This repository contains Java implementations of various data structures and algorithms. If you're looking to learn about or practice implementing common data structures and algorithms in Java, this repository can be a valuable resource.

Table of Contents

Data Structures

Here are some of the data structures implemented in this repository:

  • Linked List
  • Stack
  • Queue
  • Binary Tree
  • Binary Search Tree (BST)
  • Heap
  • Hash Table
  • Graph

Each data structure comes with detailed explanations, Java code, and examples of usage.

Algorithms

Various algorithms are implemented for tasks such as sorting, searching, and graph algorithms. Some of the algorithms included are:

  • Bubble Sort
  • Selection Sort
  • Merge Sort
  • Quick Sort
  • Binary Search
  • Breadth-First Search (BFS)
  • Depth-First Search (DFS)

Feel free to explore the algorithms directory for detailed explanations and Java code.

Contributing

Contributions to this repository are welcome! If you'd like to contribute by adding new data structures, improving existing code, or fixing bugs, please follow these guidelines:

  1. Fork this repository.
  2. Create a new branch for your changes.
  3. Make your modifications.
  4. Test your changes to ensure they work as expected.
  5. Create a pull request with a clear description of your changes.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Happy coding!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages