Skip to content

Commit

Permalink
style: remove duplicated the
Browse files Browse the repository at this point in the history
  • Loading branch information
vil02 committed Sep 8, 2024
1 parent e2f9e8a commit cb06c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dynamic_programming/maximum_subarray.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! This module provides a function to find the the largest sum of the subarray
//! This module provides a function to find the largest sum of the subarray
//! in a given array of integers using dynamic programming. It also includes
//! tests to verify the correctness of the implementation.

Expand Down

0 comments on commit cb06c50

Please sign in to comment.