Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanmohapatra committed Jul 5, 2019
1 parent 03741ee commit 99111b3
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# HDBSCAN-CPP
Fast and Efficient Implementation of HDBSCAN in C++ using STL.

--------------------------------------------------------------------------------------------------------------

Authored by:
Sumedh Basarkod
Rohan Mohapatra
--------------------------------------------------------------------------------------------------------------
* [Sumedh Basarkod](https://github.com/sumedhpb)
* [Rohan Mohapatra](https://github.com/rohanmohapatra)

The Standard Template Library (STL) is a set of C++ template classes to provide common programming
data structures and functions such as lists, stacks, arrays, etc. It is a library of container classes, algorithms, and iterators.
Expand Down Expand Up @@ -82,3 +81,7 @@ the authors will attempt to respond.
We welcome contributions in any form! Assistance with documentation, is always welcome.
To contribute please fork the project make your changes and submit a pull request.
We will do our best to work through any issues with you and get your code merged into the master branch.

### Contact us if you have any questions
* Rohan Mohapatra : [email protected]
* Sumedh Basarkod : [email protected]

0 comments on commit 99111b3

Please sign in to comment.