Welcome to my algorithmization Repository! Here i tackle most frequent algorithmization problems from leetcode.
/algorithmization
βββ Array
β βββ problem_1
β β βββ solution.java
β β βββ README.md
βββ Matrix
β βββ problem_1
β β βββ solution.java
β β βββ README.md
βββ String
β βββ problem_1
β β βββ solution.java
β β βββ README.md
βββ Linked List
β βββ problem_1
β β βββ solution.java
β β βββ README.md
βββ Tree
β βββ problem_1
β β βββ solution.java
β β βββ README.md
βββ Graph
β βββ problem_1
β β βββ solution.java
β β βββ README.md
βββ Others
βββ problem_1
β βββ solution.java
β βββ README.md
By Data Structure: Each major folder (Array, Matrix, etc.) corresponds to a specific data structure. Dive into the one you're interested in!
By Problem: Each sub-folder within the main category is dedicated to a particular problem, complete with its own solution and README for context and explanations.