Tagged articles
5 articles
Page 1 of 1
Model Perspective
Model Perspective
Oct 27, 2025 · Fundamentals

Recurrence vs Recursion: Master the Core Concepts Behind Algorithms

This article explains the definitions, mathematical foundations, classic examples, solving methods, and practical differences between recurrence relations and recursion, illustrating how each approach works, their implementation details, and how they can be transformed into one another.

Recursionalgorithm designalgorithm fundamentals
0 likes · 8 min read
Recurrence vs Recursion: Master the Core Concepts Behind Algorithms
Programmer DD
Programmer DD
Jul 24, 2024 · Databases

Designing a Google Calendar Clone: Step‑by‑Step Database Modeling Tutorial

This tutorial walks through designing a complete logical and physical database model for a Google Calendar clone, covering entities, attributes, relationships, handling all‑day and time events, recurrence rules, slots, and SQL table creation, while illustrating minimal‑modeling techniques.

Database designSQLcalendar app
0 likes · 41 min read
Designing a Google Calendar Clone: Step‑by‑Step Database Modeling Tutorial
Sohu Tech Products
Sohu Tech Products
Jun 23, 2021 · Mobile Development

Implementing Weekday Calendar Reminders with Holiday Filtering on iOS

This article demonstrates how to create recurring iOS calendar reminders for Monday‑to‑Friday workdays, filter out Chinese statutory holidays using an external holiday‑cn JSON source, and handle make‑up workdays, providing complete Swift code and step‑by‑step explanations.

CalendarEventKitHoliday
0 likes · 17 min read
Implementing Weekday Calendar Reminders with Holiday Filtering on iOS