Skip to content

Commit

Permalink
Update tags
Browse files Browse the repository at this point in the history
  • Loading branch information
solar05 committed Oct 1, 2023
1 parent 36e08e1 commit 3391e6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/battle_asserts/issues/docker_builder.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

(def level :easy)

(def tags ["strings" "devops" "codebattle"])
(def tags ["strings" "codebattle"])

(def description
{:en "Create a function, that create docker build command from `language`, `version` and `path` (which can be empty string) for codebattle."
Expand Down
2 changes: 1 addition & 1 deletion src/battle_asserts/issues/sort_elements_by_frequency.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

(def level :easy)

(def tags ["collections" "sorting"])
(def tags ["collections" "sorting" "algorithms"])

(def description
{:en "Given an array of integers, sort the array according to frequency of elements.
Expand Down
2 changes: 1 addition & 1 deletion src/battle_asserts/issues/zigzag_conversion.clj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

(def disabled true)

(def tags ["strings"])
(def tags ["strings" "decryption"])

(def description
{:en "The string \"PAYPALISHIRING\" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font for better legibility)
Expand Down

0 comments on commit 3391e6e

Please sign in to comment.