abhpd / hacktoberfest2021

🌱 Contribute your favorite 📚 Data Structure implementation, 🕸 Algorithms, and 🎲 Projects. 😊 | Very Active Repository, Star and Share with your friends |
MIT License
542 stars 1.58k forks source link

Add Data Structure Implementations #1

Open abhpd opened 3 years ago

abhpd commented 3 years ago

Add projects under <language>/Data-structures/ for example a linked list implementation of a queue in C++ will go under the folder C++/Data-Structures/Queue/

SaloniK17 commented 3 years ago

hii, can you please assign to me this issue? Thank you

abhpd commented 3 years ago

@SaloniK17 No need for assignment you can start working, just mention this issue in your PR.

sarthak-1503 commented 3 years ago

@abhpd Can I add "Implementation of a Queue using 2 stacks" in C++? Can you assign me this issue?

japnit01 commented 3 years ago

please review the PR #174 @abhpd

sarthak-1503 commented 3 years ago

@abhpd please review my pull request #179

abhpd commented 2 years ago

@SaloniK17 No need for assignment you can start working, just mention this issue in your PR.

kartikeysharma98281 commented 2 years ago

hi @abhpd I want to implement a doubly linked list Can you please assign me this issue

tanvideshmukh29 commented 2 years ago

Hi! I would love to work on this issue? can you please assign it to me?

abhpd commented 2 years ago

@tanvideshmukh29 No need for assignment you can start working, just mention this issue in your PR

abhi26ak commented 2 years ago

Hii, I'm a beginner in this can you tell me what to do exactly here. I'll be very grateful to you

abhpd commented 2 years ago

@abhi26ak Welcome to Open Souce! Please read this: https://github.com/abhpd/hacktoberfest2021/blob/main/README.md

Phoenix6296 commented 2 years ago

I can implement stack using array and linked list. Please assign this task to me.

nishantdotcom commented 2 years ago

Please Assign this to me ,I would like to work on DP in C++

VARUNvk1729 commented 2 years ago

Sir,I have added C++ code for implemetation of stacks using two queues in Data structures pls review my PR

Ritam727 commented 2 years ago

I have added implementation of Segment Tree for sum in C++ under Data structure. Please review and merge PR #647

sparrowHarsh commented 2 years ago

please merge PR #573 Thank you

dinshajaiswal commented 2 years ago

Please merge my pr #906

AnupamTekale commented 2 years ago

Hey, can I add String algorithms in java?

Rohit5152 commented 2 years ago

Sir I want to add Stack Implementation using vector

arinjain7 commented 2 years ago

i want to add queues implementation using dynamic arrays

Shruti-codes236 commented 2 years ago

Hey @abhpd, I'd like to Implement Graphs in Adjacency List and Adjacency Matrix.

Bahukhandi93 commented 2 years ago

Please assign this issue to me. Thank you!

FanindraNayak commented 2 years ago

Sir @abhpd , please review my PR #1312

This PR contains the following implementation of Stack functionalities in C. isEmpty - To check whether the stack is empty. isFull - To check whether the stack is full. peek - To get the topmost element of the stack. push - To push element in the stack. pop - To remove the topmost element in the stack. display - To print all the stack elements.

ayuagar23 commented 2 years ago

@abhpd Sir please accept my pull request #1451 . It has the implementation for BFS

ayuagar23 commented 2 years ago

@abhpd Sir I have also added implementation for DFS

priyanshu688 commented 2 years ago

@abhpd Please review this PR - https://github.com/abhpd/hacktoberfest2021/pull/1550

Shubh8434 commented 2 years ago

can i add a program using switch case which can do all types of sorting in just a program?

nityachugh commented 2 years ago

can u assign it to me ? @abhpd

KarthikTadala commented 2 years ago

I want to work on this issue

I am currently preparing for my intern preparations and it would help me a lot , please do the needful and assign me this problem

plz assign @abhpd @nishantkumar1308 @japnit01 @sarthak-1503 @ayuagar23

soumyo2002 commented 2 years ago

Dear @abhpd, I send a pull request for the C program for Linkedlist implementation of Queue using function for clear and better implementation. Please merge my PR #1876

PreetiBaskey commented 2 years ago

hey @abhpd , i want to contribute in this issue. Kindly assign me this issue. Thank You.

SanthoshS20 commented 2 years ago

I think this repo will not accept PR

scientific-yash commented 2 years ago

please assign this issue to me i want to work on it implementing circular queue using linked list