This repository has been archived by the owner on Nov 8, 2023. It is now read-only.
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.
Add new methods in different header directories #31
Open
Description
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 file sort.md
inside the algorithm
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.