codezonediitj / pydatastructs

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

Modifying code to use, `typing` module. #276

Open czgdp1807 opened 4 years ago

czgdp1807 commented 4 years ago

Description of the problem

From now onwards, the new code should use typing module and the existing code in master should be modified to use typing module.

Example of the problem

References/Other comments

See, https://docs.python.org/3/library/typing.html

mightomi commented 4 years ago

I like to take this issue and solve it.

czgdp1807 commented 4 years ago

Sure, go ahead.

shubhanshu-coder commented 3 years ago

i am intersting in this project like to solve the issue.

czgdp1807 commented 3 years ago

Sure. Please read https://github.com/codezonediitj/pydatastructs/wiki/Issue-Policy

ishitakapoor26 commented 3 years ago

/assign

AABur commented 1 year ago

@czgdp1807, can you explain what you want to achieve using the typing module? Using the typing module allows using type annotations in code. This does not affect runtime. Please show some examples of existing code that needs to be replaced given the use of typing.