Skip to content

Instantly share code, notes, and snippets.

View cajwo8's full-sized avatar

Camille cajwo8

View GitHub Profile
@cajwo8
cajwo8 / PracticalCodingRuby.md
Created May 7, 2026 16:46
Practical Coding interview in Ruby

Self Scheduling

Prompt

Ritten is building a calendar for managing schedules of Clinicians and Clients. It behaves like Google Calendar in that its primary purpose is to contain events with attendees and metadata.

Clients need to find bookable time with clinicians.

The goal is to implement a function which returns the open time slots where a client can schedule an appointment with a clinician. The function should take in a query with details about the desired appointment.

@cajwo8
cajwo8 / PracticalCodingRust.md
Created May 7, 2026 16:00
Practical Coding Interview in Rust

Self Scheduling

Prompt

Ritten is building a calendar for managing schedules of Clinicians and Clients. It behaves like Google Calendar in that its primary purpose is to contain events with attendees and metadata.

Clients need to find bookable time with clinicians.

The goal is to implement a function which returns the open time slots where a client can schedule an appointment with a clinician. The function should take in a query with details about the desired appointment.