Skip to content

GuledIM/coding-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Coding-Solutions

This repository contains my solutions to Coding problems, categorized by difficulty, topic, and company tags. I created this repo to track my progress, learn from my mistakes, and build strong problem-solving skills for coding interviews and real-world software development.

Languages Used

  • Python (primary)
  • [Optional] Add C++, Java, etc. if applicable

πŸ“ Folder Structure

  • easy/, medium/, hard/ β€” Problems categorized by difficulty.
  • topics/ β€” Problems organized by data structure or algorithm type (e.g., DP, trees, graphs).
  • company_tags/ β€” Questions frequently asked by specific companies.
  • utils/ β€” Helper scripts or templates.
  • notes.md β€” Cheatsheets, tips, and learning notes.

Progress Tracker

Difficulty Problems Solved
Easy XX
Medium XX
Hard XX
Total XXX

Updated as of: [2025-06-09]

πŸ“š Problem Format

Each solution follows this format:

"""
Problem: Two Sum (https://leetcode.com/problems/two-sum/)
Difficulty: Easy
Topics: Array, Hash Table

Approach:
- Use a dictionary to store complements.

"""

 ## 🧠 Why This Repo?
markdown
Copy
Edit
- Practice for interviews (Grind75, Blind75, Top 100)
- Build a strong DSA foundation
- Learn and apply patterns like sliding window, two pointers, etc.

About

My personal coding problem-solving journey in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages