Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/devxoshakya/dsa-java

This repository contains my practice solutions for Data Structures and Algorithms (DSA) problems in Java.
https://github.com/devxoshakya/dsa-java

Last synced: 5 days ago
JSON representation

This repository contains my practice solutions for Data Structures and Algorithms (DSA) problems in Java.

Awesome Lists containing this project

README

        

# DSA Practice Repo

This repository contains my practice solutions for Data Structures and Algorithms (DSA) problems in Java.

## Table of Contents

- [Description](#description)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)

## Description

In this repository, you will find my solutions to various DSA problems implemented in Java. Each problem is organized in its own directory, with a separate Java file containing the solution code. Additionally, I have included a README file in each directory that explains the problem statement and provides details about the approach and implementation.

## Installation

To use the code in this repository, you will need to have Java Development Kit (JDK) installed on your machine. You can download the latest version of JDK from the official Oracle website: [Java SE Downloads](https://www.oracle.com/java/technologies/javase-jdk11-downloads.html)

## Usage

To run the code for a specific problem, navigate to the corresponding directory and compile the Java file using the `javac` command. Then, execute the compiled class file using the `java` command.