Skip to content

Conversation

@brooklynharden
Copy link
Contributor

Problems:

I had a hard time grasping what Fibonacci was and how to implement the code, especially for my if statements. Like I understood what variables to make and how to add to an array, but the if statements I wrote...not a clue. I eventually got help, but I am still unsure the purpose of them. What is Fibonacci conditions/constraints.

The same goes for computeFactorial function...that one I had no idea. I will definitely go over that one multiple times to really grasp the material.

Copy link
Contributor

@anthonydmays anthonydmays left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎓 Automated Grading Report

Student: Brooklyn Harden
Date: 8/21/2025

Feedback

Brooklyn Harden successfully met all functional requirements by implementing the necessary functions in both lesson7.ts and part_b.ts files. The compareStrings, computeFactorial, getFirstNFibonacciNumbers, and binarySearch functions in lesson7.ts are correctly implemented and handle edge cases effectively. The isLeapYear, isEvenOrOdd, and hasVowel functions in part_b.ts are also correctly implemented with appropriate logic. The .env.test file was correctly modified to reflect the assigned group 'B'. All GitHub checks passed, indicating that the TypeScript code is syntactically correct and follows consistent style guidelines. However, there is no evidence of attempting any stretch requirements, so the stretch score remains 0. Overall, the submission is well-executed, meeting all the specified criteria.


This is an automated preliminary review. Please review and adjust before finalizing.

Copy link
Contributor

@anthonydmays anthonydmays left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good work! Fibonnaci is a very useful mathematical tool and occurs as a pattern in nature quite frequently. We also use it for estimating work in the Scrum SDLC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants