-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
19 additions
and
21 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
\section{Conclusion} | ||
In this paper, I have presented an approximation algorithm for the \Partition problem. The algorithm is based on the work of Deng et al. \cite{deng}. Although the algorithm doesn't seem to have been designed with practical implementation in mind it is significantly faster than the naive algorithm even for small input sizes. | ||
In this paper, I have presented an approximation algorithm for the \Partition problem. The algorithm is based on the work of Deng et al. \cite{deng}. Although the algorithm doesn't seem to have been designed with practical implementation in mind for large inputs it's asymptotic complexity makes it faster than the dynamic-programming algorithm. |