Skip to content

lamdanghoang/SDV-06092022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Homework

09/06/2022

Bài tập 1: Cho 2 mảng, kiểm tra mảng này có phải là mảng con của mảng kia không ? (Yêu cầu đúng thứ tự của các phần tử)

Ví dụ :

        let org_arr = [1,2,3,5,6,8,10,11];

        let sub_arr = [6,8,10];

Bài tập 2 : Cho 1 chuỗi str Slice như dưới đây. Nhập 1 từ bất kỳ từ bàn phím, in ra số lượng từ này xuất hiện trong chuỗi đã cho.

Nâng cao hơn : Tìm kiếm không phân biêt chữ hoa thường, theo dạng regex.

https://ars.els-cdn.com/content/image/1-s2.0-S0960982203005347-mmc6.txt

Ví dụ: Cho chuỗi str = “This is a regular paragraph with the default style of Normal. This is a regular paragraph with the default style of Normal. This is a regular paragraph with the default style of Normal. This is a regular paragraph with the default style of Normal. This is a regular paragraph with the default style of Normal.”

Nhập từ bàn phím : “is is” => In ra kết quả số lượng “is is” là 5

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages