Skip to content

Solutions to HackerRank's 10 Days of Statistics challenges

License

Notifications You must be signed in to change notification settings

mebriki/10-days-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

10 Days of Statistics

License: MIT

Solutions to HackerRank's 10 Days of Statistics challenge series. This repository contains my progress through the statistical challenges.

πŸ“š Challenge List

Day Challenge Type Problem Solution Status
0 Mean, Median, and Mode Coding πŸ“‹ πŸ’» βœ…
0 Weighted Mean Coding πŸ“‹ Coming Soon ⏳
1 Quartiles Coding πŸ“‹ Coming Soon ⏳
1 Interquartile Range Coding πŸ“‹ Coming Soon ⏳
1 Standard Deviation Coding πŸ“‹ Coming Soon ⏳
2 Basic Probability Multiple Choice πŸ“‹ Coming Soon ⏳
2 More Dice Multiple Choice πŸ“‹ Coming Soon ⏳
2 Compound Event Probability Multiple Choice πŸ“‹ Coming Soon ⏳
3 Conditional Probability Multiple Choice πŸ“‹ Coming Soon ⏳
3 Cards of the Same Suit Multiple Choice πŸ“‹ Coming Soon ⏳
3 Drawing Marbles Multiple Choice πŸ“‹ Coming Soon ⏳
4 Binomial Distribution I Coding πŸ“‹ Not Available Yet πŸ”’
4 Binomial Distribution II Coding πŸ“‹ Not Available Yet πŸ”’
4 Geometric Distribution I Coding πŸ“‹ Not Available Yet πŸ”’
4 Geometric Distribution II Coding πŸ“‹ Not Available Yet πŸ”’
5 Poisson Distribution I Coding Not Available Yet Not Available Yet πŸ”’
5 Poisson Distribution II Coding Not Available Yet Not Available Yet πŸ”’
5 Normal Distribution I Coding Not Available Yet Not Available Yet πŸ”’
5 Normal Distribution II Coding Not Available Yet Not Available Yet πŸ”’
6 The Central Limit Theorem I Coding Not Available Yet Not Available Yet πŸ”’
6 The Central Limit Theorem II Coding Not Available Yet Not Available Yet πŸ”’
6 The Central Limit Theorem III Coding Not Available Yet Not Available Yet πŸ”’
7 Pearson Correlation Coefficient I Coding Not Available Yet Not Available Yet πŸ”’
7 Spearman's Rank Correlation Coefficient Coding Not Available Yet Not Available Yet πŸ”’
8 Least Square Regression Line Coding Not Available Yet Not Available Yet πŸ”’
8 Pearson Correlation Coefficient II Coding Not Available Yet Not Available Yet πŸ”’
9 Multiple Linear Regression Coding Not Available Yet Not Available Yet πŸ”’

Legend:

  • πŸ“‹ = Problem link on HackerRank
  • πŸ’» = Solution file
  • βœ… = Completed
  • ⏳ = Available but not solved yet
  • πŸ”’ = Not available yet (unlocks daily)

πŸ› οΈ Technologies Used

  • Programming Language - Python 3.x
  • Core Concepts - Statistics & Probability
  • Platform - HackerRank challenges

πŸ“ Project Structure

10-days-stats/
β”œβ”€β”€ python/              # Solution files
β”‚   β”œβ”€β”€ day0_mean_median_mode.py
β”‚   β”œβ”€β”€ day0_weighted_mean.py
β”‚   └── ...
β”œβ”€β”€ README.md           # Project documentation
└── LICENSE            # MIT License

πŸš€ Getting Started

  1. Clone the repository:

    git clone https://github.com/mebriki/10-days-stats.git
    cd 10-days-stats
  2. Navigate to the solutions and run:

    cd python
    python day0_mean_median_mode.py

πŸ“ Notes

  • Each solution includes comments explaining the statistical concepts
  • Solutions are optimized for readability and understanding
  • All implementations follow HackerRank's input/output format

🀝 Contributing

Feel free to:

  • Suggest improvements to existing solutions
  • Add solutions in other programming languages
  • Report any issues or bugs

πŸ“„ License

This project is licensed under the MIT License - see the LICENSE file for details.

πŸ”— Links

About

Solutions to HackerRank's 10 Days of Statistics challenges

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages