mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-04 05:44:35 +00:00
[PR #295] [CLOSED] Create Factorial #606
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/295
Author: @JustinGuerrero
Created: 10/1/2019
Status: ❌ Closed
Base:
prime_fact_cor← Head:master📝 Commits (10+)
ac7a937Added Client Server Implementationa2bc982Added instructions for Client Server Implementation37314fbnumber invalid if number >= base82436ccAn efficient solution.a13df71Merge pull request #217 from TheAlgorithms/add_prime_factoriziationa080a2aMerge pull request #218 from TheAlgorithms/prime_fact_cor49d82f1refactoringb5e5bb1Merge pull request #219 from TheAlgorithms/changed_main_C02cf095fixed bug and refactoreda80d748simplefy📊 Changes
115 files changed (+5420 additions, -436 deletions)
View changed files
➕
.gitignore(+2 -0)➕
LICENSE(+674 -0)📝
README.md(+36 -5)➕
Simple Client Server/client.c(+66 -0)➕
Simple Client Server/server.c(+96 -0)📝
conversions/toDecimal.c(+3 -1)➕
data_structures/binary_trees/redBlackTree.c(+678 -0)➕
data_structures/graphs/BFS.c(+188 -0)➕
data_structures/graphs/DFS.c(+128 -0)➕
data_structures/graphs/strongly_connected_components.c(+211 -0)➕
data_structures/graphs/topologicalSort.c(+164 -0)➕
data_structures/heap/maxheap.c(+121 -0)➕
data_structures/heap/minheap.c(+121 -0)➕
data_structures/list/Makefile(+12 -0)➕
data_structures/list/list.c(+73 -0)➕
data_structures/list/list.h(+23 -0)➕
data_structures/list/main.c(+36 -0)📝
data_structures/stack.c(+4 -1)📝
data_structures/stack/README.md(+4 -3)➖
data_structures/stack/balanced parenthesis using stack in C(+0 -89)...and 80 more files
📄 Description
See notes inside Notepadd++ file, IDE, or open with linux command line
Factorial Calculator with stars.zip
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.