An open API service indexing awesome lists of open source software.

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

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