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

https://github.com/bedus-creation/algo-and-data


https://github.com/bedus-creation/algo-and-data

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

* [ ] Simple Data Structure
* [ ] Algorithmic Complexity
* [ ] Arrays
* [ ] Linked Lists
* [ ] Strings
* [x] [Stacks](https://github.com/bedus-creation/algo-and-data/tree/master/src/Stack)
* [ ] Queues
* [x] [Binary Search Tree](https://github.com/bedus-creation/algo-and-data/tree/master/src/BST)
* Dynamic Programming
1. Coin Exchange Problem: How many ways you can make the change of the given amount using the coin given. Suppose sufficient supply of coin.