codezonediitj / pydatastructs

A python package for data structures and algorithms
https://pydatastructs.readthedocs.io/en/stable/
Other
202 stars 270 forks source link

Creating Random Walk #365

Closed samya02 closed 3 years ago

samya02 commented 3 years ago

Hi, I am Samya. I am a participant in GSSOC'21 and I would like to contribute the following code.

Description of the problem

Create a Random walk for which python will be used to generate a data and then matplotlib will be used to create a visual representation of the generated data.

Example of the problem

A random walk is determined by a series of random decisions. Also it has many practical life applications.

Thanks!