sp995

Results 8 issues of sp995

- [x] I have read [CONTRIBUTING.md](https://github.com/TheAlgorithms/Java/blob/master/CONTRIBUTING.md). - [x] This pull request is all my own work -- I have not plagiarized it. - [x] All filenames are in PascalCase. -...

# Pull Request Template ## Description This PR adds a solution for the problem **"419. Battleships in a Board"** from LeetCode. The goal is to count the number of battleships...

[2115. Find All Possible Recipes from Given Supplies](https://leetcode.com/problems/find-all-possible-recipes-from-given-supplies/) You have information about n different recipes. You are given a string array recipes and a 2D string array ingredients. The ith...

# Pull Request Template ## Description Please include a summary of the problem and about the approach to solve the solution. Please also include relevant motivation and context. List any...