https://github.com/cruxcoder7/dp
https://github.com/cruxcoder7/dp
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cruxcoder7/dp
- Owner: CruxCoder7
- Created: 2023-01-11T03:23:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-05T09:10:41.000Z (almost 3 years ago)
- Last Synced: 2025-04-23T21:17:04.453Z (10 months ago)
- Language: Jupyter Notebook
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DAA CIA2
The contents are inside the DAA_CIA2 folder.
---
# DP (DAA CIA1)
Strings of equal distribution have been generated.
Matrix has been printed using recursion.
Backtracking has been implemented.
Time Complexity: O(n^2) + auxiliary stack space for recursion