mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-11 13:54:31 +00:00
[PR #124] [MERGED] Array Data Structure #355
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/124
Author: @LeoVen
Created: 3/19/2018
Status: ✅ Merged
Merged: 3/20/2018
Merged by: @christianbender
Base:
master← Head:master📝 Commits (1)
172a778Array Data Structure📊 Changes
5 files changed (+553 additions, -13 deletions)
View changed files
📝
Conversions/decimal _to_binary.c(+54 -13)➕
Data Structures/Array/CArray.c(+253 -0)➕
Data Structures/Array/CArray.h(+76 -0)➕
Data Structures/Array/CArrayTests.c(+152 -0)➕
Data Structures/Array/README.md(+18 -0)📄 Description
Array of integers with Insert, Remove, Update, Erase, Switch, Reverse functions; Sorting functions like BubbleSort, InsertionSort and SelectionSort; and Search functions like FindMin, FindMax, Frequency count, etc.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.