Skip to content

script to import test cases for LeetCode SQL problems and work locally

License

Notifications You must be signed in to change notification settings

jtcave/leetcode-sql-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

leetcode-sql-helper

This is a little script I made to make the SQL problems at LeetCode easier to iterate on.

It imports the JSON test case format into a SQLite database, then opens the sqlite3 program to manipulate the database.

This depends on:

  • Python 3 (tested on 3.9+)
    • needs the sqlite3 module
  • The sqlite3 program

License

Public domain / the Unlicense. You can do whatever

About

script to import test cases for LeetCode SQL problems and work locally

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages