Zusammenfassung der Ressource
MM-Data Structures & Algs
Course Content
- Linear Structures (40%)
- ArrayLists
- Single Linked lists
- Double Linked Lists
- Stacks
- Queues
- Priority Queues
- Operations on Linear Structures
- Recursion (10%)
- Recursive Approach
- Fibonacci Sequence
- Binary Tree Structures (20%)
- Tree organization and traversal
- Tree search
- Tree Sort
- Building
- Balancing a tree
- Search Tree Structures (10%)
- Binary Search Trees
- Balanced binary search
- Sorting & Searching Algorithms (20%)
- Bubble Sort
- Insertion Sort
- Selection Sort
- Comparison of sorting Algorithms
- Sequential Search
- Binary Search
- Recursive Approach