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 |
git clone https://github.com/dpvasani/Pointer-In-Cpp.git
cd Pointer-In-Cpp
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.