mathbong
Home
∑ School Math∑ Advanced Math
[] CodingAI VibeCERT Certifications</> Utils⎈ Infra
◎ My Project
Terms Tools About
KO
Glossary coding Term Page

Set

an unordered collection type that forbids duplicates

set #coding#python
Korean version

Related Concepts

ComprehensionGenerator expression

Core Idea

Set is an unordered collection type that forbids duplicates. It usually makes the most sense alongside Comprehension, Generator expression.

Why It Matters Here

Mathbong reuses this term across python posts as shared vocabulary.

Posts Mentioning This Concept

[NCS 응용수리 500제 9편] 집합과 확률 기초 교집합, 합집합, 여집합의 포함배제원리를 정리하고, 확률의 기본 정의와 조걶확률, 독립시행까지 교재 기준으로 설명한다.[Python 시리즈 13편] 컴프리헨션으로 데이터 다루기 리스트·딕셔너리·집합 컴프리헨션을 통해 반복 로직을 간결하게 표현하는 법과 주의점을 정리한다.[Python Series 13] Work With Data Using Comprehensions Use list, dict, and set comprehensions to express loops succinctly and understand when traditional loops might be more appropriate for readability or complexity.

© 2026 mathbong. All rights reserved.

RSS