From b7332d36cb07de526950cdad2a552234648f052c Mon Sep 17 00:00:00 2001 From: Le Tien Tai Date: Thu, 23 Feb 2017 14:50:21 +0700 Subject: [PATCH] Translate "Coding exercises/challenges", close #29 --- README-vn.md | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/README-vn.md b/README-vn.md index 056f232..fb1484e 100644 --- a/README-vn.md +++ b/README-vn.md @@ -98,7 +98,7 @@ Thêm vào đó, nếu bạn muốn trở thành một kỹ sư hệ thống (Sy - [Thiết kế hệ thống, Khả năng mở rộng, Xử lý dữ liệu](#thiết-kế-hệ-thống-khả-năng-mở-rộng-xử-lý-dữ-liệu) (Nếu bạn có hơn 4 năm kinh nghiệm) - [Tống kết](#tổng-kết) - [Coding Question Practice](#coding-question-practice) -- [Coding exercises/challenges](#coding-exerciseschallenges) +- [Giải bài tập lập trình](#giải-bài-tập-lập-trình) - [Once you're closer to the interview](#once-youre-closer-to-the-interview) - [Your Resume](#your-resume) - [Be thinking of for when the interview comes](#be-thinking-of-for-when-the-interview-comes) @@ -1343,4 +1343,30 @@ Bạn sẽ biết thêm nhiều ứng dụng của đồ thị trong sách của --- + +> Place holder for **Coding Question Practice** + + +## Giải bài tập lập trình + +Bạn nên để cho bộ não vận dụng các kiến thức đã học. Hãy thử sức với các bài toán lập trình hàng ngày, càng nhiều càng tốt. + +- [ ] [Làm thể nào để tìm lời giải](https://www.topcoder.com/community/data-science/data-science-tutorials/how-to-find-a-solution/) +- [ ] [Làm thể nào để phân tích đề bài trên TopCoder](https://www.topcoder.com/community/data-science/data-science-tutorials/how-to-dissect-a-topcoder-problem-statement/) + +Các trang giải toán lập trình: +- [LeetCode](https://leetcode.com/) +- [TopCoder](https://www.topcoder.com/) +- [Project Euler (nặng về toán học)](https://projecteuler.net/index.php?section=problems) +- [Codewars](http://www.codewars.com) +- [HackerRank](https://www.hackerrank.com/) +- [Codility](https://codility.com/programmers/) +- [InterviewCake](https://www.interviewcake.com/) +- [Geeks for Geeks](http://www.geeksforgeeks.org/) +- [InterviewBit](https://www.interviewbit.com/invite/icjf) + +Xem thêm: +- [Phỏng vấn thử nghiệm](http://www.gainlo.co/) + + > In progress