Skip to content

GH-205: Introduction to Data Structures and Algorithms #206

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Competitive Programming<br/>
<!-- Section: Introduction -->
<ul>
<li>
Introduction to Data Structures and Algorithms
<a href="/articles/intro_dsa.md">Introduction to Data Structures and Algorithms</a>
</li>
<li>
Introduction to Competitive Programming
Expand Down
7 changes: 7 additions & 0 deletions articles/intro_dsa.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Introduction to Data Structures and Algorithms

Greetings, fellow geeks! Today, we embark on a journey to the land of Data Structures and Algorithms. It's like the land of Oz, but with fewer munchkins and more code.

Think of data structures as the containers where we store our data. They're like Tupperware containers for your code. And algorithms? They're like the recipes that tell your code what to do with that data. It's like having a personal chef for your code.

Choosing the right data structure and algorithm can make all the difference in how efficiently your code runs. It's like choosing the right wand in Harry Potter - without it, you're just a muggle struggling to cast a spell. So, embrace your inner geek, and let's explore the magical world of Data Structures and Algorithms!