Skip to content

MohitR1999/cpp-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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