8000 GitHub - khanhtimn/IT3170: Bài tập lớp thí nghiệm IT3170 - Thuật toán ứng dụng HUST
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

khanhtimn/IT3170

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bài tập Thuật toán Ứng dụng

Bài tập trên trang hustack.soict.ai của lớp IT3170 - Thuật toán ứng dụng

Cấu trúc thư mục

  • src/: Thư mục chứa mã nguồn
    • week*/: Bài tập theo tuần
    • testing/: Framework test
  • tests/: Thư mục chứa test cases
    • week*/: Test cases cho từng tuần
  • build/: Thư mục chứa file biên dịch

Chạy trên máy local

Windows

  1. Cài đặt Visual Studio Build Tools
  2. Cài đặt Make (Tớ thích dùng Scoop: scoop install make)
  3. Biên dịch và chạy (trong Visual Studio Developer Command Prompt/PowerShell):
    make clean
    make all

Linux

  1. Cài đặt GCC và Make (nếu chưa có):
    # Ubuntu/Debian
    sudo apt-get install build-essential make
  2. Biên dịch và chạy:
    make clean
    make all

macOS

  1. Cài đặt Xcode Command Line Tools:
    xcode-select --install
  2. Biên dịch và chạy:
    make clean
    make all

Chạy test

Để chạy test cho một chương trình cụ thể:

make test week1 maze

Để chạy tất cả test:

make test-all

About

Bài tập lớp thí nghiệm IT3170 - Thuật toán ứng dụng HUST

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0