Hướng dẫn thử thách
1 / 107
Complex Data Structures
### Giai đoạn: Nền Tảng & Khái Niệm Cốt Lõi
**Complex Data Structures**
Complex data structures are advanced structures that are used for storing and organizing data in a more specialized way to manage larger amounts of data more effectively. These include Trees, Graphs, Hash Tables, and Heaps. Trees allow for hierarchical data structures and can be utilized in many ways like Binary Trees, AVL Trees etc. Graphs are networks consisting of nodes or vertices, connected by edges. Hash Tables use a hash function to compute an index into an array of buckets or slots, from which the desired value can be found. Heaps are a special case of a binary tree where the parent nodes are compared to their children with specific rules.
### Khái niệm cốt lõi:
1. **These include Trees, Graphs, Hash Tables, and Heaps**
2. **Trees allow for hierarchical data structures and can be utilized in many ways like Binary Trees, AVL Trees etc**
3. **Graphs are networks consisting of nodes or vertices, connected by edges**
Nhiệm vụ của bạn
Viết giải pháp của bạn cho bài học **Complex Data Structures** vào trình soạn thảo bên cạnh. Bấm **Chạy Thử Nghiệm** (hoặc nhấn `Ctrl+Enter`) để thực thi và ghi nhận hoàn thành kỹ năng trên Roadmap.
### Kỹ năng cần đạt:
- `Complex`
- `Data`
- `Engineering`
Vượt qua bài kiểm tra hiện tại để mở khóa bài tiếp theo.
main.js
UTF-8 • Tab Size: 2Kiểm tra bài:⌘↵