Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sdosku committed Dec 3, 2024
1 parent 6e9e2df commit 5dea2f2
Show file tree
Hide file tree
Showing 2 changed files with 1,867 additions and 0 deletions.
5 changes: 5 additions & 0 deletions 2024/2024-Search-and-Sort-Algorithms/article.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Search and Sort Algorithms

Often kids have a big pile of toys in their playroom. There are teddy bears, blocks and toy cars everywhere. The kid might want to search for a specific toy. Maybe they dig through all their toys, one by one, until they find it. Or if their toys are already sorted, they can find it super quickly!
Sorting means putting them in a neat order, like arranging the blocks by size, from the smallest to the biggest or the opposite. Or if you have cars, you can line them up by color or size. Imagine how easy it is now for them to search for a specific item after sorting them first.

Loading

0 comments on commit 5dea2f2

Please sign in to comment.