Thanks to visit codestin.com
Credit goes to github.com

Skip to content

mathias-mike/Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Understanding data structures and algorithm with python

Covered the basics structures in python

  • List - Ordered, changeable, and allow duplicate values.
  • Tuples - Ordered, unchangeable, and allow duplicate values.
  • Sets - Unordered, unchangeable, and do not allow duplicate values
  • Dictionaries - Unordered (Ordered from Python version 3.7), changeable, and does not allow duplicates.

Moved to advanced structures

  • LinkedList
  • Queues
  • Stacks

About

Understanding data structures and algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published