Data structures and Algorithms

Cameron Simpson cs at cskk.id.au
Tue Jun 30 08:26:19 EDT 2020


On 30Jun2020 10:52, satyaprasad <satyaprasad at mail.g> wrote:
>Hi, I am currently in learning process of python have been worked on
>some desktop application using pyqt . I want improve my DSA area but i
>searched so many videos mot sure how to start . 1.Do i really need learn
>datastructures in c or c++ to get complete logical details. 2 .or shall
>i start learn using python itself then where to start . Can some one
>give me a road map for DSA with python.

In my opinion you are better off using Python. In C and (less so) in C++ 
there is a lot of cruft around managing memory and allocating sizes, not 
to mention additional verbiage. In Python you are far freer to 
concentrate on the data structures and algorithms themselves.

Maybe start here:

    https://duckduckgo.com/html?q=python%20data%20structures%20and%20algorithms%20tutorials

Cheers,
Cameron Simpson <cs at cskk.id.au>


More information about the Python-list mailing list