https://github.com/ankan24/gfg-solutions
  
  
    This repository contains solutions to various Data Structures and Algorithms (DSA) problems from GeeksforGeeks (GFG) 
    https://github.com/ankan24/gfg-solutions
  
cpp dsa dsa-algorithm dsa-learning-series dsa-practice dsalgo java
        Last synced: 28 days ago 
        JSON representation
    
This repository contains solutions to various Data Structures and Algorithms (DSA) problems from GeeksforGeeks (GFG)
- Host: GitHub
 - URL: https://github.com/ankan24/gfg-solutions
 - Owner: ankan24
 - License: mit
 - Created: 2024-10-24T14:44:52.000Z (about 1 year ago)
 - Default Branch: main
 - Last Pushed: 2025-07-27T14:16:46.000Z (3 months ago)
 - Last Synced: 2025-07-27T15:49:58.530Z (3 months ago)
 - Topics: cpp, dsa, dsa-algorithm, dsa-learning-series, dsa-practice, dsalgo, java
 - Language: C++
 - Homepage: https://www.geeksforgeeks.org/user/ankan24/
 - Size: 469 KB
 - Stars: 8
 - Watchers: 1
 - Forks: 0
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README.md
 - License: LICENSE
 
 
Awesome Lists containing this project
README
          
# GFG Solutions
 Welcome to the GFG Solution repository! This repository contains solutions to various Data Structures and Algorithms (DSA) problems from GeeksforGeeks (GFG). It’s a dedicated resource for anyone looking to improve their coding skills, prepare for technical interviews, or strengthen their problem-solving abilities in DSA.
## About the Repository
* Purpose: To provide optimized, well-explained solutions for popular GFG problems.
* Content: Solutions cover a wide range of topics in DSA, from basic concepts to advanced algorithms.
* Languages: Primarily implemented in C++ and Java, depending on the problem requirements.
## Topics Covered
This repository includes solutions for a variety of topics, such as:
* Arrays
* Strings
* Linked Lists
* Stacks & Queues
* Trees (Binary Trees, BST)
* Graphs
* Dynamic Programming (DP)
* Greedy Algorithms
* Backtracking
* Bit Manipulation
* Recursion