-
Notifications
You must be signed in to change notification settings - Fork 10
C++ Algo Issue #16
Copy link
Copy link
Open
Labels
hacktoberfestHacktoberfest 2023 session issues.Hacktoberfest 2023 session issues.
Description
Activity
Metadata
Metadata
Assignees
Labels
hacktoberfestHacktoberfest 2023 session issues.Hacktoberfest 2023 session issues.
Add a self developed C++DP Algo project to the repo by learning from a tutorial available online.
Create a folder with the project name and add all files for project in that folder. Add name of the contributor in the contributor.txt of the project submitted folder.
Sample Folder Structure:
<contributor_name>
--- <main_app_folder> (add app files in this sub folder)
--- Contributor.txt (contains name of the contributor)
Don't add just a boiler plate project, atleast make a decent roject before creating a PR as well as follow the CONTRIBUTING.md guidelines to contribute to the repo.