Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/devxoshakya/dsa-java
- Owner: devxoshakya
- Created: 2023-10-01T11:02:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-26T13:31:52.000Z (3 months ago)
- Last Synced: 2024-10-31T03:42:43.285Z (about 2 months ago)
- Language: Java
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.