Selenium Factory, an Idea

Before we get to Selenium Factory, let me preface… I am currently an technology development intern working for Capital One. The department I was assigned to was QA or quality assurance. One of the things all Capital Interns are told, is that we have a personal “brand” which is how people view you. I wanted […]

Radix Sort in C

Radix Sort is a relatively old being discovered in 1887 by Herman Hollerith, and it is a non-comparitive integer sorting algorithm. In many ways Radix Sort in C is an extension of Counting Sort in C, which I recommend reviewing as well, as it will provide must of the background for Radix Sort. Radix Sort The algorithm follows the […]

Everyday Algorithms: Elevator Allocation

Every day in cities such as Chicago, New York, Tokyo, Singapore, Hong Kong and more, millions of people attempt to leave their buildings via elevator. However, very rarely do we consider how elevators are allocated to provide service, especially during rush hour(s), when most of the building will attempt to exit in a matter of […]