mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #925] [CLOSED] Adding a patterns directory #1453
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/925
Author: @Kranthi-Guribilli
Created: 1/3/2022
Status: ❌ Closed
Base:
master← Head:master📝 Commits (1)
f969351Adding a patterns directory📊 Changes
30 files changed (+1016 additions, -0 deletions)
View changed files
➕
Patterns/Code_Snippets/1.c(+12 -0)➕
Patterns/Code_Snippets/10.c(+16 -0)➕
Patterns/Code_Snippets/11.c(+17 -0)➕
Patterns/Code_Snippets/12.c(+25 -0)➕
Patterns/Code_Snippets/13-HollowPyramid.c(+26 -0)➕
Patterns/Code_Snippets/14-InvertedHollowPyramid.c(+26 -0)➕
Patterns/Code_Snippets/15-HollowDiamond.c(+42 -0)➕
Patterns/Code_Snippets/16-Pascal'sTriangle.c(+20 -0)➕
Patterns/Code_Snippets/17.c(+31 -0)➕
Patterns/Code_Snippets/18-HollowDiamondInscribedInTriangle.c(+35 -0)➕
Patterns/Code_Snippets/19-Butterfly.c(+35 -0)➕
Patterns/Code_Snippets/2-HalfPyramid.c(+12 -0)➕
Patterns/Code_Snippets/20.c(+20 -0)➕
Patterns/Code_Snippets/21-Floyd'sTriangle.c(+14 -0)➕
Patterns/Code_Snippets/22-BinTriangle.c(+18 -0)➕
Patterns/Code_Snippets/24.c(+51 -0)➕
Patterns/Code_Snippets/25-HollowRhombus.c(+22 -0)➕
Patterns/Code_Snippets/26.c(+13 -0)➕
Patterns/Code_Snippets/28.c(+55 -0)➕
Patterns/Code_Snippets/29.c(+35 -0)...and 10 more files
📄 Description
Description of Change
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.