Solved
SQL1
Python0
Spark0
Data Modeling0
Pipeline Architecture0
Milestones
Top 100
2,213 runs in the past 26 weeksActive days: 18 · Max streak: 3
MarAprMayJunJulAugSep
Recent solves
Given required = {'python', 'sql'} and have = {'python', 'sql', 'go'}, print True if required is a s
Python · medium · lesson
Given a = {1, 2, 3, 4} and b = {3, 4, 5, 6}, print the sorted list of elements that are in a or b bu
Python · medium · lesson
Given monday = {'ada', 'linus', 'grace'} and tuesday = {'linus', 'grace', 'margaret'}, print the sor
Python · medium · lesson
Two employees have shift schedules
Python · medium · lesson
A user requests certain columns from a database
Python · medium · lesson
Two configuration snapshots differ
Python · medium · lesson
Start with all_tasks and use the - operator to remove completed and blocked tasks in a chain
Python · medium · lesson
Compare user lists from two months
Python · medium · lesson
Three teams have overlapping skills
Python · medium · lesson
Find the skills that appear in BOTH the frontend and backend sets using the & operator
Python · medium · lesson