Welcome to the Pointer-In-Cpp
repository! This repository is dedicated to exploring and mastering pointers in C++. It includes various code samples and exercises that will help you understand and apply pointer concepts effectively.
Welcome to the Pointer-In-Cpp
repository! This repository contains a collection of C++ programs and exercises focused on pointers and related mathematical concepts.
No | Topics Covered | Problems Solved | Solution Links |
---|---|---|---|
1 | Mathematics and Pointers | 1. Count Primes 2. Basic Maths For DSA 3. GCD - HCF 4. Modular Exponentiation For Large Numbers 5. Optimising Sieve Of Eratosthenes 6. Pointer Level I 7. Pointer Level II 8. Pointer Level III 9. Pointer Practice 10. Segmented Sieve |
1. Count Primes 2. Basic Maths For DSA 3. GCD - HCF 4. Modular Exponentiation For Large Numbers 5. Optimising Sieve Of Eratosthenes 6. Pointer Level I 7. Pointer Level II 8. Pointer Level III 9. Pointer Practice 10. Segmented Sieve |
- Count Primes - A C++ program to count prime numbers.
- Basic Maths For DSA - Basic mathematical operations used in Data Structures and Algorithms.
- GCD - HCF - Algorithms to compute the Greatest Common Divisor and Highest Common Factor.
- Modular Exponentiation For Large Numbers - Efficient computation of large number exponentiation with modular arithmetic.
- Optimising Sieve Of Eratosthenes - Optimized version of the Sieve of Eratosthenes algorithm.
- Pointer Level I - Basic pointer exercises.
- Pointer Level II - Intermediate pointer challenges.
- Pointer Level III - Advanced pointer problems.
- Pointer Practice - Practical exercises on pointers.
- Segmented Sieve - Segmented Sieve algorithm implementation.
- Clone the repository:
git clone https://github.com/dpvasani/Pointer-In-Cpp.git
- Navigate to the repository directory:
cd Pointer-In-Cpp
- Compile and run the desired C++ files using a C++ compiler like
g++
.
Contributions are welcome! If you have any suggestions, improvements, or additional exercises, please feel free to submit a pull request or open an issue.
This project is licensed under the MIT License. See the LICENSE file for details.