This repository contains my solutions for various competitive programming and coding challenge platforms.
HackerRank - Platform focused on technical interviews and skill assessment, offering challenges in algorithms, data structures, and specific programming domains.
LeetCode - Popular platform for coding interview preparation with extensive collection of algorithmic problems and company-specific questions.
CodeSignal - Technical assessment and interview platform with arcade-style coding challenges and company-specific assessments.
CodeWars - Community-driven platform with "kata" challenges of increasing difficulty across multiple programming languages.
Advent of Code - Annual December coding event with daily programming puzzles that unlock as you solve them.
├── Python/ # Python-specific implementations ├── adventofcode/ # Advent of Code solutions ├── codesignal/ # CodeSignal challenges ├── codewars/ # CodeWars kata solutions ├── hackerrank/ # HackerRank problem solutions └── leetcode/ # LeetCode problem solutions