本文会了解到:
-什么是数据结构-什么是算法-数据结构和算法之间什么关系-如何衡量算法的优劣-基础数据结构有哪些-如何实现?
本文的思维导图:
一句话说明什么是数据结构:theyaredifferentmethodsofstoringandorganizingdatathatserveanumberofdifferentneeds.
对数据结构常用的操作有:增删改查Itisimportanttonotethatdatastructuresmaybegoodatoneactionbutbadatanother一句话说明什么是算法:isafancynameforstep-by-stepsetsofopeartionstobeperformed
算法就是指令合集,做一件事情有很多解决办法那如何衡量算法的好坏?BigONotation从两个方面判断
Time