Popular Topics
Popular Instructors
All Data Structures Courses
Data Structures
This training program provides a solid foundation in data structures, …
What you'll learn
• Introduction to data structures and algorithms
• Arrays, strings, and their operations
• Linked lists (singly, doubly, and circular)
• Stacks and queues (including priority queues and deque)
• Trees (binary trees, binary search trees, AVL trees, heaps)
• Graphs (representation, traversal, shortest path algorithms)
• Hashing and hash tables
• Recursion and its role in data structures
• Searching algorithms (linear, binary search)
• Sorting algorithms (bubble, selection, insertion, merge, quick, heap sort)
• Time and space complexity analysis (Big-O notation)
• Problem-solving with coding exercises in C, Java, or Python