⏱️ Time Limit

You have a maximum of 25 minutes to complete each code modification task.

The entire file of your selected code is used by LLMs as context when making modifications.

🔑 (Temporary) OpenAI API Key

sk-proj-example-api-key

<aside> 💡

Please note that we are not evaluating your task completion, but strongly encouraging you through this examples to try out our system's features, gain the full experience, and provide insights.

</aside>


Task 0: Two Sum (Example) ← 🔗 Link

Overview

Here is an example to help you onboard the system features!

Subtasks

3️⃣ A. → Three Sum

main.py Change to three_sum!

🈳 B. → Return None

main.py Instead of using [], return None!

Task 1: Finance Dashboard ← 🔗 Link

Overview

A web development project that visualizes stock prices using a combination of a Node.js backend, which retrieves data from Yahoo Finance, and a React frontend, which displays the data in a line chart.

How to Run

  1. Frontend: cd frontend && npm run dev