Skip to content

Commit c0b024f

Browse files
authored
Update README.md
1 parent baf77ab commit c0b024f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ Each pattern is implemented in separate Go files. **For example**:
5353
- **[Square](https://github.com/lenardjombo/AlgorithmicPatterns/blob/main/Square.java)** - `Square.go` - Generates a square pattern.
5454
- **[RightAngledTrianlge](https://github.com/lenardjombo/AlgorithmicPatterns/blob/main/rightAngledTriangle.go)** - `rightAngledTriangle.go` - Generates a rightAngledTriangle
5555
- **[ReversedRightAngledTriangle](https://github.com/lenardjombo/AlgorithmicPatterns/blob/main/rightAngledTriangle.go)** - `reversedRightAngledTriangle.go` - Generates a reversed right-angled triangle
56+
- **[ReversedPyramid](https://github.com/lenardjombo/AlgorithmicPatterns/blob/main/reversedPyramid.js)** - `Reversed Pyramid`
5657

5758
### Contributing
5859
If you'd like to contribute, feel free to fork the repository and submit a pull request.Contributions in any programming language are welcome!We welcome contributions that can improve the algorithmic patterns, add new ones, or optimize existing code. Please ensure your code follows best practices and is well-commented.

0 commit comments

Comments
 (0)