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

https://github.com/jacksonchen1998/leetcode

I will try to use many ways to solve the Leetcode problem
https://github.com/jacksonchen1998/leetcode

cplusplus leetcode python

Last synced: 18 days ago
JSON representation

I will try to use many ways to solve the Leetcode problem

Awesome Lists containing this project

README

        

# Leetcode
I will try to use many ways to solve the Leetcode problem

Used to focus on "LeetCode 75" and "Daily Problem".

Main language

[![My Skills](https://skillicons.dev/icons?i=cpp,python,c)](https://skillicons.dev)

Question DB

* [Leetcode bitwise](https://steveyang.blog/zh_tw/2022/07/02/leetcode-easy-bitwise-xor-summary/)
* [Grind 75](https://www.techinterviewhandbook.org/grind75)
* [Blind Curated 75](https://hackmd.io/B5OJc3twTAOJg6yEysmOoA)
* [花花酱 LeetCode Problem List 题目列表](https://zxi.mytechroad.com/blog/leetcode-problem-categories/)
* [LeetCode 101](https://github.com/changgyhub/leetcode_101/)
* [Neetcode150](https://github.com/peterbonnesoeur/Neetcode150)

My Leetcode account

![Leetcode Stats](https://leetcard.jacoblin.cool/jacksonchen1998?theme=dark&font=Ubuntu&ext=contest)

## [How to Use LeetCode Effectively](https://www.youtube.com/watch?v=IB_F10twtvY)

step 1: start by top 100 liked questions

step 2: focus on the questions by topic

step 3: order the questions from the highest to lowest acceptance rate

step 4: learn from the solutions

step 5: revisit the problems
(one or two weeks later until you are 100% confident to solve them )

step 6: solve company specific questions