This repository contains a structured collection of coding problems and solutions implemented in Python and Java for technical assessments and interview preparation.
The problems are organized topic-wise to help with systematic practice and quick revision of common algorithmic patterns.
- Arrays
- Strings
- HashMap
- Math Problems
- Logical Problems
- Pattern Printing
- Assessment Questions (from real coding tests)
coding-assessment-prep
│
├ arrays
├ strings
├ hashmap
├ math
├ logic
├ patterns
└ past_assessments
Each folder contains implementations in Python and Java wherever applicable.
This repository is intended for:
- Technical interview preparation
- Coding assessments
- Practicing common problem-solving patterns
- Revising data structures and algorithms
- Python
- Java
Sharjun A