Skip to content

Confy-Code/My_HackerRank_solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HackerRank Solutions Repository

This repository contains my successful problem-solving submissions from HackerRank. Each problem is organized into its own directory and includes both the solution implementation and the original problem description.


Repository Structure

Each folder in this repository represents a single HackerRank problem and follows this structure:

problem-name/
│── [solution].py     # Python implementation of the solution
│── [problem].pdf     # Original problem description

Example

two sum/
│── two_sum.py
│── two_sum.pdf

Purpose

This repository serves as:

  • A personal archive of solved HackerRank challenges
  • A reference for algorithmic problem-solving techniques
  • A portfolio to showcase coding skills and progress

**Note:**This repository doesn't host all of the problems I have personally solved on HackerRank.


Technologies Used

  • Python 3
  • Problem-solving techniques including:
    • Data Structures (Arrays, Linked Lists, Trees, etc.)
    • Algorithms (Sorting, Searching, Recursion, Dynamic Programming)
    • Optimization strategies

What You’ll Find

  • Clean and readable Python solutions
  • Well-structured problem organization
  • Real interview-style coding challenges
  • Continuous updates as more problems are solved

How to Use

  1. Clone the repository:

    git clone https://github.com/Confy-Code/My_HackerRank_solutions.git
  2. Navigate to a specific problem folder:

    cd [problem-name]
  3. Run the Python solution:

    python [solution.py]
  4. Open the problem.pdf to understand the problem statement.


Goals

  • Strengthen problem-solving and algorithmic thinking
  • Prepare for technical interviews
  • Build a strong and consistent coding habit

Notes

  • All problems are sourced from HackerRank.
  • Solutions are written with clarity and efficiency in mind.
  • Some solutions may have multiple approaches (optimized vs brute force).

Contact

Feel free to connect or reach out for collaboration or discussion via the social accounts linked in my Github profile overview.


⭐ If you find this repository helpful, consider giving it a star!

About

A curated archive of HackerRank challenges showcasing problem-solving skills, algorithms, and Python implementations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages