diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..faa23ff --- /dev/null +++ b/changelog.md @@ -0,0 +1,29 @@ +
+

Algorithms + +Changelog +

+
+ +# `0.0.1` + +Date: October 19, 2018 + +> Algorithms: + +- **Math** + - Fibonacci +- **Searches** + - Binary Search +- **Sorting** + - Merge Sort +- **Strings** + - Palindrome + +# `0.0.2` + +> Algorithms + +> Fixes + +- [#3](https://github.com/abranhe/allalgorithms-java/issues/3) Generic implementation of Merge Sort in Java