Skip to content

A repository containing all of the Leetcode challenges I have completed.

Notifications You must be signed in to change notification settings

soodaayush/leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode

leetcode

Inspiration

I wanted to enhance my problem-solving skills and heard that LeetCode was a very good platform for that. I want to maintain a frequency of solving one LeetCode problem per week.

Challenges

The biggest challenge was, and still is, thinking of very efficient solutions for complex problems. I want to target for O(1) efficiency in terms of runtime and memory when possible.

Lessons Learned

I learned how to break down problems into smaller chunks and solve those smaller pieces to tackle the big problem.

The Repository

This repository contains all of the LeetCode challenges I have completed. I have covered LeetCode challenges in three languages: JavaScript, Python, and C++. C++ is the main language I use to solve LeetCode problems in order to learn the language better.

Links

LeetCode Profile: https://leetcode.com/u/soodaayush/