Pick a Language
Pick a Language
Data structures are amongst the very fundamentals of computer science. They are often a core decision in developing efficient programs. Consequently, they are also largely categorized as a vital benchmark of computer science knowledge when it comes to industry interviews.
This course contains a detailed review of all the common data structures, and it also provides implementation level details in C# to help readers become well equipped with different data structures that they can leverage to write better code!
Data structures are amongst the very fundamentals of computer science. They are often a core decision in developing efficient pr...Show More
TAKEAWAY SKILLS
Content
1.
Introduction to Complexity Measures
22 Lessons
Learn how to use complexity measures like Big O for analyzing algorithm efficiency.
Comparing AlgorithmsExample 1: Measuring Time Complexity of a Single Loop AlgorithmExample 2: Time Complexity of an Algorithm With Nested LoopsIntroduction to Asymptotic Analysis and Big OOther Common Asymptotic Notations and Why Big O Trumps ThemUseful FormulaeCommon Complexity ScenariosChallenge 1: Big (O) of Nested Loop with AdditionSolution Review: Big (O) of Nested Loop with AdditionChallenge 2: Big (O) of Nested Loop with SubtractionSolution Review: Big (O) of Nested Loop with SubtractionChallenge 3: Big (O) of Nested Loop with MultiplicationSolution Review: Big (O) of Nested Loop with MultiplicationChallenge 4: Nested Loop with Multiplication (Basic)Solution Review: Nested Loop with Multiplication (Basic)Challenge 5: Nested Loop with Multiplication (Intermediate)Solution Review: Nested Loop with Multiplication (Intermediate)Challenge 6: Nested Loop with Multiplication (Advanced)Solution Review: Nested Loop with Multiplication (Advanced)Challenge 7: Nested Loop with Multiplication (Pro)Solution Review: Nested Loop with Multiplication (Pro)Complexity Quiz: Test your understanding of Complexity
2.
Introduction to Arrays
25 Lessons
Grasp the fundamentals of arrays and multidimensional arrays with coding challenges and solutions.
What is an Array?Multidimensional ArraysChallenge 1: Remove Even Integers From an ArraySolution Review: Remove Even Integers From an ArrayChallenge 2: Merge Two Sorted ArraysSolution Review: Merge Two Sorted ArraysChallenge 3: Find Two Numbers that Add Up to Given ValueSolution Review: Find Two Numbers that Add Up to the Given ValueChallenge 4: Array of Products of all ElementsSolution Review: Array of Products of All ElementsChallenge 5: Finding Minimum Value in an ArraySolution Review: Finding Minimum Value in an ArrayChallenge 6: Finding the First Unique Integer in an ArraySolution Review: Finding the First Unique Integer in an ArrayChallenge 7: Finding the Second Maximum Value in an ArraySolution Review: Finding the Second Maximum Value in an ArrayChallenge 8: Right Rotate an Array by OneSolution Review: Right Rotate an Array by OneChallenge 9: Rearrange Positive & Negative ValuesSolution Review : Rearrange Positive & Negative ValuesChallenge 10: Rearrange Sorted Array in Max/Min FormSolution Review: Rearrange Sorted Array in Max/Min FormChallenge 11: Maximum Sum SubarraySolution Review: Maximum Sum SubarrayArrays Quiz: Test Your Understanding of Arrays
3.
Introduction to Linked Lists
28 Lessons
Master the steps to efficiently manipulate linked lists, including operations, challenges, and solutions.
4.
Introduction to Stack/Queues
23 Lessons
Grasp the fundamentals of stack and queue data structures, their implementations, and common challenges.
5.
Introduction to Graphs
26 Lessons
Deepen your knowledge of graph concepts, types, representations, implementations, and key algorithms.
6.
Introduction to Trees
38 Lessons
Follow the process of understanding tree structures, from basics to complex operations.
7.
Trie
14 Lessons
Master the steps to using Tries for efficient string storage, retrieval, and manipulation in C#.
8.
Introduction to Heap
12 Lessons
Learn how to use heaps for efficient data management and priority-based algorithms.
9.
Introduction to Hashing
29 Lessons
Grasp the fundamentals of hash tables, their functions, and collision handling in C#.
10.
Summary of Data Structures
2 Lessons
Break apart the differences between linear and non-linear data structures.
Certificate of Completion
Showcase your accomplishment by sharing your certificate of completion.
Course Author:
Developed by MAANG Engineers
Trusted by 2.8 million developers working at companies
"These are high-quality courses. Trust me. I own around 10 and the price is worth it for the content quality. EducativeInc came at the right time in my career. I'm understanding topics better than with any book or online video tutorial I've done. Truly made for developers. Thanks"
Anthony Walker
@_webarchitect_
"Just finished my first full #ML course: Machine learning for Software Engineers from Educative, Inc. ... Highly recommend!"
Evan Dunbar
ML Engineer
"You guys are the gold standard of crash-courses... Narrow enough that it doesn't need years of study or a full blown book to get the gist, but broad enough that an afternoon of Googling doesn't cut it."
Software Developer
Carlos Matias La Borde
"I spend my days and nights on Educative. It is indispensable. It is such a unique and reader-friendly site"
Souvik Kundu
Front-end Developer
"Your courses are simply awesome, the depth they go into and the breadth of coverage is so good that I don't have to refer to 10 different websites looking for interview topics and content."
Vinay Krishnaiah
Software Developer
Hands-on Learning Powered by AI
See how Educative uses AI to make your learning more immersive than ever before.
AI Prompt
Code Feedback
Explain with AI
AI Code Mentor
Free Resources