https://github.com/austinadodo/crazybrackets
Problem solving significant to encryption.
https://github.com/austinadodo/crazybrackets
Last synced: 3 months ago
JSON representation
Problem solving significant to encryption.
- Host: GitHub
- URL: https://github.com/austinadodo/crazybrackets
- Owner: AustinAdodo
- Created: 2023-02-15T18:00:47.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-31T12:13:28.000Z (over 1 year ago)
- Last Synced: 2025-01-09T21:29:50.588Z (5 months ago)
- Language: C#
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## CrazyBrackets
### Algorithms like these are extensively used in crytopgrapthy.
###### output 3 will produce an Array -> [3, 3(Modified), 2 1, 1 2, 1 1 1 ]
###### The Aforementioned number(3 in this example) would Translate to //output 3 -> [((())), (()()), (())(), ()(()), ()()() ]
##### Further modifications are welcome. :)