Closed ShehrozIrfan closed 1 year ago
I would like to work on this issue. Please assign it to me.
Hey @tarunsamanta2k20 I'm glad to hear that you want to contribute.
Please create an issue, with the description of the changes you want to add.
Thanks.
I added some bit manipulations fundamental questions with answers. Created a PR as well. Please review and merge them.
On Sun, 25 Dec, 2022, 7:35 PM Shehroz Irfan, @.***> wrote:
Hey @tarunsamanta2k20 https://github.com/tarunsamanta2k20 I'm glad to hear that you want to contribute.
Please create an issue, with the description of the changes you want to add.
Thanks.
— Reply to this email directly, view it on GitHub https://github.com/ShehrozIrfan/learn-dsa/issues/15#issuecomment-1364687663, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANHLAJPZOBDZULRLG7CCR6DWPBIBFANCNFSM6AAAAAATI63VRI . You are receiving this because you were mentioned.Message ID: @.***>
I want to Work on this Issue by Adding Sliding Window and Stack and Hashing in Cpp, i have solved may DSA Question on Leetcode, Codeforces, and Codechef
I want to Work on this Issue by Adding Sliding Window and Stack and Hashing in Cpp, i have solved may DSA Question on Leetcode, Codeforces, and Codechef
Hey @SikandarJODD I'm glad to hear that you've solved DSA questions on multiple platforms, you can contribute to this repo by opening a PR with the changes you want to add.
Have fun!
We need to add more data structures and algorithms in C++. Think of a concept that is already not in our C++ folders, and add that. Like you can think of adding:
Guidelines
Please make sure you are using the right folder structure for your contribution like we've used for
C++
, like herePlease visit CONTRIBUTING.md for contributions.
Whatever program you add, ensure you're adding the relevant comments, and it is easier to understand what the code does and the main concept.