https://github.com/code-shoily/double-booked
https://github.com/code-shoily/double-booked
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/code-shoily/double-booked
- Owner: code-shoily
- License: mit
- Created: 2018-06-25T01:57:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-25T23:02:37.000Z (almost 8 years ago)
- Last Synced: 2024-12-29T02:31:42.095Z (over 1 year ago)
- Language: Clojure
- Size: 25.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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