Tag

sets

1 views collected around this technical thread.

Java Tech Enthusiast
Java Tech Enthusiast
Jan 4, 2025 · Databases

Understanding Redis Sets and Their Use Cases

Redis Sets are unordered collections of unique strings backed by hash tables that provide O(1) add, delete, and lookup operations, automatically switch to a compact integer array (intset) for small integer-only sets, and are ideal for deduplicated data and fast set operations such as intersection, union, and difference, exemplified by computing common friends in social applications.

BackendCode ExampleRedis
0 likes · 4 min read
Understanding Redis Sets and Their Use Cases
Test Development Learning Exchange
Test Development Learning Exchange
Dec 28, 2024 · Fundamentals

Python Data Structures and File Operations Tutorial

This tutorial introduces Python's core data structures—lists, dictionaries, sets, and tuples—and demonstrates essential file operations for text, CSV, and JSON formats, providing practical code examples for each concept and explains their characteristics, common operations, and best practices for efficient programming.

CSVDictionariesJSON
0 likes · 7 min read
Python Data Structures and File Operations Tutorial
Python Programming Learning Circle
Python Programming Learning Circle
Jun 29, 2022 · Fundamentals

Python Data Structures: Lists, Tuples, Dictionaries, and Sets with Practical Code Examples

This article introduces Python's core built‑in sequence types—lists, tuples, dictionaries, and sets—explaining their characteristics, common operations, and performance considerations, and provides numerous interactive code snippets that demonstrate creation, indexing, slicing, modification, searching, sorting, and set algebra.

DictionariesListsPython
0 likes · 11 min read
Python Data Structures: Lists, Tuples, Dictionaries, and Sets with Practical Code Examples
Model Perspective
Model Perspective
May 11, 2022 · Fundamentals

Understanding Sets and Functions: Definitions, Properties, and Common Types

This article introduces the concept of sets, their definitions, cardinality, and key properties, then explores various common sets and provides a comprehensive overview of functions—including definitions, classifications such as constant, linear, polynomial, rational, exponential, logarithmic, and trigonometric functions—along with illustrative diagrams.

basic conceptsfunction typesfunctions
0 likes · 6 min read
Understanding Sets and Functions: Definitions, Properties, and Common Types