Skip to main content

Course

Data Structures and Algorithms in Python

Advanced4 hr

Explore data structures such as linked lists, stacks, queues, hash tables, and graphs; and search and sort algorithms!

Python4 hr16 videos49 Exercises4,050 XP45,511Statement of accomplishment

Create Your Free Account

Continue with Google
or
By continuing, you accept our Terms of Use, our Privacy Policy and that your data is stored in the USA.

Loved by learners at thousands of companies

Training a Team?

Try for Business

Course Description

Recognize Popular Data Structures and Algorithms

Most computer programs are based on a few data structures and algorithms. Learn about what’s behind the hood of most of your computer interactions in this four-hour course! You’ll familiarize yourself with some of the most common data structures: linked lists, stacks, queues, and trees. You’ll also implement popular algorithms, such as Depth First Search, Breadth First Search, Bubble sort, Merge sort, and Quicksort.

Learn to Spot Data Structures and Algorithms in Everyday Life

You'll practice applying data structures and algorithms to decks of cards, music playlists, international dishes, and stacks of books. You’ll walk away with the ability to recognize common data structures and algorithms, and implement them in day-to-day applications!

Analyze the Efficiency of Algorithms

Along the way, you’ll stop to analyze popular algorithms in terms of their efficiency. You’ll come to grips with “Big O Notation”, the industry standard for describing the complexity of an algorithm.

Sharpen Your Python Programming Knowledge

Being well-versed with data structures and algorithms means being able to take everyday problems and solve them using efficient code. You’ll be practising this in Python, you’ll take these fundamental and transferable skills with you to any programming language.

Feels like what you want to learn?

Start Course for Free

What you'll learn

  • Assess the effect of recursion and dynamic programming techniques on algorithm performance in given Python examples
  • Differentiate among bubble sort, selection sort, insertion sort, merge sort, and quicksort with respect to procedural steps and efficiency metrics
  • Distinguish between linear search, binary search, depth-first search, and breadth-first search based on logic flow and computational performance
  • Evaluate the time and space complexity of algorithms by applying Big O notation to provided code snippets
  • Identify the appropriate Python data structure—linked lists, stacks, queues, hash tables, trees, or graphs—for specified problem requirements

Prerequisites

Curriculum

Course outline

1

Work with Linked Lists and Stacks and Understand Big O notation

Data Structures and Algorithms in Python

Course
Complete

Earn Statement of Accomplishment

Enroll Now

Grow your data skills with DataCamp for Mobile

Make progress on the go with our mobile courses and daily 5-minute coding challenges.