What is right way to learn data structure using python | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

What is right way to learn data structure using python

I want to Learn data structure in python but but i don't know where to start so i want to topicwise list to learn If any one knows knows then suggests me

23rd Jun 2020, 6:23 AM
Runtime Terror
Runtime Terror - avatar
7 Answers
+ 5
Thanks
23rd Jun 2020, 6:29 AM
Runtime Terror
Runtime Terror - avatar
+ 4
Data science and data structure are different thing ??????
23rd Jun 2020, 9:46 AM
Runtime Terror
Runtime Terror - avatar
+ 4
Browse the web or Sololearn for a tutorial and code along with a Python interpreter or SL code playground.
24th Jun 2020, 12:55 AM
Sonic
Sonic - avatar
+ 3
𝐊𝐢𝐢𝐛𝐨 𝐆𝐡𝐚𝐲𝐚𝐥 Is he not asking for data structures? You shared the link to data science course?
23rd Jun 2020, 9:43 AM
Avinesh
Avinesh - avatar
+ 3
Start off by learning arrays because they the building blocks of all other data structures. Then learn about linked lists and how they are used to implement stacks and queues. Learning about lists will aid your understanding of trees, and graphs. Finally learn about hash tables.
23rd Jun 2020, 7:50 PM
Logomonic Learning
Logomonic Learning - avatar
24th Jun 2020, 2:20 PM
Aditya Srivastava
Aditya Srivastava - avatar
- 2
practice makes perfect
6th Jul 2020, 9:31 PM
Manzana Dulce
Manzana Dulce - avatar