GithubHelp home page GithubHelp logo

Hacktoberfest 2021! πŸš€ about open-dsa HOT 67 CLOSED

abxhr avatar abxhr commented on May 19, 2024
Hacktoberfest 2021! πŸš€

from open-dsa.

Comments (67)

AdityaVSM avatar AdityaVSM commented on May 19, 2024 1

@abxhr Can you check PR #5 and let me know if any changes are required.

from open-dsa.

abxhr avatar abxhr commented on May 19, 2024 1

@CoderShubham2000 Sure! Assigned it to you πŸš€

from open-dsa.

Dinesh765 avatar Dinesh765 commented on May 19, 2024

Can I work on this issue? I can add Searching and sorting algorithms.

from open-dsa.

AdityaVSM avatar AdityaVSM commented on May 19, 2024

I would like to contribute some arrays based algorithms like left/right shift etc.. Can you assign it to me?

from open-dsa.

plavani0208 avatar plavani0208 commented on May 19, 2024

Can i work on this? I can add linked lists Data structure and algorithms based on them.

from open-dsa.

Divya333 avatar Divya333 commented on May 19, 2024

please assign this to me i will do sorting algorithm

from open-dsa.

redhawk2002 avatar redhawk2002 commented on May 19, 2024

I would like to contribute by implementation stack data structure . Can you assign it to me?

from open-dsa.

pranju27 avatar pranju27 commented on May 19, 2024

Tysm for this. i would like to kickstart my open source contribution by implementing most efficient Quick sort algorithm. kindly assign it to me.

from open-dsa.

UtkarshKislay avatar UtkarshKislay commented on May 19, 2024

I would like to contribute by implementing tree and graph data structure . Can you assign it to me?

from open-dsa.

abxhr avatar abxhr commented on May 19, 2024

@Dinesh765 Sure! Could you be a little more specific to what concept in Searching or Sorting will you be implementing, so that I could assign you accordingly?

@AdityaVSM Thank you for taking your time to contributing to this repository! Could you tell the specific concept you will be implementing, so that I could assign you accordingly?

@plavani0208 Basic Linked Lists are already implemented (here). Could you tell me what specifically you will be working on, so that I could assign it to you?

@Divya333 Sure! Could you tell me which Sorting Algorithm you want to work on specifically?

@redhawk2002 The stack data structure has already been implemented. You could maybe check it out here, and maybe work on adding additional functionality to it. Let me know what you want to work on, so that I could assign you.

@pranju27 Thank you for taking your time to contributing to this repository! The quick sort algorithm has already been implemented here. You could maybe work on implementing some other concept. Let me know so that I could assign it to you.

@UtkarshKislay Sure! Could you be a little more specific on which concept in Trees or Graphs you would like to work on (eg: Binary Search Tree), so that I could assign it to you?

from open-dsa.

UtkarshKislay avatar UtkarshKislay commented on May 19, 2024

I can contribute in implementation of tree traversal (Inorder, Preorder and Postorder).

from open-dsa.

abxhr avatar abxhr commented on May 19, 2024

@UtkarshKislay Alright! Assigned it to you! πŸš€

from open-dsa.

redhawk2002 avatar redhawk2002 commented on May 19, 2024

@abxhr I can implement with some extras like using template for any data type and dynamic stack for getting freedom for the fix size of the stack

from open-dsa.

abxhr avatar abxhr commented on May 19, 2024

@redhawk2002 Cool! Assigned it to you! πŸš€

from open-dsa.

Gopal-Dahale avatar Gopal-Dahale commented on May 19, 2024

@abxhr I would like to work on dynamic programming algorithms (specifically knapsack, subset sum problem, equal sum partition), unbounded knapsack and rod cutting problems. It will be nice if you create a folder for dynamic programming so that I can contribute to it. If you are fine with it kindly assign this issue to me also.
Thank you

from open-dsa.

abxhr avatar abxhr commented on May 19, 2024

@Gopal-Dahale Done! Assigned it to you πŸš€

from open-dsa.

pranju27 avatar pranju27 commented on May 19, 2024

i would like to implement BFS algo using STL and provide detailed documentation too.

from open-dsa.

Divya333 avatar Divya333 commented on May 19, 2024

I would like to do bubble sort algorithm

from open-dsa.

AdityaVSM avatar AdityaVSM commented on May 19, 2024

@Dinesh765 Sure! Could you be a little more specific to what concept in Searching or Sorting will you be implementing, so that I could assign you accordingly?

@AdityaVSM Thank you for taking your time to contributing to this repository! Could you tell the specific concept you will be implementing, so that I could assign you accordingly?

@plavani0208 Basic Linked Lists are already implemented (here). Could you tell me what specifically you will be working on, so that I could assign it to you?

@Divya333 Sure! Could you tell me which Sorting Algorithm you want to work on specifically?

@redhawk2002 The stack data structure has already been implemented. You could maybe check it out here, and maybe work on adding additional functionality to it. Let me know what you want to work on, so that I could assign you.

@pranju27 Thank you for taking your time to contributing to this repository! The quick sort algorithm has already been implemented here. You could maybe work on implementing some other concept. Let me know so that I could assign it to you.

@UtkarshKislay Sure! Could you be a little more specific on which concept in Trees or Graphs you would like to work on (eg: Binary Search Tree), so that I could assign it to you?

@abxhr I would like to add some array-based programs like left shift operation, right shift operation, etc.. also I want to add some common recursive algorithms like rope cutting algorithm, tower of Hanoi, substrings, subset-sum etc..

from open-dsa.

abxhr avatar abxhr commented on May 19, 2024

@pranju27 Cool! Assigned it to you! πŸš€

from open-dsa.

abxhr avatar abxhr commented on May 19, 2024

@Divya333 Bubble sort algorithm has already been implemented here. Let me know if you would like to work on anything else.

from open-dsa.

abxhr avatar abxhr commented on May 19, 2024

@AdityaVSM Cool! I'm only assigning you for Left Shift Operation and Right Shift Operation. Once you are done merging the code for it, you can take up more concepts πŸš€

from open-dsa.

Om12Dahale avatar Om12Dahale commented on May 19, 2024

@abxhr I would like to contribute to string-based problems in dp. Longest common subsequence, longest common substring, longest repeating subsequence and shortest common supersequence. Please assign this issue to me.

from open-dsa.

Divya333 avatar Divya333 commented on May 19, 2024

i would like to work on quick sort

from open-dsa.

abxhr avatar abxhr commented on May 19, 2024

@Om12Dahale Alright! Assigned it to you! πŸš€

from open-dsa.

abxhr avatar abxhr commented on May 19, 2024

@Divya333 The quick sort algorithms has been implemented as well. Please refer to the repository, to check which has not been implemented yet.

from open-dsa.

dabc312GitHub avatar dabc312GitHub commented on May 19, 2024

Hi, could I try another version about the linked list with traits class and less code than base form?

from open-dsa.

radha919 avatar radha919 commented on May 19, 2024

i would like to work in insertion sort in c++.

from open-dsa.

radha919 avatar radha919 commented on May 19, 2024

@abxhr could you please assign it to me?

from open-dsa.

abxhr avatar abxhr commented on May 19, 2024

@dabc312GitHub Sure! Go ahead! I have assigned it to you πŸš€

from open-dsa.

abxhr avatar abxhr commented on May 19, 2024

@radha919 Insertion Sort has already been implemented

from open-dsa.

radha919 avatar radha919 commented on May 19, 2024

@abxhr i would like to contribute in selection sort.

from open-dsa.

abxhr avatar abxhr commented on May 19, 2024

@radha919 Selection Sort has been implemented as well. Please refer to the repository.

from open-dsa.

Abhi-1301 avatar Abhi-1301 commented on May 19, 2024

Please assign me graph algorithms, I would like to contribute

from open-dsa.

abxhr avatar abxhr commented on May 19, 2024

@Abhi-1301 Cool! Assigned it to you! πŸš€

from open-dsa.

radha919 avatar radha919 commented on May 19, 2024

@abxhr can i contribute in linked list topic?

from open-dsa.

abxhr avatar abxhr commented on May 19, 2024

@radha919 That is implemented as well. Please refer to the repository to check what is implemented and what is not.

from open-dsa.

radha919 avatar radha919 commented on May 19, 2024

@abxhr could you please assign me any dsa topic?

from open-dsa.

abxhr avatar abxhr commented on May 19, 2024

@radha919 Could you implement heap sort?

from open-dsa.

radha919 avatar radha919 commented on May 19, 2024

yes i can @abxhr

from open-dsa.

AdityaVSM avatar AdityaVSM commented on May 19, 2024

Hello, @abxhr I would like to contribute programs based on sorting -

  • Intersection of two sorted arrays
  • Union of two sorted arrays

Can you assign me these programs?

from open-dsa.

abxhr avatar abxhr commented on May 19, 2024

@radha919 Cool! You may work on it! Assigned it to you πŸš€

from open-dsa.

abxhr avatar abxhr commented on May 19, 2024

@AdityaVSM Sure! Assigned it to you! πŸš€

from open-dsa.

CoderShubham2000 avatar CoderShubham2000 commented on May 19, 2024

Hello, @abxhr I would like to contribute programs based on Binary Search Tree

Threaded Binary Tree - Insertion
Threaded Binary Search Tree - Deletion
Convert a Binary Tree to Threaded binary tree

Can you assign me these programs?

from open-dsa.

SauravRaj8 avatar SauravRaj8 commented on May 19, 2024

Hello, @abxhr I would like to contribute programs on dp related problems:-
Longest palindromic substring
Longest arithmetic subsequence
Matix chain multiplication
Maximum product subarray

Can you assign me these problems?

from open-dsa.

abxhr avatar abxhr commented on May 19, 2024

@SauravRaj8 Cool! Assigned it to you! πŸš€

from open-dsa.

AdityaVSM avatar AdityaVSM commented on May 19, 2024

@abxhr can you check PR #14

from open-dsa.

CoderShubham2000 avatar CoderShubham2000 commented on May 19, 2024

@CoderShubham2000 Sure! Assigned it to you πŸš€

@abxhr Can you check PR #15

from open-dsa.

Abhi-1301 avatar Abhi-1301 commented on May 19, 2024

@abxhr can you please check PR #13

from open-dsa.

radha919 avatar radha919 commented on May 19, 2024

@abxhr can you please check me PR.

from open-dsa.

radha919 avatar radha919 commented on May 19, 2024

@abxhr can you please check my PR #20

from open-dsa.

20ritesh avatar 20ritesh commented on May 19, 2024

I would like to contribute on linear and binary search.

from open-dsa.

AdityaVSM avatar AdityaVSM commented on May 19, 2024

@abxhr can you check PR #22 . Do let me know if any changes are required

from open-dsa.

kajal1801 avatar kajal1801 commented on May 19, 2024

Can I add a new topic - Double dimensional Arrays?

from open-dsa.

swarnajha avatar swarnajha commented on May 19, 2024

Can I add a program for n’th node from the end of a Linked List ?

from open-dsa.

atmish01 avatar atmish01 commented on May 19, 2024

I would like to contribute programs on AVL trees:
1.Insert Element into the tree
2.show Balanced AVL Tree
3.InOrder traversal
4.PreOrder traversal
5.PostOrder traversal
@abxhr could you please assign them to me?

from open-dsa.

abxhr avatar abxhr commented on May 19, 2024

@kajal1801 Sure! Go ahead!
@swarnajha Cool! Make sure to add it to the appropriate location in the repository
@atmish01 Amazing! You can go ahead!

from open-dsa.

ashutosh321607 avatar ashutosh321607 commented on May 19, 2024

@abxhr Can I add a program for the kth largest element in an array using heap?

from open-dsa.

atmish01 avatar atmish01 commented on May 19, 2024

@abxhr Please check PR #26 and let me know if any changes are required

from open-dsa.

sejalsingh417 avatar sejalsingh417 commented on May 19, 2024

I would like to add Longest Common Subsequence in c++. can I do it

from open-dsa.

abxhr avatar abxhr commented on May 19, 2024

@ashutosh321607 Yess! Go ahead!
@sejalsingh417 Cool! You can work on that!

from open-dsa.

ashutosh321607 avatar ashutosh321607 commented on May 19, 2024

@ashutosh321607 Yess! Go ahead! @sejalsingh417 Cool! You can work on that!

@abxhr check the #28 related to the kth largest element.

from open-dsa.

Nikhil3389 avatar Nikhil3389 commented on May 19, 2024

I want to contribute to this project. Can you assign this to me?

from open-dsa.

abxhr avatar abxhr commented on May 19, 2024

@Nikhil3389 Sure! Go ahead!

from open-dsa.

Swaransh2903 avatar Swaransh2903 commented on May 19, 2024

@abxhr I want to contribute. I would like to add painter partition problem based on binary search. can you please assign to me?

from open-dsa.

abxhr avatar abxhr commented on May 19, 2024

@Swaransh2903 Sure! Go ahead. Assigned it to you! πŸš€

from open-dsa.

abxhr avatar abxhr commented on May 19, 2024

As we are coming close to the end of Hacktoberfest, make sure to create your PR or make the required changes in your PR soon, so that the contribution could be counted for Hacktoberfest.

It would also be great to Star this repository, to show appreciation towards the work done! πŸš€

from open-dsa.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.