Coder Social home page Coder Social logo

puzzle-1's Introduction

Address Book Puzzle

The puzzle answers 3 questions given an address book of people records in the defined format:

{First Name} {Last Name}, {Male | Female}, {Birthday: dd/MM/YY}

These questions are:

  • Count the number of personal records by gender
  • Find the oldest / youngest personal record
  • Calculate the number of days two persons have between each other's birthsdays

Each question is expressed in the from of a unit test.

Run: sbt test to find out if they are correct.

Datasets

Datasets are located under the resources folder:

  • AddressBook standard dataset with all records being correct
  • UnorganizedAddressBook standard dataset where records are correct, but in unorganized format (extra spaces, multiple commas, etc.)
  • MalformedGenderAddressBook dataset contains one record with incorrect gender
  • MalformedBirthdayAddressBook dataset contains one record with incorrect birthday format
  • MalformedNameAddressBook dataset contains one record without space in between of the first and last names

The records are normalized while parsing.

The records are skipped if they contain malformed data.

Requirements

puzzle-1's People

Contributors

northerndemon avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.