An open API service indexing awesome lists of open source software.

https://github.com/abdus/ds-and-algo

leetcode problems and solutions
https://github.com/abdus/ds-and-algo

interview-preparation leetcode leetcode-solutions

Last synced: 2 months ago
JSON representation

leetcode problems and solutions

Awesome Lists containing this project

README

        

# leetcode

I started solving problems on LeetCode. This repository contains problem
statements and solutions.

My LeetCode profile: [unsigned_32](https://leetcode.com/unsigned_32)

## Bootstrap a Problem Locally

I wrote a simple script to setup questions locally.

```sh
npx leetbot QUESTION_SLUG QUESTION_NUMBER SOURCE_FILE_EXT
```