aaryahjolia / dsa_competitive-coding

A repository to learn deep competitive coding algorithms along with DSA.
MIT License
96 stars 120 forks source link

DSA Concepts using Python Language #403

Open poorvika11 opened 1 year ago

poorvika11 commented 1 year ago

Python is the most asked languages when we talk about MAANG. But coding in python doesn't only requires knowledge about libraries but also the data structures and algorithms using python language. There are some different methods to implement Arrays, Stacks, Queues, dynaming programming in python. I want to add this contribution by adding a folder containing all concepts of data structures and algorithms using python language as it is hard to find because most of us do DSA by C++ or Java. And those who want to do in python changed their mindset due to less peer group doing of python DSA (results into less chances of their doubt resolvence). This folder/file will include all concepts and its important questions solved by python. All algorithms and their code available in python would be shared through this.

Veena4512 commented 1 year ago

Hello @aaryahjolia ! I code in python and I participate in various coding competitions. I would like to work on this issue by collaborating .

poorvika11 commented 1 year ago

@aaryahjolia assign this task to me. SO that I can start work upon this and merge a folder having all Python based algorithms used in DSA using Python language