Musa taxtiles Nee

WTF! I don’t know why our dear president would put out Executive Order No. 502 (attached below) which bans “the harvesting, gathering, buying, selling, and mutilating of matured and young leafsheaths of abaca plants for commercial purposes.” It even mentions that “it is considered on of high value commercial crops contributing to an average of [...]

Permutation

We were asked to make a program (in Python) that finds all possible permutations of a set of elements [1,2,...,n], where n is a user input. I started off by writing a permutaion of elements [1, 2, 3, 4, 5, 6], studied it, and wrote my algorithm. I ended up with one function that looks [...]