-
-
Notifications
You must be signed in to change notification settings - Fork 609
Add new methods in different header directories #31
Comments
are you saying you want the sort in sort.md moved to algorithm.md? |
Is this issue solved? If not, I could try to do it. |
@dantedallag this issue always remains open to help contributors . |
Can I contribute to this issue? |
Yes you can, just see the unimplemented functions in the |
Hi, I am new to open source in general, and I would like to contribute as a beginner.
|
@saisriram2710 you are right |
Can i contribute to this issue ? |
submitted a pull request 257 |
Hi, I want to contribute to this issue. Where do i start? |
can i contribute to this issue?? |
Add is_heap.md for upstream repo issue #31
Hello! I would like to contribute to this issue. I have reviewed the CONTRIBUTING.md, looked at the Projects, and referenced the Kanban for each directory type. I would like to work on "pop_back" under Vector. If successful, this will be my very first Open Source contribution :) |
@marcinky looks like |
Ok will do @Bhupesh-V - thank you! I'll take another look. |
Should I create a new issue before starting to work on code or should I just go ahead and open a pull request? |
Hi Bhupesh Varshney, I've locally created .md file with an example code for the new 'contains' in the unordered_map for C++20. Could you please allow me write access to create a PR? Thank you for your help in advance. |
Hi Bhupesh Varshney, |
Hi @athulsasi you don't need any write access to the repo. |
Hello @Bhupesh-V. I am completely new to open source and would like to contribute to this project, specifically the crend function in the set directory. I really appreciate the opportunity provided for newcomers like me. |
Hi @Bhupesh-V. Can I still contribute to this issue? |
@Bhupesh-V I have created a PR please review and suggest changes. |
@Bhupesh-V I would like to work on this one . |
Hi @Bhupesh-V Can I contribute to this issue a function to unordered_map? |
@Bhupesh-V,Hey! I would like to contribute to this, please assign this to me. |
This is for first-time-contributors :
Add functions which belong to a particular header file in its corresponding .md file inside the
header
folder.For example
std::sort belongs to
algorithm
header file, so make a new filesort.md
inside thealgorithm
directory while maintaining the CONTIBUTING guidelines and formats.See
todo.txt
file in different header directory to see which of the methods have not been implemented yet.The text was updated successfully, but these errors were encountered: