C++ Store
A repository that holds all the prominent data structures and algorithms related problems
Contents:
The repo contains the following codes (More to be added later on)
- Sparse Table Algorithms
- String Algorithms
- Sorting Algorithms
- Dynamic Programming
- Tabluation Method
- Memoization Method
- Searching Algorithms
- Greedy Approach
- Backtracking Algorithms
- Divide and Conquer Approach
- Data Structures
- Recursion
Important points to be considered before making a Pull Request:
- Read the existing codes CAREFULLY. Do not submit any code that is already existing in the repository, else that PR will be marked as spam
- You are free to submit your codes in any language you want, just make a folder for that specific language
- Provide proper CODE files, not TXT files or files without any extension, to maintain code portability.
- Try to keep your codes genuine (Not a hard-and-fast rule tbh :stuck_out_tongue_closed_eyes: )
Lastly, do not submit useless PRs. That would be marked as spam straightforwadly
And most importantly
Do a git pull before contributing any code, to prevent merge conflicts. Any PR that will cause merge conflicts won't be accepted