Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/priyanshudutta04/java-dsa
This repository contains all the codes that I practice for dsa
https://github.com/priyanshudutta04/java-dsa
dsa java leetcode
Last synced: about 2 months ago
JSON representation
This repository contains all the codes that I practice for dsa
- Host: GitHub
- URL: https://github.com/priyanshudutta04/java-dsa
- Owner: priyanshudutta04
- Created: 2023-07-27T14:34:33.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-11T17:02:42.000Z (5 months ago)
- Last Synced: 2024-08-12T18:36:17.191Z (5 months ago)
- Topics: dsa, java, leetcode
- Language: Java
- Homepage:
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JAVA DSA
### This repository contains all the codes that I practice for dsa in java. Also contains the solution of the LeetCode problems I have solved.
## Visit my [Leetcode profile](https://leetcode.com/priyanshu_34/)
## Building from Source
1. Ensure you have [Java Development Kit (JDK)](https://www.oracle.com/java/technologies/downloads/) installed on your system.
2. Fetch latest source code from master branch.
```
git clone https://github.com/priyanshudutta04/JAVA-DSA.git
```
3. Go to the cloned directory, and navigate to your desired program -> ``` cd "folder_name" ```, and then to the code file.
4. You can now run the example scripts or create your own scripts.