mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-09-22 23:14:45 +00:00
[PR #977] [MERGED] Added a Vector implementation in data structures. #1516
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/977
Author: @KILLinefficiency
Created: 10/2/2022
Status: ✅ Merged
Merged: 11/8/2022
Merged by: @Panquesito7
Base:
master← Head:master📝 Commits (4)
6ae5f14added a vector implementation in data structuresb37bf4achanged a commentdfa6102made the required changes4e19148added tests📊 Changes
1 file changed (+168 additions, -0 deletions)
View changed files
➕
data_structures/vector.c(+168 -0)📄 Description
Description of Change
Added an implementation of Vector (like std::vector in C++) written in C in the Data Structures directory.
References
Checklist
Notes:
Hey @Panquesito7 ! Can you please review this PR? If there are any changes required please let me know and I'll implement them.
Also it'd be great if you could add a
hacktoberfest-acceptedtag to this PR.Thank You!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.