Skip to content

A collection of all the coding problems I've solved so far. A personal archive for practicing algorithms, data structures, and interview prep.

Notifications You must be signed in to change notification settings

maziasy/coding-problem-sets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

44 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Coding Problem Sets

This repository is a collection of my solutions to coding challenge problems. The goal is to practice problem solving, data structures, and algorithms while building a personal archive of solutions. All solutions are currently in Python.


πŸ“‚ Repository Structure

β”œβ”€β”€ leetcode/ # Solutions to LeetCode problems
β”‚ β”œβ”€β”€ two-sum/
β”‚ β”œβ”€β”€ balanced-binary-tree/
β”‚ └── ...
└── (future folders for other platforms)

As of now, all solutions are under the leetcode/ folder, but the structure is designed to expand to other platforms (e.g., HackerRank, Codeforces, Advent of Code).


πŸš€ Goals

  • Strengthen algorithmic thinking
  • Improve coding interview skills
  • Build a library of solved problems for reference
  • Explore multiple problem-solving approaches

πŸ› οΈ How to Use

Browse the folders by platform and problem name to see individual solutions.
Each problem folder typically contains:

  • The problem
  • Solution code
  • Notes or explanations (in comments)

🀝 Contributing

This repo is primarily for personal learning and practice. However, feedback, alternative solutions, and discussions are always welcome β€” feel free to open an issue or pull request.


πŸ“– Acknowledgments

  • LeetCode for providing the problem sets.

About

A collection of all the coding problems I've solved so far. A personal archive for practicing algorithms, data structures, and interview prep.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages