https://github.com/sanjaraiy/gfg_potd
This repository contains daily problems from GeeksForGeeks' DSA series, helping me master Data Structures and Algorithms with practical coding exercises! 🚀💻
https://github.com/sanjaraiy/gfg_potd
cpp daily-coding-problem geeksforgeeks practice vscode
Last synced: 12 months ago
JSON representation
This repository contains daily problems from GeeksForGeeks' DSA series, helping me master Data Structures and Algorithms with practical coding exercises! 🚀💻
- Host: GitHub
- URL: https://github.com/sanjaraiy/gfg_potd
- Owner: sanjaraiy
- Created: 2024-01-29T07:44:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-01T17:41:15.000Z (about 1 year ago)
- Last Synced: 2025-02-01T18:35:17.379Z (about 1 year ago)
- Topics: cpp, daily-coding-problem, geeksforgeeks, practice, vscode
- Language: C++
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# POTD of DSA on GFG :-
- Count digit groupings of a number
- LCS of Three Strings
- Panagram checking
- Implement Atoi function
- Decimal Equivalent Binary LL
- Substraction In LL
- Sorted Insert In Circular LL
- Count of distance node at K
- Min distance between two given nodes of a Binary Tree
- Check if all leaves are at same level
- Check for Children Sum Property in a Binary Tree
- Number of paths in a matrix with k coins
- Recamans sequence
- Recursive sequence
- Clone Undirected Graph
- Maximum Index
- Is Valid IP Address
- Burning Tree
- Shortest path in Undirected Graph
- Alien Dictionary
- Left view of Binary Tree
- 0/1 Knapsack
- N-Queen Problem
## Jan, 2025
- Print Anagrams Together
-
- Count Subarrays with given XOR
-
- Count Pairs whose sum is less than target
- Pair with given sum in a sorted array
- Count the number of possible triangles
- Indexes of Subarray Sum
-
- Container With Most Water
## Feb, 2025
- Word Search