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

https://github.com/shubham-kv/competitive-programming

Leetcode solutions, Daily CP, Competitive Programming.
https://github.com/shubham-kv/competitive-programming

competitive-programming daily-leetcode leetcode leetcode-solutions

Last synced: 2 months ago
JSON representation

Leetcode solutions, Daily CP, Competitive Programming.

Awesome Lists containing this project

README

          

# Competitive Programming

A personal repository to track my progress in competitive programming.

## Goals

1. Strengthen DSA
1. Track and reflect on problem-solving patterns
1. Prepare for technical interviews

## Folder Structure

```txt
competitive-programming/
├── leetcode-daily/ # Daily CP
├── leetcode/ # Category-wise solutions
│ ├── array/
│ ├── graphs/
│ ├── ...
│ └── index.md
├── README.md
```

Checkout [Leetcode Index](./leetcode/index.md) for the list of leetcode solutions.

## Languages Used

1. C, Javascript (primary)
1. Rust, Typescript (secondary)

## Stats

![Leetcode Stats](https://leetcard.jacoblin.cool/shubham-kv?theme=dark&ext=heatmap)

## Contributions / Feedback

This repository is personal, but I'm always open to discussion, suggestions!

Feel free to reach out via issues.

Cheers!