algorithms in python
Datastructurescanbeclassifiedaseithercontiguousorlinked,dependingwhethertheyarebasedonarraysorpointers.InPython,forinstance,contiguously-allocatedstructures(composedofsingleslabsofmemory)includestrings,lists,tuples,anddictionaries.Inthefollowingsectionswewillseeexamplesofsomemorespecia
用户评论