Skip to content

This repository contains beginner-friendly implementations of fundamental data structures and algorithms using **C++**. It serves as a practice ground for mastering core programming concepts and algorithmic thinking.

Notifications You must be signed in to change notification settings

MuthoniGathiithi/Data-Structures-and-Algorithims-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

28 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“˜ Data Structures and Algorithms

This repository contains beginner-friendly implementations of fundamental data structures and algorithms using C++. It serves as a practice ground for mastering core programming concepts and algorithmic thinking.


πŸ“‚ What's Included

πŸ“ ARRAYS

  • Left Rotation β€” Rotate an array to the left by one position.

πŸ“ LOOPS

  • While Loop β€” Print numbers from 1 to 5.
  • For Loop (Squares) β€” Print the square of numbers using a for loop.
  • Name Printer β€” Print all names stored in an array using loop traversal.

🧠 Topics Covered

  • Array manipulation (e.g., rotations, traversals)
  • Looping constructs (for, while)
  • Basic algorithm design in C++
  • Clean and modular coding practices
  • Foundation for solving coding interview problems

About

This repository contains beginner-friendly implementations of fundamental data structures and algorithms using **C++**. It serves as a practice ground for mastering core programming concepts and algorithmic thinking.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages