Skip to content

Conversation

@bscott519
Copy link
Contributor

I am submitting my lesson7.ts function and part_a.ts function implementations. This assignment helped me learn how to implement factorial computations, the Fibonacci sequence, and binary search. The other functions also helped me learn how to implement working control flow statements to solve specific problems in the functions.

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: Benjamin Scott
Date: 8/21/2025

Feedback

Benjamin Scott's submission meets all the functional and technical requirements. The student correctly modified the .env.test file to set the group to 'A', which aligns with the assigned group. The functions in lesson7.ts and part_a.ts are implemented correctly and appear to fulfill the specified requirements. The compareStrings function properly returns -1, 0, or 1 based on the lexicographic distance, and the computeFactorial function handles edge cases such as negative numbers and zero correctly. The getFirstNFibonacciNumbers function returns the correct Fibonacci sequence for the given input, and the binarySearch function is implemented recursively as required. The code is well-structured and follows TypeScript conventions, contributing to a clean and consistent style. All GitHub checks have passed, indicating that the code is technically sound. However, there is no evidence of a stretch assignment attempt, so the stretch score is not applicable. Overall, this is a strong submission that demonstrates a solid understanding of the assignment requirements and TypeScript programming.


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.

May only submit lesson_07 work in this PR, please adjust.

@bscott519 bscott519 requested a review from anthonydmays August 21, 2025 16:41
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