Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.38 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.38 KB

atom graphic
Dev Challenges

Because there's so many ways...

emdecr badge

Intro | Catalogue | Credits

Intro

This is a library of coding challenges I've come across in interviews since July 2020. It's a playground to keep working on my solutions, and keep a running log.

Catalogue

Working with a CSV dataset. Summarizing data. Calculate a count for each unique value in a column (ie. How many times does a unique value appear in said column?). For each of those unique values, find the min (earliest) and max (latest) values (date type), found in a different column.

Submitted language(s): PHP + SQL
Alt language(s): Python, JS

Credits

Badges in this README.md provided by shields.io.