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

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)

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)

![](/images/greedy_intro.PNG)

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

![](/images/string_anagram.PNG)

## 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)