Skip to content

Commit 99111b3

Browse files
Update README.md
1 parent 03741ee commit 99111b3

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# HDBSCAN-CPP
22
Fast and Efficient Implementation of HDBSCAN in C++ using STL.
3-
3+
--------------------------------------------------------------------------------------------------------------
44

55
Authored by:
6-
Sumedh Basarkod
7-
Rohan Mohapatra
8-
--------------------------------------------------------------------------------------------------------------
6+
* [Sumedh Basarkod](https://github.com/sumedhpb)
7+
* [Rohan Mohapatra](https://github.com/rohanmohapatra)
98

109
The Standard Template Library (STL) is a set of C++ template classes to provide common programming
1110
data structures and functions such as lists, stacks, arrays, etc. It is a library of container classes, algorithms, and iterators.
@@ -82,3 +81,7 @@ the authors will attempt to respond.
8281
We welcome contributions in any form! Assistance with documentation, is always welcome.
8382
To contribute please fork the project make your changes and submit a pull request.
8483
We will do our best to work through any issues with you and get your code merged into the master branch.
84+
85+
### Contact us if you have any questions
86+
* Rohan Mohapatra : [email protected]
87+
* Sumedh Basarkod : [email protected]

0 commit comments

Comments
 (0)