Skip to content

week3#1

Open
cynthiaxhe wants to merge 1 commit intomainfrom
week3
Open

week3#1
cynthiaxhe wants to merge 1 commit intomainfrom
week3

Conversation

@cynthiaxhe
Copy link
Copy Markdown
Owner

This pull request includes significant additions to three different files, introducing new functionalities and optimizing existing code. The most important changes include the implementation of a binary search algorithm, the creation of a GUI application with auto-increment features, and the setup of an Express server to handle TV show character queries.

Algorithm Optimization:

  • alg.py: Added an optimized binary search approach optimized_find_element to improve the performance of finding an element in a sorted list. The original brute-force approach was also included for comparison.

GUI Application:

  • mysteryApp.py: Introduced the MysteryApp class, a GUI application using tkinter. This app includes features such as manual and automatic value increments, and dynamic adjustment of increment amounts and rates.

Server Setup:

  • tvCharacters.ts: Set up an Express server to handle GET requests for TV show characters. The server responds with character lists for specified TV shows or appropriate error messages for invalid requests.

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.

1 participant