8000 GitHub - marinstrba/algorithmization: πŸ’» A comprehensive collection of coding challenges and solutions, enhancing problem-solving skills and preparing for technical interviews in the programming world.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

πŸ’» A comprehensive collection of coding challenges and solutions, enhancing problem-solving skills and preparing for technical interviews in the programming world.

Notifications You must be signed in to change notification settings

marinstrba/algorithmization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

65 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Algorithmization Repository πŸš€

Welcome to my algorithmization Repository! Here i tackle most frequent algorithmization problems from leetcode.

Repository Structure πŸ—οΈ

/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  

How to Navigate 🧭

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.

About

πŸ’» A comprehensive collection of coding challenges and solutions, enhancing problem-solving skills and preparing for technical interviews in the programming world.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0