Skip to content

Commit

Permalink
Update Data Structures image
Browse files Browse the repository at this point in the history
  • Loading branch information
ILIYANGERMANOV authored May 4, 2024
1 parent 41a7e3a commit 8e656b4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import ivy.learn.data.cms.dsl.LessonImage
object DataStructures : CourseDsl({
name = "Data Structures"
tagline = "Lists, Sets, Maps, Stacks, Trees and more."
imageUrl = "https://i.ibb.co/0BRty6H/ds.webp"
imageUrl = "https://i.ibb.co/dmzmqXV/ds2.webp"
lesson(
name = "Arrays",
tagline = "The simplest data structure.",
Expand Down Expand Up @@ -67,4 +67,4 @@ object DataStructures : CourseDsl({
tagline = "Fast lookups. Key-Value pairs.",
imageUrl = LessonImage
)
})
})

0 comments on commit 8e656b4

Please sign in to comment.