项目作者: parthnan

项目描述 :
Solving the popular NP problem, The Subset Sum Problem, with an Amortized O(n) algorithm based on Recursive Backtracking. The Algorithm stood second fastest in the organized Intra-University competition.
高级语言: C
项目地址: git://github.com/parthnan/SubsetSum-BacktrackAlgorithm.git
创建时间: 2019-10-06T04:06:13Z
项目社区:https://github.com/parthnan/SubsetSum-BacktrackAlgorithm

开源协议:

下载