-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
1,867 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
Oops, something went wrong.