mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #938] [CLOSED] Adding curated list of patterns with their programs under the name of patterns directory #1469
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/938
Author: @Kranthi-Guribilli
Created: 2/4/2022
Status: ❌ Closed
Base:
master← Head:master📝 Commits (3)
f969351Adding a patterns directory050450fDelete Patterns directory9b4d032adding a new directory (patterns)📊 Changes
30 files changed (+1016 additions, -0 deletions)
View changed files
➕
patterns/README.md(+318 -0)➕
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_hollow_pyramid.c(+26 -0)➕
patterns/code_snippets/14_inverted_hollow_pyramid.c(+26 -0)➕
patterns/code_snippets/15_hollow_diamond.c(+42 -0)➕
patterns/code_snippets/16_pascals_triangle.c(+20 -0)➕
patterns/code_snippets/17.c(+31 -0)➕
patterns/code_snippets/18_hollow_diamond_inscribed_in_triangle.c(+35 -0)➕
patterns/code_snippets/19_butterfly.c(+35 -0)➕
patterns/code_snippets/20.c(+20 -0)➕
patterns/code_snippets/21_floydss_triangle.c(+14 -0)➕
patterns/code_snippets/22_binary_triangle.c(+18 -0)➕
patterns/code_snippets/24.c(+51 -0)➕
patterns/code_snippets/25_hollow_rhombus.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.