From df00079783890d8113dffb7f92fbd8af3faced6b Mon Sep 17 00:00:00 2001 From: FiveMovesAhead Date: Tue, 21 Oct 2025 22:44:55 +0100 Subject: [PATCH] Reformatted README --- .../src/knapsack/classic_quadkp/README.md | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/tig-algorithms/src/knapsack/classic_quadkp/README.md b/tig-algorithms/src/knapsack/classic_quadkp/README.md index 5413cff..ec14bd7 100644 --- a/tig-algorithms/src/knapsack/classic_quadkp/README.md +++ b/tig-algorithms/src/knapsack/classic_quadkp/README.md @@ -1,23 +1,23 @@ # TIG Code Submission - ## Submission Details +## Submission Details - * **Challenge Name:** knapsack - * **Submission Name:** classic_quadkp - * **Copyright:** 2024 syebastian - * **Identity of Submitter:** syebastian - * **Identity of Creator of Algorithmic Method:** null - * **Unique Algorithm Identifier (UAI):** null +* **Challenge Name:** knapsack +* **Algorithm Name:** classic_quadkp +* **Copyright:** 2024 syebastian +* **Identity of Submitter:** syebastian +* **Identity of Creator of Algorithmic Method:** null +* **Unique Algorithm Identifier (UAI):** null - ## License +## License - The files in this folder are under the following licenses: - * TIG Benchmarker Outbound License - * TIG Commercial License - * TIG Inbound Game License - * TIG Innovator Outbound Game License - * TIG Open Data License - * TIG THV Game License +The files in this folder are under the following licenses: +* TIG Benchmarker Outbound License +* TIG Commercial License +* TIG Inbound Game License +* TIG Innovator Outbound Game License +* TIG Open Data License +* TIG THV Game License - Copies of the licenses can be obtained at: - https://github.com/tig-foundation/tig-monorepo/tree/main/docs/licenses \ No newline at end of file +Copies of the licenses can be obtained at: +https://github.com/tig-foundation/tig-monorepo/tree/main/docs/licenses \ No newline at end of file