TheAlgorithms / Python

All Algorithms implemented in Python
https://thealgorithms.github.io/Python/
MIT License
193.52k stars 45.53k forks source link

Hollow diamond alphabets pattern #12107

Open Manojkumar2806 opened 1 week ago

Manojkumar2806 commented 1 week ago

Feature description

Add the hollow_diamond_alphabet function, which prints a hollow diamond pattern using uppercase alphabet characters based on the specified size. The parameter n determines the number of rows in the diamond. This function uses spaces for alignment and hollow spaces within the diamond structure, creating a visually appealing output.

image

Please assigned to me. I want to add this pattern in this repo and also please give the tags gccos and hactoberfest

ayeshamansoor18 commented 1 week ago

Hey, assign this to me. I'm ready to solve