https://github.com/2kabhishek/topgear-java-streams
Solutions for Java-Streams problems. ☕🌊
https://github.com/2kabhishek/topgear-java-streams
assignment java java-streams solutions topgear
Last synced: 15 days ago
JSON representation
Solutions for Java-Streams problems. ☕🌊
- Host: GitHub
- URL: https://github.com/2kabhishek/topgear-java-streams
- Owner: 2KAbhishek
- License: gpl-3.0
- Created: 2020-11-03T12:08:13.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T07:41:48.000Z (over 3 years ago)
- Last Synced: 2025-03-01T12:48:10.055Z (over 1 year ago)
- Topics: assignment, java, java-streams, solutions, topgear
- Language: Java
- Homepage: https://2kabhishek.github.io/TopGear-Java-Streams
- Size: 40 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Prerequisites
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of `jdk`
## Get TopGear-Java-Streams
To clone TopGear-Java-Streams, follow these steps:
```bash
git clone https://github.com/2kabhishek/TopGear-Java-Streams
cd TopGear-Java-Streams
```
## Using TopGear-Java-Streams
Use this for your reference, all code is placed under `Assignments` directory, once you have `jdk` installed you can compile and run these locally.
```bash
cd Assignments/
javac Filename.java # Compile
java Filename # Run
```
Hit the ⭐ button if you found this useful.
## More Info