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

https://github.com/abdallahhemdan/30-day-leetcode-challenge

🏃‍♂️ My solutions of 30-Day Leetcoding Challenge with cpp with multiple soultions...
https://github.com/abdallahhemdan/30-day-leetcode-challenge

30-day-challenge 30-day-leetcoding-challenge challenge cmp coding cpp hemdan leetcode

Last synced: about 2 months ago
JSON representation

🏃‍♂️ My solutions of 30-Day Leetcoding Challenge with cpp with multiple soultions...

Awesome Lists containing this project

README

        




![image](https://user-images.githubusercontent.com/40190772/79319668-e8c65780-7f08-11ea-87ab-daa2e46c25d8.png)



🏃‍♂️ 30-Day LeetCoding Challenge


[![GitHub contributors](https://img.shields.io/github/contributors/AbdallahHemdan/30-Day-leetCode-challenge)](https://github.com/AbdallahHemdan/30-Day-leetCode-challenge/contributors)
[![GitHub issues](https://img.shields.io/github/issues/AbdallahHemdan/30-Day-leetCode-challenge)](https://github.com/AbdallahHemdan/30-Day-leetCode-challenge/issues)
[![GitHub forks](https://img.shields.io/github/forks/AbdallahHemdan/30-Day-leetCode-challenge)](https://github.com/AbdallahHemdan/30-Day-leetCode-challenge/network)
[![GitHub stars](https://img.shields.io/github/stars/AbdallahHemdan/30-Day-leetCode-challenge)](https://github.com/AbdallahHemdan/30-Day-leetCode-challenge/stargazers)
[![GitHub license](https://img.shields.io/github/license/AbdallahHemdan/30-Day-leetCode-challenge)](https://github.com/AbdallahHemdan/30-Day-leetCode-challenge/blob/master/LICENSE)

# 🏃‍♂️ 30-Day LeetCoding Challenge

> With many of us around the world being encouraged to stay indoors and work from home, this is the perfect opportunity for you to focus on studying up for future code interviews. In order to help you stay focused, LeetCode is running the 30-Day LeetCoding Challenge for the month of April. A problem will appear here at midnight PDT each day, and you'll have 24 hours to solve it and submit it here on the Explore Card.

## 🎉 Week-1

![image](https://user-images.githubusercontent.com/40190772/78643375-77592a00-78b4-11ea-8037-6ee1bc9d7520.png)

- [x] [Day 1. Single Number](https://github.com/AbdallahHemdan/30-Day-leetCode-challenge/blob/master/Week%201%20April%201st%E2%80%93April%207th/Day%201.%20Single%20Number.cpp)
- [x] [Day 2. Happy Number](https://github.com/AbdallahHemdan/30-Day-leetCode-challenge/blob/master/Week%201%20April%201st%E2%80%93April%207th/Day%202.%20Happy%20Number.cpp)
- [x] [Day 3. Maximum Subarray](https://github.com/AbdallahHemdan/30-Day-leetCode-challenge/blob/master/Week%201%20April%201st%E2%80%93April%207th/Day%203.%20Maximum%20Subarray.cpp)
- [x] [Day 4. Move Zeroes](https://github.com/AbdallahHemdan/30-Day-leetCode-challenge/blob/master/Week%201%20April%201st%E2%80%93April%207th/Day%204.%20Move%20Zeroes.cpp)
- [x] [Day 5. Best Time to Buy and Sell Stock II](https://github.com/AbdallahHemdan/30-Day-leetCode-challenge/blob/master/Week%201%20April%201st%E2%80%93April%207th/Day%205.%20Best%20Time%20to%20Buy%20and%20Sell%20Stock%20II.cpp)
- [x] [Day 6. Group Anagrams](https://github.com/AbdallahHemdan/30-Day-leetCode-challenge/blob/master/Week%201%20April%201st%E2%80%93April%207th/Day%206.%20Group%20Anagrams.cpp)
- [x] [Day 7. Counting Elements](https://github.com/AbdallahHemdan/30-Day-leetCode-challenge/blob/master/Week%201%20April%201st%E2%80%93April%207th/Day%207.%20Counting%20Elements.cpp)

## 🎉 Week-2

![image](https://user-images.githubusercontent.com/40190772/79276708-c8ff4700-7ea8-11ea-8062-c07ad5317f3d.png)

- [x] [Day 8. Middle of the Linked List](https://github.com/AbdallahHemdan/30-Day-leetCode-challenge/blob/master/Week%202:%20April%208th%E2%80%93April%2014th/Day%208.%20Middle%20of%20the%20Linked%20List.cpp)
- [x] [Day 9. Backspace String Compare](https://github.com/AbdallahHemdan/30-Day-leetCode-challenge/blob/master/Week%202:%20April%208th%E2%80%93April%2014th/Day%209.%20Backspace%20String%20Compare.cpp)
- [x] [Day 10. Min Stack](https://github.com/AbdallahHemdan/30-Day-leetCode-Challenge/blob/master/Week%202:%20April%208th%E2%80%93April%2014th/Day%2010.%20Min%20Stack.cpp)
- [x] [Day 11. Diameter of Binary Tree](https://github.com/AbdallahHemdan/30-Day-leetCode-Challenge/blob/master/Week%202:%20April%208th%E2%80%93April%2014th/Day%2011.%20Diameter%20of%20Binary%20Tree.cpp)
- [x] [Day 12. Last Stone Weight](https://github.com/AbdallahHemdan/30-Day-leetCode-Challenge/blob/master/Week%202:%20April%208th%E2%80%93April%2014th/Day%2012.%20Last%20Stone%20Weight.cpp)
- [x] [Day 13. Contiguous Array](https://github.com/AbdallahHemdan/30-Day-leetCode-Challenge/blob/master/Week%202:%20April%208th%E2%80%93April%2014th/Day%2013.%20Contiguous%20Array.cpp)
- [x] [Day 14. Perform String Shifts](https://github.com/AbdallahHemdan/30-Day-leetCode-Challenge/blob/master/Week%202:%20April%208th%E2%80%93April%2014th/Day%2014.%20Perform%20String%20Shifts.cpp)

## 🎉 Week-3

![image](https://user-images.githubusercontent.com/40190772/79319449-a0a73500-7f08-11ea-806b-0242111402cc.png)

- [x] [Day 15. Product of Array Except Self](https://github.com/AbdallahHemdan/30-Day-leetCode-Challenge/blob/master/Week%203:%20April%2015th%E2%80%93April%2021st/Day%2015.%20Product%20of%20Array%20Except%20Self.cpp)