A personal project to learn about the [Java] patterns and explanations of each method and their elaborations of each iteration, so you can understand how every sentence of the code works step-by step.
This repository contains elaborations and explanations of method found inside each folder. In each folder will be a method of code and a README file for elaborations of each iteration. Inside the [src] folder you will see folders of topics. Those topics contain subtopics tackling specific code structure and problems. for example:
- Contains Duplicate
- Group Anagrams
- K Frequent Elements
- Product of an array except self
- Two Sum
- Valid Anagram and etc.