DevAffan / AffiCodes-Hacktoberfest2024

Make your first Pull Request for Hacktoberfest 2024! Don’t forget to spread the love, and if you find it helpful, consider giving us a ⭐️. This repository includes useful algorithms and code to help beginners, featuring multiple languages and ideas. You’ll also find some beginner-friendly mini projects to get you started!
41 stars 298 forks source link

Proposal for add New Python Programming Challenges #122

Open NimraAslamkhan opened 1 month ago

NimraAslamkhan commented 1 month ago

I would like to contribute several unique Python programming challenges to the repository.

1 Check Armstrong Number Description: A Python program to check if a number is an Armstrong number (a number that equals the sum of the cubes of its digits).

2 Sum of Digits Description: A Python program to calculate the sum of digits of a given number.

3 Matrix Multiplication Description: A Python program to multiply two matrices

4 Find the Second Largest Element in an Array Description: A Python program to find the second largest number in a list or array.

5 Balanced Parentheses Checker Description: A Python program to check if a given string of parentheses is balanced using a stack.

DevAffan commented 1 month ago

Hi @NimraAslamkhan ,

Thank you for your interest in contributing to the repository! I’m happy to assign you this task. However, please ensure to avoid pushing duplicate algorithms or the same algorithm with a similar approach. Alternatively, you can enhance or modify the existing algorithms for greater clarity and improvement.

I appreciate your enthusiasm and look forward to seeing your contributions!

Thank you.