Skip to content

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

 
 
 

Contributors

Languages