https://github.com/amansatya/gfg160
THIS REPOSITORY CONTAINS ALL CODES FOR GFG 160 FROM DAY 1
https://github.com/amansatya/gfg160
algorithms c cpp datastructures geeksforgeeks geeksforgeeks-solutions problem-solving
Last synced: 9 months ago
JSON representation
THIS REPOSITORY CONTAINS ALL CODES FOR GFG 160 FROM DAY 1
- Host: GitHub
- URL: https://github.com/amansatya/gfg160
- Owner: amansatya
- Created: 2024-11-15T11:37:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-28T20:04:26.000Z (12 months ago)
- Last Synced: 2025-07-28T22:08:57.590Z (12 months ago)
- Topics: algorithms, c, cpp, datastructures, geeksforgeeks, geeksforgeeks-solutions, problem-solving
- Language: C++
- Homepage:
- Size: 394 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GFG160 - GeeksforGeeks 160 Event Solutions
## 📌 About the Repository
This repository contains solutions for the **GFG 160 Event** conducted by GeeksforGeeks. The solutions cover problems from **Day 1 onwards**, including:
- Daily problem-solving sessions
- **Bonus questions** for extra practice
- Implementations in **C and C++** (C++ code can be used for C as well)
---
## 🚀 Getting Started
### **1️⃣ Clone the Repository**
```sh
git clone https://github.com/amansatya/GFG160.git
cd GFG160
```
### **2️⃣ Compile and Run Code**
#### **For C++ files:**
```sh
g++ filename.cpp -o output
./output
```
---
## 📌 Topics Covered
✅ **Arrays & Strings**
✅ **Linked Lists & Stacks**
✅ **Recursion & Backtracking**
✅ **Dynamic Programming**
✅ **Graph & Trees**
✅ **Bonus Problems from GFG**
---
## 📢 Contributions
Feel free to contribute! If you find a better approach to a problem or want to add solutions for missing questions, follow these steps:
1. Fork the repository.
2. Create a new branch.
3. Commit your changes.
4. Open a pull request.
---
## ⭐ Acknowledgments
Special thanks to **GeeksforGeeks** for organizing the GFG160 event and providing insightful problem sets!
🚀 Happy Coding!
AUTHOR - SATYA AMAN