Ayush7614 / Daily-Coding-DS-ALGO-Practice

A open source project🚀 for bringing all interview💥💥 and competative📘 programming💥💥 question under one repo📐📐
https://daily-ds-algo.github.io/DS-Algo-Website/
MIT License
321 stars 474 forks source link

Implementing stack using array #195

Open drishika2002 opened 3 years ago

drishika2002 commented 3 years ago

In array implementation, the stack will be formed by using an array and the operations regarding the stack like push and pop will be performed using arrays.

I want to work on this issue in C++ language.

I request @Ayush7614 to assign me this issue for LGM SOC'21.

div0510 commented 3 years ago

I would love to solve such issue please provide this to me

Amit366 commented 3 years ago

@div0510 can mention in which language u would like to contribute.

div0510 commented 3 years ago

Using c++

div0510 commented 3 years ago

I would try it for C Language too

aktamoli0910 commented 3 years ago

Can you assign me this issue?

Amit366 commented 3 years ago

@aktamoli0910 mention the language

aktamoli0910 commented 3 years ago

Using C++.

Amit366 commented 3 years ago

C++ is already assigned. Choose any other language

aktamoli0910 commented 3 years ago

can i use c?

Amit366 commented 3 years ago

C is also assigned

sakshisingh12 commented 3 years ago

Can I take this issue using java?

Amit366 commented 3 years ago

@202011065 u have to wait since @aktamoli0910 has asked for it but he didn't mention the language

aktamoli0910 commented 3 years ago

You can assign this to @sakshisingh12 since i don't know java.

sakshisingh12 commented 3 years ago

Sir, can I take this using java

sakshisingh12 commented 3 years ago

Sir I have created the pull request for Stack using array in Java. File named StackArray.java