fms12 / DATA-STRUCTURE-AND-ALGORITHM-IN-PY

An open source codebase for sharing programming solutions. This repository is in development phase and will soon provide you with python code of various data structures and algorithms . as we all know that there are not much resources which is available to learn data structures and algorithms in python.
MIT License
23 stars 43 forks source link

created transpose1 #193

Open Vinayreddy18 opened 2 years ago

devvspaces commented 2 years ago

Hi @Vinayreddy18 , you can also write tests for your transpose solution, and it will be good to make it look arranged like

- Questions
   - transpose
      - solution.py
      - test_solution.py
fms12 commented 2 years ago

@devvspaces Thank you for pointing this out.

fms12 commented 2 years ago

@devvspaces can you update this in the readme? so everyone can see