Skip to content

Python 3 solutions for various HackerRank challenges. Covers strings, lists, loops, sets, functions & more — ideal for beginners and practice.

Notifications You must be signed in to change notification settings

Abishek-Web-Co/Hackerank_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 

Repository files navigation

🐍 HackerRank_Python

Solutions for Python challenges on HackerRank

A collection of Python script files solving a variety of HackerRank problems—from beginner exercises like "Say Hello World" to medium-level algorithmic tasks like "Find the Runner-Up Score" and data structure challenges.


⭐ Features

  • ✅ Clean, modular Python solutions
  • 📂 Organized by challenge type (e.g. Strings, Sets, Loops, Conditionals, Comprehensions, Math)
  • 🧠 Covers a range of HackerRank domains and difficulty levels
  • 💡 Great for learning Python syntax, algorithms, and standard library methods

🧰 Tech Stack

  • Language: Python 3
  • No external dependencies—pure, standard Python

📥 Usage

  1. Clone your own fork (or this repo):

    git clone https://github.com/Abishek-Web-Co/Hackerank_Python.git
    cd Hackerank_Python
  2. View or run a solution file:

    python problem_name.py

    Replace problem_name.py with the relevant script (e.g. loops.py, nested_lists.py).

  3. Modify input values or test cases directly in the script, or adjust them to use input() as needed.


🗂️ File Organization

Hackerank_Python/
│
├── introduction/
│   ├── hello_world.py
│   ├── if_else.py
│   └── arithmetic_operators.py
│
├── loops/
│   └── squares_loop.py
│
├── data_types/
│   ├── list_comprehension.py
│   ├── nested_lists.py
│   └── tuples.py
│
├── strings/
│   └── swap_case.py
│
└── sets/
    └── symmetric_difference.py

(Adjust paths to match your actual structure.)


📈 Contribution

Pull requests are welcome! Feel free to:

  • Add alternative or optimized solutions
  • Include additional test cases or problem categories
  • Improve README, formatting, or add clear comments

📬 Connect


📜 License

There are no licensing restrictions—this is an open repo, share and learn as you wish 👍

About

Python 3 solutions for various HackerRank challenges. Covers strings, lists, loops, sets, functions & more — ideal for beginners and practice.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages