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

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.

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. :)