AlgoGenesis / C

AlgoGenesis is a centralized open-source platform dedicated to providing optimized and well-documented algorithm implementations in C. Perfect for both beginners and advanced users, this repository serves as a comprehensive learning resource for solving algorithmic challenges.
MIT License
56 stars 184 forks source link

[NEW ALGORITHM] Dynamic Array #641

Open shuvojitss opened 3 days ago

shuvojitss commented 3 days ago

Name:

[NEW ALGORITHM] Write a program in C to implement dynamic array using pointers. You can use malloc(), or calloc() to dynamaically allacate memory.

About:

Implementation of pointer and dynamic memory alloacation[malloc(),calloc(),realloc(),free()]

Input:

The size of the array and the corresponding elements.

Output:

The elements of the array.


Labels:

new algorithm, gssoc-ext, hacktoberfest, level1


Assignees:

Additional Information:

Please assign me this issue I want to work on it.

jashwanthbavandlapalli commented 2 days ago

@shuvojitss kindly assign me this issue