Civilized Registration

Main Entry: civ·i·lize Pronunciation: ‘si-v&-”lIz Function: verb Inflected Form(s): -lized; -liz·ing transitive verb 1 : to cause to develop out of a primitive state; especially : to bring to a technically advanced and rationally ordered stage of cultural development 2 a : EDUCATE, REFINE b : SOCIALIZE 1 intransitive verb : to acquire the customs [...]

Faith in Grades

(I think I’ve written something like this already but I just felt like writing something so…) I’ve lost faith in the grading system a long time ago since one of the factors that matter is who you have as your teacher. There are teachers who give low grades. There are teachers who give high ones [...]

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 [...]