This repository contains my solutions to various LeetCode problems, written in Python and JavaScript.
- Total Problems Solved: 22
- Python Solutions: 11
- JavaScript Solutions: 11
- Last Updated: November 5, 2025
- Focused on algorithmic problem-solving and data structures.
- Mainly used for practicing logic, problem analysis, and writing clean code.
- Unit tests are being added to solutions for verification and learning purposes.
This section contains my progress through the LeetCode 30 Days of JavaScript (https://leetcode.com/studyplan/30-days-of-javascript/) challenge.
- Practice Python through algorithm and data structure problems.
- Learn JavaScript fundamentals with the 30 Days of JavaScript challenge.
- Build a consistent, mostly daily routine for coding practice and apply these abilities to my cybersecurity development.
All solutions are written from my own understanding, so in some question folders you might find images or pseudocode that I created before solving the problem because I want to understand the logic by myself.
Only solutions are shared here, problem statements belong to LeetCode.