emdecr / dev-challenges

This is a library of coding challenges I've come across.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

20-07-23

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.

20-08-18

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

Credits

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

About

This is a library of coding challenges I've come across.


Languages

Language:TSQL 84.9%Language:JavaScript 9.4%Language:PHP 3.9%Language:Python 1.8%