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
- Host: GitHub
- URL: https://github.com/jacksonchen1998/leetcode
- Owner: jacksonchen1998
- Created: 2022-10-20T12:45:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-03T06:33:28.000Z (almost 2 years ago)
- Last Synced: 2025-01-15T19:36:27.907Z (6 months ago)
- Topics: cplusplus, leetcode, python
- Language: C++
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leetcode
I will try to use many ways to solve the Leetcode problemUsed to focus on "LeetCode 75" and "Daily Problem".
Main language
[](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

## [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