Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 757 Bytes

File metadata and controls

17 lines (12 loc) · 757 Bytes

Data Structures and Algorithms in Java

This repository contains Java programs implementing various Data Structures and Algorithms (DSA) concepts.

Data Structures

  • Array: Implementation of basic array operations.
  • 2D Array: Examples of handling two-dimensional arrays.
  • String: Algorithms related to string manipulation.
  • ArrayList: Implementation and usage of ArrayList in Java.
  • Hashing: Hash table implementations and related algorithms.
  • Stack: Implementation of stack data structure.
  • Linked List: Singly linked list implementation and operations.
  • Other Techniques: Other advanced DSA techniques implemented in Java.

Each directory contains detailed examples and explanations for different DSA topics.