Skip to content

Latest commit

 

History

History
23 lines (10 loc) · 752 Bytes

README.md

File metadata and controls

23 lines (10 loc) · 752 Bytes

Hacker_rank_python

HackerRank Python Solutions by Chapter

This repository includes Jupyter notebooks with solutions to Python challenges on HackerRank, organized by chapter.

Chapter Overview

Each notebook covers a specific topic and includes solutions to related challenges:

  • 01_Basic_Data_Types.ipynb - Solutions for challenges on data types (e.g., lists, tuples, and dictionaries).
  • 02_numpy.ipynb` - Solutions for challenges on numpy
  • 03_debugging.ipynb` - Solutions for challenges on how to debug

Acknowledgments

Thanks to HackerRank for creating these challenges, which provide an excellent way to improve Python skills.