aryankashyap7 / CheatSheets-for-Developers

This Cheat sheet list has been made to enhance the workflow and efficiency. This well curated list will save you time when you just can't remember the code.
https://cheats.dhr.wtf/
MIT License
76 stars 101 forks source link

Competitive Programming cheatsheet. #43

Closed Dhruvil-Lakhtaria closed 1 year ago

Dhruvil-Lakhtaria commented 1 year ago

It will contain standard competitive snippets and algorithm code. Can you please assign me this under hacktoberfest.

aryankashyap7 commented 1 year ago

Sure that looks great, You can start working on it. Make sure you follow the same template as other cheatsheet files do. You can check out CONTRIBUTIONS.md for a more detailed analysis.

Regarding the hacktoberfest label, No worries during your PR submission. I would mark that label :)

zender651 commented 1 year ago

I would also like to contribute regarding some algo and snippets

nishant3721 commented 1 year ago

@aryankashyap7 I would like to work on this issue!?

aryankashyap7 commented 1 year ago

@Dhruvil-Lakhtaria Are you still working on this issue? , I would be waiting for your reply within 2 hours. Then I would assign this topic to someone else.

Dhruvil-Lakhtaria commented 1 year ago

I am working and will make pr by tonight.

aryankashyap7 commented 1 year ago

@zender651 In case you would like to add some more valuable contributions, you can do now. I'm assigning you this issue.

jamesrhurtado commented 1 year ago

@aryankashyap7 Hello! I would like to contribute regarding containers in the section of STL.

aryankashyap7 commented 1 year ago

@jrenzzo Can you elaborate more, what are the changes you are planning to do?

jamesrhurtado commented 1 year ago

@aryankashyap7 Containers in STL are a collection of objects of a specific type. They are widely used in competitive programming. It includes vector, array, list, deque, list, etc. This section is missing in the cheatsheet and I would like to add it.

aryankashyap7 commented 1 year ago

@jrenzzo Actually these concepts have already been added in the cpp stl cheatsheet have a look at them, Then let me know is that any thing different you are planning to implement. Specifically for the Competative Programming Cheatsheet!

pavalucas commented 1 year ago

Hello! I would like to add string matching algorithms.

aryankashyap7 commented 1 year ago

Hi @pavalucas for this particular cheatsheet we prefer contributions from someone who have long time experience with competitive programming. Can you share the achievements/profile links of your s (Codeforces/Codechef/Leetcode)

pavalucas commented 1 year ago

Hi @pavalucas for this particular cheatsheet we prefer contributions from someone who have long time experience with competitive programming. Can you share the achievements/profile links of your s (Codeforces/Codechef/Leetcode)

@aryankashyap7 sure! I participated in ACM ICPC competitions during my 5 years of undergrad. Here are some achievements:

Also, here are my profile links:

aryankashyap7 commented 1 year ago

@pavalucas Glad to assign you this topic, You can make the changes that you feel necessary 🙂

Dhravya commented 1 year ago

@pavalucas are you still working on this?