From cab2cefd2bc5b4fbef0dc6572bf26cda4bb5b1a6 Mon Sep 17 00:00:00 2001 From: FiveMovesAhead Date: Tue, 21 Oct 2025 22:51:09 +0100 Subject: [PATCH] Reformatted README --- .../src/knapsack/relative_opt_mid/README.md | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/tig-algorithms/src/knapsack/relative_opt_mid/README.md b/tig-algorithms/src/knapsack/relative_opt_mid/README.md index bd1a09f..7ed8318 100644 --- a/tig-algorithms/src/knapsack/relative_opt_mid/README.md +++ b/tig-algorithms/src/knapsack/relative_opt_mid/README.md @@ -1,23 +1,23 @@ # TIG Code Submission - ## Submission Details +## Submission Details - * **Challenge Name:** knapsack - * **Submission Name:** relative_opt_mid - * **Copyright:** 2025 syebastian - * **Identity of Submitter:** syebastian - * **Identity of Creator of Algorithmic Method:** null - * **Unique Algorithm Identifier (UAI):** null +* **Challenge Name:** knapsack +* **Algorithm Name:** relative_opt_mid +* **Copyright:** 2025 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