Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.09 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.09 KB

LeetCode_DataBase_before2022

All database problems and solutions before 2022(include premium).**

At first I ask chatGPT give me all leetcode database problem's title before 2022.

image

And then process each LeetCode Problem to string type

image

Use loop with GPT-3 model to get each LeetCode DataBase problem content and solution(MySQL)

  1. import OpenAI image

  1. write function image

  1. test function image

  1. use loop to get each LeetCode Problem's content and result, and then save it(.txt). image