Skip to content

Latest commit

 

History

History
131 lines (94 loc) · 2.31 KB

File metadata and controls

131 lines (94 loc) · 2.31 KB

Java Data Structures and Algorithms

This repository contains implementations of various algorithms and data structures in Java. It is intended as a resource for learning and reference.

Installation

  1. Clone the repository:
    git clone https://github.com/bcExpt1123/java-dsa.git
  2. Navigate to the project directory:
    cd java-dsa

Usage

Run code:

  mvn clean compile exec:java

Run test:

  mvn test

Run Check style:

  mvn checkstyle:check

Or

  mvn checkstyle:checkstyle

Contributing

Contributions are welcome! Please read the contributing guidelines for more details.

License

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