Open Access. Powered by Scholars. Published by Universities.®

Digital Commons Network

Open Access. Powered by Scholars. Published by Universities.®

Articles 1 - 3 of 3

Full-Text Articles in Entire DC Network

Cyanotech: A Strategic Audit, Trent Hoppe Apr 2019

Cyanotech: A Strategic Audit, Trent Hoppe

Honors Theses

Microalgae is a fascinating group of organisms that possess a diverse array of interesting traits and benefits relevant to food, medicine, and biofuel. Extensive research behind the viability of microalgae to disrupt the market has sparked an emergent microalgae industry. Founded in 1983, one of the top microalgae companies in the world today is Cyanotech. With a 90-acre algae farm in Kailua-Kona, Hawaii and two flagship microalgae products that are world leaders in their categories, Cyanotech is well- positioned be setting the course for the industry and revolutionizing the use microalgae commercially. Despite these favorable attributes, Cyanotech has been trapped …


Analysis And Comparison Of Multiple Approaches For Software Development Management As Applied To A Design Studio Project, Bethany Hage Apr 2019

Analysis And Comparison Of Multiple Approaches For Software Development Management As Applied To A Design Studio Project, Bethany Hage

Honors Theses

This research analyzes multiple approaches to software development management through the lens of my experience in the Raikes Design Studio capstone program. The Design Studio project I participated in was a project for the company Hudl, and throughout its course we used techniques from the Agile framework of Scrum. I compared the Scrum principles to my team’s own application over the course of the project, and I researched other software development methodologies such as Extreme Programming and Lean in order to determine whether they could improve the effectiveness of the current Design Studio experience. The proposed solution to this question …


Pascal's Triangle Modulo N And Its Applications To Efficient Computation Of Binomial Coefficients, Zachary Warneke Mar 2019

Pascal's Triangle Modulo N And Its Applications To Efficient Computation Of Binomial Coefficients, Zachary Warneke

Honors Theses

In this thesis, Pascal's Triangle modulo n will be explored for n prime and n a prime power. Using the results from the case when n is prime, a novel proof of Lucas' Theorem is given. Additionally, using both the results from the exploration of Pascal's Triangle here, as well as previous results, an efficient algorithm for computation of binomial coefficients modulo n (a choose b mod n) is described, and its time complexity is analyzed and compared to naive methods. In particular, the efficient algorithm runs in O(n log(a)) time (as opposed to …