diff --git a/tig-algorithms/src/hypergraph/template.md b/tig-algorithms/src/hypergraph/template.md index d31d6fb..941bee9 100644 --- a/tig-algorithms/src/hypergraph/template.md +++ b/tig-algorithms/src/hypergraph/template.md @@ -3,7 +3,7 @@ ## Submission Details * **Challenge Name:** hypergraph -* **Submission Name:** [name of code submission] +* **Algorithm Name:** [name of submission] * **Copyright:** [year work created] [name of copyright owner] * **Identity of Submitter:** [name of person or entity submitting the work to TIG] * **Identity of Creator of Algorithmic Method:** [if applicable else null] diff --git a/tig-algorithms/src/knapsack/template.md b/tig-algorithms/src/knapsack/template.md index 6031f71..c7f2d4e 100644 --- a/tig-algorithms/src/knapsack/template.md +++ b/tig-algorithms/src/knapsack/template.md @@ -3,7 +3,7 @@ ## Submission Details * **Challenge Name:** knapsack -* **Submission Name:** [name of code submission] +* **Algorithm Name:** [name of submission] * **Copyright:** [year work created] [name of copyright owner] * **Identity of Submitter:** [name of person or entity submitting the work to TIG] * **Identity of Creator of Algorithmic Method:** [if applicable else null] diff --git a/tig-algorithms/src/neuralnet_optimizer/template.md b/tig-algorithms/src/neuralnet_optimizer/template.md index 0673e3f..fff9df7 100644 --- a/tig-algorithms/src/neuralnet_optimizer/template.md +++ b/tig-algorithms/src/neuralnet_optimizer/template.md @@ -3,7 +3,7 @@ ## Submission Details * **Challenge Name:** neuralnet_optimizer -* **Submission Name:** [name of code submission] +* **Algorithm Name:** [name of submission] * **Copyright:** [year work created] [name of copyright owner] * **Identity of Submitter:** [name of person or entity submitting the work to TIG] * **Identity of Creator of Algorithmic Method:** [if applicable else null] diff --git a/tig-algorithms/src/satisfiability/template.md b/tig-algorithms/src/satisfiability/template.md index 52defce..4eec188 100644 --- a/tig-algorithms/src/satisfiability/template.md +++ b/tig-algorithms/src/satisfiability/template.md @@ -3,7 +3,7 @@ ## Submission Details * **Challenge Name:** satisfiability -* **Submission Name:** [name of code submission] +* **Algorithm Name:** [name of submission] * **Copyright:** [year work created] [name of copyright owner] * **Identity of Submitter:** [name of person or entity submitting the work to TIG] * **Identity of Creator of Algorithmic Method:** [if applicable else null] diff --git a/tig-algorithms/src/vector_search/template.md b/tig-algorithms/src/vector_search/template.md index a806812..6577164 100644 --- a/tig-algorithms/src/vector_search/template.md +++ b/tig-algorithms/src/vector_search/template.md @@ -3,7 +3,7 @@ ## Submission Details * **Challenge Name:** vector_search -* **Submission Name:** [name of code submission] +* **Algorithm Name:** [name of submission] * **Copyright:** [year work created] [name of copyright owner] * **Identity of Submitter:** [name of person or entity submitting the work to TIG] * **Identity of Creator of Algorithmic Method:** [if applicable else null] diff --git a/tig-algorithms/src/vehicle_routing/template.md b/tig-algorithms/src/vehicle_routing/template.md index 9ff1fa1..ba3c832 100644 --- a/tig-algorithms/src/vehicle_routing/template.md +++ b/tig-algorithms/src/vehicle_routing/template.md @@ -3,7 +3,7 @@ ## Submission Details * **Challenge Name:** vehicle_routing -* **Submission Name:** [name of code submission] +* **Algorithm Name:** [name of submission] * **Copyright:** [year work created] [name of copyright owner] * **Identity of Submitter:** [name of person or entity submitting the work to TIG] * **Identity of Creator of Algorithmic Method:** [if applicable else null]