↧
Programming Pascal’s Triangle
After long hours of studying and trial and error at Cogswell’s programming lab, I’ve finally completed my software engineering project. The project was to re-create Pascal’s Triangle in C programming....
View ArticleProgramming a website
Over spring break, I decided to try to use some of the knowledge I’ve learned in my software engineering class and try to apply it in other projects. I found out that the programming language PHP...
View ArticleProgramming a binary search algorithm
My newest software engineering project consisted of writing a program that would write a binary search algorithm. In my previous project, I had mentioned that I avoided using arrays, but in this...
View Article