Skip to content

My working solutions of popular Grind 75 Extended Version written in Java

License

Notifications You must be signed in to change notification settings

noahweasley/Grind-75-Extended-Version-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grind 75 Solutions in Java

Grind 75

Table of Contents

Introduction

Welcome to the repository for solutions to the Grind 75 problems implemented in Java. Grind 75 is a curated list of the 75 most important LeetCode problems, designed to help you prepare for coding interviews. This repository provides efficient and well-documented solutions for each problem, aiming to help you understand the underlying concepts and improve your coding skills.

Repository Structure

The repository is structured as follows:

  • src/: Contains directories for each problem, with Java solution files and individual README.md files explaining the problem and solution.
  • test/: Contains unit tests for each problem to ensure the correctness of the solutions.
  • .gitignore: Specifies files and directories to be ignored by Git.
  • README.md: The main readme file you are currently reading.
  • LICENSE: The license for this repository.

Installation

To use or contribute to this repository, follow the steps below:

  1. Clone the repository:
    git clone https://github.com/noahweasley/Grind-75-Extended-Version-Java
  2. Navigate to the project directory:
    cd Grind-75-Extended-Version-Java
  3. Ensure you have Java JDK

About

My working solutions of popular Grind 75 Extended Version written in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages