Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
kunal-kushwaha authored Sep 7, 2021
2 parents d3da2b2 + 5871b85 commit 993941d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assignments/3-conditionals-loops.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ all.
23. Perfect Number In Java
24. Check Leap Year Or Not
25. Sum Of A Digits Of Number
26. Kunal is allowed to go out with his friends only on the even days of a given month. Write a program to check if he can go out in the month of August.
26. Kunal is allowed to go out with his friends only on the even days of a given month. Write a program to count the number of days he can go out in the month of August.
27. Write a program to print the sum of negative numbers, sum of positive even numbers and the sum of positive odd numbers from a list of numbers (N) entered by the user. The list terminates when the user enters a zero.
1 change: 1 addition & 0 deletions assignments/6-searching.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
- [Find a Peak Element II](https://leetcode.com/problems/find-a-peak-element-ii/)
- [Frequency of the Most Frequent Element](https://leetcode.com/problems/frequency-of-the-most-frequent-element/)
- [Find the Duplicate Number](https://leetcode.com/problems/find-the-duplicate-number/)
- [4 Sum]{https://leetcode.com/problems/4sum/}

## Hard
- [Median of Two Sorted Arrays](https://leetcode.com/problems/median-of-two-sorted-arrays/)
Expand Down
10 changes: 8 additions & 2 deletions assignments/7-sorting.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@
- [Can Make Arithmetic Progression From Sequence](https://leetcode.com/problems/can-make-arithmetic-progression-from-sequence/)
- [Sort Array by Increasing Frequency](https://leetcode.com/problems/sort-array-by-increasing-frequency/)
- [Special Array With X Elements Greater Than or Equal X](https://leetcode.com/problems/special-array-with-x-elements-greater-than-or-equal-x/)


- [Find all numbers disappeared in an array](https://leetcode.com/problems/find-all-numbers-disappeared-in-an-array/)
- [Set Mismatch](https://leetcode.com/problems/set-mismatch/)
- [2Sum](https://leetcode.com/problems/two-sum/)

## Medium
- [3Sum](https://leetcode.com/problems/3sum/)
Expand All @@ -48,3 +49,8 @@
- [Sort List](https://leetcode.com/problems/sort-list/)
- [Largest Number](https://leetcode.com/problems/largest-number/)
- [Kth Largest Element in an Array](https://leetcode.com/problems/kth-largest-element-in-an-array/)
- [Find the Duplicate Number](https://leetcode.com/problems/find-the-duplicate-number/)
- [Find all Duplicates in an array](https://leetcode.com/problems/find-all-duplicates-in-an-array/)

## Hard
- [First missing Positive](https://leetcode.com/problems/first-missing-positive/)
1 change: 1 addition & 0 deletions assignments/8-strings.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# [Video Link](https://youtu.be/zL1DPZ0Ovlo)

0 comments on commit 993941d

Please sign in to comment.