Description
In this course, you will learn :
- Basics of Data structures and Algorithms
- Google interview questions
- Facebook interview questions
- Array Data structure
- Linked List Data structure
Syllabus :
1. Array Data structure
- Array Theory
2. Linked List Data Structure
- Linked List Theory
- Find the middle element in the Single Linked List
- Delete Middle element in the Single Linked List
- Detect cycle in the Singly Linked List
- Reverse Singly Linked List
- Full sum problem
- Types of Linked List