Skip to content

KushalSinghal01/cpp-practice

Repository files navigation

cpp-practice

A collection of C++ programs written for daily practice. This repository covers fundamentals, STL, and basic DSA topics.

Folder Structure

  • numbers
  • strings
  • arrays
  • searching_sorting
  • stl
  • functions
  • pointers
  • oop
  • exception_handling
  • maps_sets
  • time_complexity
  • mini_project

Mini Project

Number Utilities (Menu Driven)

Features:

  • Reverse a number
  • Palindrome check
  • Prime check
  • Armstrong check
  • Sum of digits
  • Even/Odd check

How to Run

Compile: g++ filename.cpp

Run: ./a.out

Day 24 - Arrays & Searching

  • Linear Search
  • Maximum and Minimum in Array
  • Second Largest Element

Day 26 - STL Advanced

  • Remove Duplicates using Set
  • Sort Vector using STL Sort
  • Frequency Count using Map

Learning Progress

  • Core C++ fundamentals
  • STL (vector, map, set)
  • Git & GitHub workflow
  • Open source contribution (PR raised)

About

tackling some easy and important problem of cpp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages