Update dynamic_programming/abbreviation.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Ashish Bhanu Daulatabad 2021-03-09 11:22:44 +05:30 committed by GitHub
parent 769bd094c9
commit 8f5a50bea0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@
namespace dynamic_programming { namespace dynamic_programming {
/** /**
* @namespace abbreviation * @namespace abbreviation
* @brief Implementation of Abbreivation problem * @brief Functions for [Abbreviation](https://www.hackerrank.com/challenges/abbr/problem) implementation
*/ */
namespace abbreviation { namespace abbreviation {
/** /**