Skip to content

A personal repository of coding challenge solutions from platforms like LeetCode and HackerRank, written in Python and C++. Includes failed attempts, debugging notes, and detailed README files for each problem to track learning progress.

Notifications You must be signed in to change notification settings

KARSTERR/code-challanges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Code Challenges Repository

This repository contains my solutions to coding problems from platforms such as LeetCode, HackerRank, and others. Solutions are written primarily in Python and C++, with the potential to expand to other languages over time.

In addition to final solutions, I include failed attempts, error logs, and step-by-step debugging notes to document my thought process and learning journey.


🧠 Learning-Focused Features

  • βœ… Final, working solutions for each challenge
  • ❌ Archived failed attempts with explanations
  • πŸ›  Debugging steps and how I fixed issues
  • πŸ“„ Per-problem README.md files to explain:
    • Problem statement (summary)
    • Thought process
    • Why certain approaches failed
    • Final solution and complexity analysis

πŸ›  Languages Used

  • Python 3
  • C++
  • (More languages may be added later)

πŸ“ Folder Structure


code-challenges/
β”œβ”€β”€ leetcode/
β”‚   β”œβ”€β”€ 001\_two\_sum/
β”‚   β”‚   β”œβ”€β”€ solution.py
β”‚   β”‚   β”œβ”€β”€ attempt1\_wrong.cpp
β”‚   β”‚   └── README.md
β”‚   └── ...
β”œβ”€β”€ hackerrank/
β”‚   └── ...
└── README.md

Each challenge folder contains:

  • Final solution(s)
  • Any failed/buggy versions
  • A README.md explaining the problem and my solution process

🀝 Contribution

This is a personal learning project, but feel free to fork or use as a reference. PRs are welcome if they follow the same learning-focused structure.


πŸ“„ License

MIT License – see LICENSE file for details.

About

A personal repository of coding challenge solutions from platforms like LeetCode and HackerRank, written in Python and C++. Includes failed attempts, debugging notes, and detailed README files for each problem to track learning progress.

Topics

Resources

Stars

Watchers

Forks

Languages