https://github.com/bedus-creation/algo-and-data
https://github.com/bedus-creation/algo-and-data
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bedus-creation/algo-and-data
- Owner: bedus-creation
- Created: 2020-08-25T18:39:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-09T07:27:34.000Z (over 1 year ago)
- Last Synced: 2025-04-15T16:58:42.119Z (about 1 year ago)
- Language: PHP
- Size: 42 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.