An open API service indexing awesome lists of open source software.

https://github.com/code-shoily/double-booked


https://github.com/code-shoily/double-booked

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# double_booked

## Problem Statement

When maintaining a calendar of events, it is important to know if an event overlaps with another event.

Given a sequence of events, each having a start and end time, write a program that will return the sequence of all pairs of overlapping events.

## Installation

* Make sure you have `leiningen` installed in your system
* Clone this repository `git clone https://github.com/code-shoily/double-booked`
* `cd` into the terminal and `lein repl`
* Follow the documentation
* Run `lein test` to test

## Usage

$ java -jar double_booked-0.5.0-standalone.jar [args]

## License

Copyright © 2018 Mafinar Khan

Distributed under the Eclipse Public License version 1.0