Sha256: 4df420b6733751697bd558344bc98d93bbdacdc5f286e1b22f7f65f7f7108fb4

Contents?: true

Size: 916 Bytes

Versions: 58

Compression:

Stored size: 916 Bytes

Contents

Typically meetups happen on the same day of the week.  In this exercise, you will take
a description of a meetup date, and return the actual meetup date.

Examples of general descriptions are:

- the first Monday of January 2017
- the third Tuesday of January 2017
- the Wednesteenth of January 2017
- the last Thursday of January 2017

Note that "Monteenth", "Tuesteenth", etc are all made up words. There
was a meetup whose members realized that there are exactly 7 numbered days in a month that
end in '-teenth'. Therefore, one is guaranteed that each day of the week
(Monday, Tuesday, ...) will have exactly one date that is named with '-teenth'
in every month.

Given examples of a meetup dates, each containing a month, day, year, and descriptor 
(first, second, teenth, etc), calculate the date of the actual meetup.
For example, if given "First Monday of January 2017", the correct meetup date is 2017/1/2
 

Version data entries

58 entries across 58 versions & 1 rubygems

Version Path
trackler-2.1.0.18 common/exercises/meetup/description.md
trackler-2.1.0.17 common/exercises/meetup/description.md
trackler-2.1.0.16 common/exercises/meetup/description.md
trackler-2.1.0.15 common/exercises/meetup/description.md
trackler-2.1.0.14 common/exercises/meetup/description.md
trackler-2.1.0.13 common/exercises/meetup/description.md
trackler-2.1.0.12 common/exercises/meetup/description.md
trackler-2.1.0.11 common/exercises/meetup/description.md
trackler-2.1.0.10 common/exercises/meetup/description.md
trackler-2.1.0.9 common/exercises/meetup/description.md
trackler-2.1.0.8 common/exercises/meetup/description.md
trackler-2.1.0.7 common/exercises/meetup/description.md
trackler-2.1.0.6 common/exercises/meetup/description.md
trackler-2.1.0.5 common/exercises/meetup/description.md
trackler-2.1.0.4 common/exercises/meetup/description.md
trackler-2.1.0.3 common/exercises/meetup/description.md
trackler-2.1.0.2 common/exercises/meetup/description.md
trackler-2.1.0.1 common/exercises/meetup/description.md
trackler-2.1.0.0 common/exercises/meetup/description.md
trackler-2.0.8.55 common/exercises/meetup/description.md