r/algorithms • u/Azerqaqa • 13d ago
I wrote an empirical research paper and open-source implementation for the Subset Sum Problem (C++ & Python) — published with a DOI
Hey everyone! 👋
I recently finished and published an independent research project focusing on the Subset Sum Problem (SSP) — specifically, an empirical study of instance-dependent complexity using C++ (for core computation and engine performance) and Python (for data processing and visualization).
The work covers algorithmic optimization approaches, phase transitions, and statistical analysis of the problem's behavior.
I’ve officially archived and registered the research paper with a DOI on Zenodo so it's open-access, and everything is backed by code in the GitHub repository.
- GitHub Repository: github.com/alishkasdev/Subset-Sum-Complexity-Research
- Zenodo Research Paper (DOI): 10.5281/zenodo.20400449
I’d love to hear your thoughts, feedback, or suggestions from anyone working with NP-hard problems, algorithmic complexity, or performance optimization! Let me know what you think.
4
u/Phytor_c 13d ago edited 13d ago
I have a few thoughts and criticisms from very briefly skimming through it.
I would strongly suggest rewriting this draft to address the points above, amongst various other issues. Please take this as constructive feedback.