Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/akashrajpurohit/leetcode-july-2020-challenge

Solutions from Leetcode June 2020 Challenge
https://github.com/akashrajpurohit/leetcode-july-2020-challenge

julyleetcodechallenge leetcode leetcode-cpp

Last synced: 4 days ago
JSON representation

Solutions from Leetcode June 2020 Challenge

Awesome Lists containing this project

README

        

# Leetcode July 2020 Challenge Solutions | visitor badge | ![GitHub last commit (branch)](https://img.shields.io/github/last-commit/AkashRajpurohit/leetcode-july-2020-challenge/master)

> Solutions will be in CPP, might add solutions in other languages as well later.

[Challenge Link](https://leetcode.com/explore/challenge/card/july-leetcoding-challenge/)

## Week 1 ✅
1. [Arranging Coins](https://leetcode.com/explore/challenge/card/july-leetcoding-challenge/544/week-1-july-1st-july-7th/3377/) ➡️ [CPP Solution](Week1/Arranging_Coins/solution.cpp)
2. [Binary Tree Level Order Traversal II](https://leetcode.com/explore/challenge/card/july-leetcoding-challenge/544/week-1-july-1st-july-7th/3378/) ➡️ [CPP Solution](Week1/Binary_Tree_Level_Order_Traversal_II/solution.cpp)
3. [Prison Cells After N Days](https://leetcode.com/explore/challenge/card/july-leetcoding-challenge/544/week-1-july-1st-july-7th/3379/) ➡️ [CPP Solution](Week1/Prison_Cells_After_N_Days/solution.cpp)
4. [Ugly Number II](https://leetcode.com/explore/challenge/card/july-leetcoding-challenge/544/week-1-july-1st-july-7th/3380/) ➡️ [CPP Solution](Week1/Ugly_Number_II/solution.cpp)
5. [Hamming Distance](https://leetcode.com/explore/challenge/card/july-leetcoding-challenge/544/week-1-july-1st-july-7th/3381/) ➡️ [CPP Solution](Week1/Hamming_Distance/solution.cpp)
6. [Plus One](https://leetcode.com/explore/challenge/card/july-leetcoding-challenge/544/week-1-july-1st-july-7th/3382/) ➡️ [CPP Solution](Week1/Plus_One/solution.cpp)
7. [Island Perimeter](https://leetcode.com/explore/challenge/card/july-leetcoding-challenge/544/week-1-july-1st-july-7th/3383/) ➡️ [CPP Solution](Week1/Island_Perimeter/solution.cpp)

## Week 2 ✅
1. [3Sum](https://leetcode.com/explore/challenge/card/july-leetcoding-challenge/545/week-2-july-8th-july-14th/3384/) ➡️ [CPP Solution](Week2/3Sum/solution.cpp)
2. [Maximum Width of Binary Tree](https://leetcode.com/explore/challenge/card/july-leetcoding-challenge/545/week-2-july-8th-july-14th/3385) ➡️ [CPP Solution](Week2/Maximum_Width_of_Binary_Tree/solution.cpp)
3. [Flatten a Multilevel Doubly Linked List](https://leetcode.com/explore/challenge/card/july-leetcoding-challenge/545/week-2-july-8th-july-14th/3386) ➡️ [CPP Solution](Week2/Flatten_a_Multilevel_Doubly_Linked_List/solution.cpp)
4. [Subsets](https://leetcode.com/explore/challenge/card/july-leetcoding-challenge/545/week-2-july-8th-july-14th/3387/) ➡️ [CPP Solution](Week2/Subsets/solution.cpp)
5. [Reverse Bits](https://leetcode.com/explore/challenge/card/july-leetcoding-challenge/545/week-2-july-8th-july-14th/3388/) ➡️ [CPP Solution](Week2/Reverse_Bits/solution.cpp)
6. [Same Tree](https://leetcode.com/explore/challenge/card/july-leetcoding-challenge/545/week-2-july-8th-july-14th/3389/) ➡️ [CPP Solution](Week2/Same_Tree/solution.cpp)
7. [Angle Between Hands of a Clock](https://leetcode.com/explore/challenge/card/july-leetcoding-challenge/545/week-2-july-8th-july-14th/3390/) ➡️ [CPP Solution](Week2/Angle_Between_Hands_of_a_Clock/solution.cpp)

## Week 3 ✅
1. [Reverse Words in a String](https://leetcode.com/explore/challenge/card/july-leetcoding-challenge/546/week-3-july-15th-july-21st/3391/) ➡️ [JS Solution](Week3/Reverse_Words_in_a_String/solution.js)
2. [Pow(x, n)](https://leetcode.com/explore/challenge/card/july-leetcoding-challenge/546/week-3-july-15th-july-21st/3392/) ➡️ [CPP Solution](Week3/Pow(x,n)/solution.cpp)
3. [Top K Frequent Elements](https://leetcode.com/explore/challenge/card/july-leetcoding-challenge/546/week-3-july-15th-july-21st/3393/) ➡️ [CPP Solution](Week3/Top_K_Frequent_Elements/solution.cpp)
4. [Course Schedule II](https://leetcode.com/explore/challenge/card/july-leetcoding-challenge/546/week-3-july-15th-july-21st/3394/) ➡️ [CPP Solution](Week3/Course_Schedule_II/solution.cpp)
5. [Add Binary](https://leetcode.com/explore/challenge/card/july-leetcoding-challenge/546/week-3-july-15th-july-21st/3395/) ➡️ [CPP Solution](Week3/Add_Binary/solution.cpp)
6. [Remove Linked List Elements](https://leetcode.com/explore/challenge/card/july-leetcoding-challenge/546/week-3-july-15th-july-21st/3396/) ➡️ [CPP Solution](Week3/Remove_Linked_List_Elements/solution.cpp)
7. [Word Search](https://leetcode.com/explore/challenge/card/july-leetcoding-challenge/546/week-3-july-15th-july-21st/3397/) ➡️ [CPP Solution](Week3/Word_Search/solution.cpp)

## Week 4 ✅
1. [Binary Tree Zigzag Level Order Traversal](https://leetcode.com/explore/challenge/card/july-leetcoding-challenge/547/week-4-july-22nd-july-28th/3398/) ➡️ [CPP Solution](Week4/Binary_Tree_Zigzag_Level_Order_Traversal/solution.cpp)
2. [Single Number III](https://leetcode.com/explore/challenge/card/july-leetcoding-challenge/547/week-4-july-22nd-july-28th/3399/) ➡️ [CPP Solution](Week4/Single_Number_III/solution.cpp)
3. [All Paths From Source to Target](https://leetcode.com/explore/challenge/card/july-leetcoding-challenge/547/week-4-july-22nd-july-28th/3400/) ➡️ [CPP Solution](Week4/All_Paths_From_Source_to_Target/solution.cpp)
4. [Find Minimum in Rotated Sorted Array II](https://leetcode.com/explore/challenge/card/july-leetcoding-challenge/547/week-4-july-22nd-july-28th/3401/) ➡️ [CPP Solution](Week4/Find_Minimum_in_Rotated_Sorted_Array_II/solution.cpp)
5. [Add Digits](https://leetcode.com/explore/challenge/card/july-leetcoding-challenge/547/week-4-july-22nd-july-28th/3402/) ➡️ [CPP Solution](Week4/Add_Digits/solution.cpp)
6. [Construct Binary Tree from Inorder and Postorder Traversal](https://leetcode.com/explore/challenge/card/july-leetcoding-challenge/547/week-4-july-22nd-july-28th/3403/) ➡️ [CPP Solution](Week4/Construct_Binary_Tree_from_Inorder_and_Postorder_Traversal/solution.cpp)
7. [Task Scheduler](https://leetcode.com/explore/challenge/card/july-leetcoding-challenge/547/week-4-july-22nd-july-28th/3404/) ➡️ [CPP Solution](Week4/Task_Scheduler/solution.cpp)

## Week 5 ✅
1. [Best Time to Buy and Sell Stock with Cooldown](https://leetcode.com/explore/challenge/card/july-leetcoding-challenge/548/week-5-july-29th-july-31st/3405/) ➡️ [CPP Solution](Week5/Best_Time_to_Buy_and_Sell_Stock_with_Cooldown/solution.cpp)
2. [Word Break II](https://leetcode.com/explore/challenge/card/july-leetcoding-challenge/548/week-5-july-29th-july-31st/3406/) ➡️ [CPP Solution](Week5/Word_Break_II/solution.cpp)
3. [Climbing Stairs](https://leetcode.com/explore/challenge/card/july-leetcoding-challenge/548/week-5-july-29th-july-31st/3406/) ➡️ [CPP Solution](Week5/Climbing_Stairs/solution.cpp)

## Other Challenges 💪

* [Leetcode August 2020 Challenge](https://github.com/AkashRajpurohit/leetcode-august-2020-challenge)

* [Leetcode September 2020 Challenge](https://github.com/AkashRajpurohit/leetcode-september-2020-challenge)

* [Leetcode October 2020 Challenge](https://github.com/AkashRajpurohit/leetcode-october-2020-challenge)

* [Leetcode November 2020 Challenge](https://github.com/AkashRajpurohit/leetcode-november-2020-challenge)

## Where to find me? 🌟
* [Website](https://akashrajpurohit.cf/)
* [Linkedin](https://www.linkedin.com/in/AkashRajpurohit)
* [Instagram](https://www.instagram.com/akashwho.codes)
* [Twitter](https://www.twitter.com/AkashWhoCodes)