MohitR1999 / cpp-store

Some of my C++ codes
GNU General Public License v3.0
2 stars 46 forks source link
hacktoberfest

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)

  1. Sparse Table Algorithms
  2. String Algorithms
  3. Sorting Algorithms
  4. Dynamic Programming
    • Tabluation Method
    • Memoization Method
  5. Searching Algorithms
  6. Greedy Approach
  7. Backtracking Algorithms
  8. Divide and Conquer Approach
  9. Data Structures
    • Stack
    • Queue
  10. Recursion

Important points to be considered before making a Pull Request:

  1. 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
  2. You are free to submit your codes in any language you want, just make a folder for that specific language
  3. Provide proper CODE files, not TXT files or files without any extension, to maintain code portability.
  4. 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