#### Description of the problem <!--Please provide a clear and details information of the bug/data structure to be added.--> See, https://github.com/codezonediitj/pydatastructs/blob/b0c3136dfaa6d8551adfa208bcdc76bb3f95dd4f/pydatastructs/linear_data_structures/arrays.py#L130 It has unnecessary aliasing of `OneDimensionalArray`. That line should be removed. #### Example of the problem <!--Provide a reproducible example code which is causing the bug to appear. Leave this section if the problem is not a bug.--> #### References/Other comments