ShehrozIrfan / learn-dsa

Learn Data Structures and Algorithms Practically, specifically in C++
MIT License
23 stars 22 forks source link

[Add more data structures and algorithms in C++] #15

Closed ShehrozIrfan closed 1 year ago

ShehrozIrfan commented 1 year ago

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

SamantaTarun commented 1 year ago

I would like to work on this issue. Please assign it to me.

ShehrozIrfan commented 1 year ago

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.

SamantaTarun commented 1 year ago

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: @.***>

SikandarJODD commented 1 year ago

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

ShehrozIrfan commented 1 year ago

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!