KaisenAmin / c_std

Implementation of C++ standard libraries in C
ISC License
1.15k stars 71 forks source link

Addition of stack_merge function. #22

Open SharonIV0x86 opened 2 months ago

SharonIV0x86 commented 2 months ago

Been using c_std library for sometime I would like to propose the addition of a stack_merge function to the library, which would allow users to merge two stacks. This function should provide the option to either return a new stack or perform an in-place merge of stack2 into stack1.

@KaisenAmin

If this issue is assigned to me i will make sure to

pyoneerC commented 2 months ago

The owner disappeared, I think we might fork this and continue the development.

SharonIV0x86 commented 1 month ago

The owner disappeared, I think we might fork this and continue the development.

I kinda wanted to contribute to this library as my major contribution to this. I have connection with the owner on Linkedin should i reach out to him there?

pyoneerC commented 1 month ago

Yeah sure, I think he abandoned the project. Just hmu when you fork or when you want me to do it and we continue this.

SharonIV0x86 commented 1 month ago

I think he abandoned the project

Last i remember he was pretty active regarding his project on Linkedin and has made several posts of its existing and new features. Anyways i will fork it and work on it sideways.