Back to Freecodecamp

Introduction to Data Structures

curriculum/challenges/english/blocks/introduction-to-arrays/introduction-to-data-structures-video.md

latest579 B
Original Source

--description--

In this video, Treehouse instructor Pasan will talk about what to expect in the data structures portion of this course.

--questions--

--text--

What are the four common operations that will be studied when working with data structures?

--answers--

Accessing values, deleting values, traversing, and sorting.


Accessing values, searching, inserting values, and deleting values.


Searching, merging, splitting, and iterating values.


Inserting values, updating values, printing values, and counting elements.

--video-solution--

2