If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Announcement
Collapse
No announcement yet.
[Lớp thuật toán 2015-2016] Tài liệu và trao đổi buổi 5 - CTDL cơ bản
(1) Nội dung lớp 13,14/10: Ôn tập
Ôn tập nội dung cơ bản chuẩn bị cho chương trình chính bắt đầu từ tuần sau.
1. Chuyển sang C++: sử dụng nhập xuất bằng <iostream>
2. Tìm hiểu STL
3. Tìm hiểu <algorithm>, <vector>
4. Tìm hiểu thêm: <stack>, <queue>
5. Ôn cấu trúc dữ liệu cơ bản: Array, Linked list, Stack, Queue.
Bài tập về nhà:
Bài 1: https://leetcode.com/problems/rotate-array/
Bài 2: Code thử xử lý stack, queue.
Comment