Skip to content

ntanthedev/CSES-Problems-set

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSES Problem Set Collection

English Version | Phiên bản Tiếng Việt


English Description

Introduction

This repository contains a comprehensive collection of problems, test cases, and editorial solutions from the CSES Problem Set, harvested. The content has been formatted into Markdown for easy offline reading, personal study, and educational purposes.

Repository Structure

The data is organized by category and then by problem ID:

CSES_Data_Full/
├── Category Name/           # e.g., Dynamic Programming, Sorting and Searching
│   ├── Problem_ID_Name/     # e.g., 1086_Writing Numbers
│   │   ├── statement_en.md  # The problem description
│   │   ├── analysis_en.md   # The official editorial/solution
│   │   └── tests_XXXX.zip   # Test cases for the problem

Purpose

This project is intended for educational purposes only, assisting competitive programmers in accessing CSES resources offline or in a convenient text-based format.

Disclaimer & Attribution

  • Source: All problem statements, test data, and editorial content are the intellectual property of CSES and its authors.
  • Credit: Please link back to the original problem on cses.fi whenever discussing or redistributing these tasks.
  • License for Content: The text of the tasks from CSES is licensed under Creative Commons BY-SA 4.0.

Phiên bản Tiếng Việt

Giới thiệu

Repository này là nơi tổng hợp các đề bài, dữ liệu kiểm thử (test cases) và lời giải (editorial) từ trang CSES Problem Set. Dữ liệu được thu thập và chuyển đổi sang định dạng Markdown, giúp thuận tiện cho việc đọc, lưu trữ và học tập ngoại tuyến.

Cấu trúc thư mục

Dữ liệu được tổ chức theo từng chuyên mục và tên bài toán:

CSES_Data_Full/
├── Tên Chuyên Mục/          # Ví dụ: Dynamic Programming, Sorting and Searching
│   ├── ID_Tên_Bài/          # Ví dụ: 1086_Writing Numbers
│   │   ├── statement_en.md  # Đề bài (Tiếng Anh)
│   │   ├── analysis_en.md   # Phân tích/Lời giải chi tiết
│   │   └── tests_XXXX.zip   # File nén chứa input/output test cases

Mục đích sử dụng

Dự án này chỉ phục vụ cho mục đích giáo dục, hỗ trợ cộng đồng lập trình thi đấu (Competitive Programming) luyện tập và tra cứu tài liệu một cách dễ dàng hơn.

Tuyên bố bản quyền & Ghi nguồn

  • Nguồn gốc: Tất cả nội dung đề bài, bộ test và lời giải đều thuộc quyền sở hữu của CSES và các tác giả liên quan.
  • Ghi công: Vui lòng trích dẫn nguồn gốc từ cses.fi khi bạn sử dụng hoặc chia sẻ lại các nội dung này.
  • Giấy phép nội dung: Văn bản của các đề bài trên CSES tuân theo giấy phép Creative Commons BY-SA 4.0.

Data / Dữ liệu

The problem statements and solutions are licensed under Creative Commons BY-SA 4.0 (as per CSES terms). (Nội dung đề bài và lời giải tuân theo giấy phép Creative Commons BY-SA 4.0 theo quy định của CSES).

About

All CSES problems, testcase and solution

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages