https://github.com/hsnice16/ds-and-algo-foundation
Programs of learning (GeeksForGeeks)
https://github.com/hsnice16/ds-and-algo-foundation
Last synced: 9 months ago
JSON representation
Programs of learning (GeeksForGeeks)
- Host: GitHub
- URL: https://github.com/hsnice16/ds-and-algo-foundation
- Owner: hsnice16
- Created: 2020-12-30T05:17:27.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-15T15:06:07.000Z (almost 5 years ago)
- Last Synced: 2025-04-08T11:21:14.498Z (about 1 year ago)
- Language: C++
- Size: 270 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DS-and-Algo-Foundation
Programs of learning (GeeksForGeeks)
Contains files, I created during my learning of DS and Algo Foundation from GeeksForGeeks.
## Some Sample of Contents :
* [Greedy Algorithms/intro](https://github.com/Himanshu16Singh/DS-and-Algo-Foundation/blob/main/Greedy%20Algorithms/intro)

* [String/check_anagram.cpp](https://github.com/Himanshu16Singh/DS-and-Algo-Foundation/blob/main/String/check_anagram.cpp)

## During this learning, things I posted :
* [#Day2OfProgramming](https://twitter.com/himaNSHU_seeNGH/status/1346761568743145479)
* [Count Connected Component Problem](https://twitter.com/himaNSHU_seeNGH/status/1346405283862466561)
## Some articles I wrote during this learning :
* [XOR linked list](https://himanshu-singh.medium.com/memory-efficient-version-of-doubly-linked-list-a0f05160c81d)
* [Method 5 : Sliding Window Maximum problem (Improvement)](https://www.geeksforgeeks.org/sliding-window-maximum-maximum-of-all-subarrays-of-size-k/)
* [A Simple Insertion Approach in Single Threaded Binary Tree](https://hackernoon.com/a-simple-insertion-approach-in-single-threaded-binary-tree-al1534qa)
* [A Complete Introduction to Graph Data Structure](https://hackernoon.com/a-complete-introduction-to-graph-data-structure-tb2q31h6)
* [What is Dynamic Programming](https://hackernoon.com/what-is-dynamic-programming-ku1w31wl)