Day 2: Dive into Arrays & Strings
Hello Peeps! Welcome to Day 2 🚀
Today, we move beyond basic variables and start working with collections of data. We’ll explore two of the most widely used data structures: Arrays and Strings.
🎯
Goal: By the end of today, you should be comfortable storing multiple values, manipulating text, and solving problems involving sequences.
What will we learn?
Master Arrays
Understand how arrays are stored in memory, how to initialize them, and perform lightning-fast access.
Algorithms 101
Learn your first algorithms: Linear Search and Binary Search.
String Manipulation
Discover the power (and quirks) of strings in different languages.
Practice, Practice, Practice!
Solve curated problems ranging from simple reversals to complex pointer manipulations.