Open NimraAslamkhan opened 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.
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.