in this repo we are trying to talk about few programming terms that will mostly used in our regular day to day life.
- Closure
- first-class funtions
- mutable and immutable
- memoization for optimization problem ---> mostly we will see this dp
- DRY - don't repeat yourself
- Combinations and Permutations
- Idempotence
- String Interpolations