kamal-kaur04 / Data-Structures

🚀 ✨ Help for beginners to contribute to open source projects.
2 stars 2 forks source link

Add basic Data Structure programs in any language. #1

Open kamal-kaur04 opened 5 years ago

kamal-kaur04 commented 5 years ago

If there is no folder for particular language, make a folder

src-language (e.g. src-python, src-c etc).

and then start adding programs. Happy Contributing ❤️

hrishikeshathalye commented 5 years ago

Would like to add code for ADT Stack using array in C to the repo. Would this be helpful?

kamal-kaur04 commented 5 years ago

Yes you can. Please make a folder as per guidelines then add program. Thanks.

hrishikeshathalye commented 5 years ago

I have added the code and created a PR. Do check it out.