/sample-cpp-codes

Some of my C++ codes

Primary LanguageC++

Sample C++ codes 💻

Some of the C++ codes, containing:

  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

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 😝 )

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