7 Antworten
+ 5
Thanks
+ 4
Data science and data structure are different thing ??????
+ 4
Browse the web or Sololearn for a tutorial and code along with a Python interpreter or SL code playground.
+ 3
𝐊𝐢𝐢𝐛𝐨 𝐆𝐡𝐚𝐲𝐚𝐥 Is he not asking for data structures? You shared the link to data science course?
+ 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.
+ 3
Use this code for learning python
https://code.sololearn.com/WPZyHYhWXMp9/?ref=app
- 2
practice makes perfect