Skip to content

Commit

Permalink
Automated Commit πŸ€–
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 19, 2024
1 parent ac59b98 commit cf16bb5
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 72 deletions.
10 changes: 5 additions & 5 deletions 1. Algorithms/1. Warmup/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
### Table of Contents
1. __A very big sum__ - [Python](A%20Very%20Big%20Sum.py)
1. __Plus minus__ - [Python](Plus%20Minus.py)
1. __Staircase__ - [Python](Staircase.py)
1. __Compare the triplets__ - [Python](Compare%20the%20Triplets.py)
1. __Birthday cake candles__ - [Python](Birthday%20Cake%20Candles.py)
1. __Time conversion__ - [Python](Time%20Conversion.py)
1. __Mini-max sum__ - [Python](Mini-Max%20Sum.py)
1. __Simple array sum__ - [Python](Simple%20Array%20Sum.py)
1. __Plus minus__ - [Python](Plus%20Minus.py)
1. __Compare the triplets__ - [Python](Compare%20the%20Triplets.py)
1. __Time conversion__ - [Python](Time%20Conversion.py)
1. __Diagonal difference__ - [Python](Diagonal%20Difference.py)
1. __Mini-max sum__ - [Python](Mini-Max%20Sum.py)
1. __A very big sum__ - [Python](A%20Very%20Big%20Sum.py)
30 changes: 15 additions & 15 deletions 1. Algorithms/2. Implementation/README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
### Table of Contents
1. __Angry professor__ - [Python](Angry%20Professor.py)
1. __Divisible sum pairs__ - [Python](Divisible%20Sum%20Pairs.py)
1. __Find digits__ - [Python](Find%20Digits.py)
1. __Migratory birds__ - [Python](Migratory%20Birds.py)
1. __Electronics shop__ - [Python](Electronics%20Shop.py)
1. __Bill division__ - [Python](Bill%20Division.py)
1. __Drawing book__ - [Python](Drawing%20Book.py)
1. __Designer pdf viewer__ - [Python](Designer%20PDF%20Viewer.py)
1. __The hurdle race__ - [Python](The%20Hurdle%20Race.py)
1. __Picking numbers__ - [Python](Picking%20Numbers.py)
1. __Counting valleys__ - [Python](Counting%20Valleys.py)
1. __Number line jumps__ - [Python](Number%20Line%20Jumps.py)
1. __Apple and orange__ - [Python](Apple%20and%20Orange.py)
1. __Find digits__ - [Python](Find%20Digits.py)
1. __Day of the programmer__ - [Python](Day%20of%20the%20Programmer.py)
1. __Counting valleys__ - [Python](Counting%20Valleys.py)
1. __Repeated string__ - [Python](Repeated%20String.py)
1. __Migratory birds__ - [Python](Migratory%20Birds.py)
1. __Beautiful days at the movies__ - [Python](Beautiful%20Days%20at%20the%20Movies.py)
1. __Breaking the records__ - [Python](Breaking%20the%20Records.py)
1. __Sales by match__ - [Python](Sales%20by%20Match.py)
1. __Subarray division__ - [Python](Subarray%20Division.py)
1. __Angry professor__ - [Python](Angry%20Professor.py)
1. __Divisible sum pairs__ - [Python](Divisible%20Sum%20Pairs.py)
1. __Day of the programmer__ - [Python](Day%20of%20the%20Programmer.py)
1. __Grading students__ - [Python](Grading%20Students.py)
1. __Picking numbers__ - [Python](Picking%20Numbers.py)
1. __Drawing book__ - [Python](Drawing%20Book.py)
1. __The hurdle race__ - [Python](The%20Hurdle%20Race.py)
1. __Bill division__ - [Python](Bill%20Division.py)
1. __Cats and a mouse__ - [Python](Cats%20and%20a%20Mouse.py)
1. __Designer pdf viewer__ - [Python](Designer%20PDF%20Viewer.py)
1. __Utopian tree__ - [Python](Utopian%20Tree.py)
1. __Apple and orange__ - [Python](Apple%20and%20Orange.py)
1. __Breaking the records__ - [Python](Breaking%20the%20Records.py)
1. __Subarray division__ - [Python](Subarray%20Division.py)
1. __Between two sets__ - [Python](Between%20Two%20Sets.py)
1. __Cats and a mouse__ - [Python](Cats%20and%20a%20Mouse.py)
2 changes: 1 addition & 1 deletion 2. Data Structures/1. Arrays/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
### Table of Contents
1. __Left rotation__ - [Python](Left%20Rotation.py)
1. __2d array - ds__ - [Python](2D%20Array%20-%20DS.py)
1. __Left rotation__ - [Python](Left%20Rotation.py)
6 changes: 3 additions & 3 deletions 4. Preparation Kits/1. 1 Week Preparation Kit/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
### Table of Contents
1. __Time conversion__ - [Python](Time%20Conversion.py)
1. __Mock test - 1__ - [Python](Mock%20Test%20-%201.py)
1. __Lonely integer__ - [Python](Lonely%20Integer.py)
1. __Plus minus__ - [Python](Plus%20Minus.py)
1. __Diagonal difference__ - [Python](Diagonal%20Difference.py)
1. __Mini-max sum__ - [Python](Mini-Max%20Sum.py)
1. __Counting sort 1__ - [Python](Counting%20Sort%201.py)
1. __Time conversion__ - [Python](Time%20Conversion.py)
1. __Diagonal difference__ - [Python](Diagonal%20Difference.py)
1. __Mock test - 1__ - [Python](Mock%20Test%20-%201.py)
48 changes: 24 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,55 +18,55 @@

# πŸ“’ [Algorithms](1.%20Algorithms)
- ### πŸ“ [Warmup](1.%20Algorithms//1.%20Warmup)
- [x] πŸ“ƒ [A very big sum](https://www.hackerrank.com/challenges/a-very-big-sum/problem?isFullScreen=true&h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen) - [___Solution___](1.%20Algorithms/1.%20Warmup/A%20Very%20Big%20Sum.py)
- [x] πŸ“ƒ [Plus minus](https://www.hackerrank.com/challenges/plus-minus/problem?isFullScreen=true&h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen) - [___Solution___](1.%20Algorithms/1.%20Warmup/Plus%20Minus.py)
- [x] πŸ“ƒ [Staircase](https://www.hackerrank.com/challenges/staircase/problem?isFullScreen=true&h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen) - [___Solution___](1.%20Algorithms/1.%20Warmup/Staircase.py)
- [x] πŸ“ƒ [Compare the triplets](https://www.hackerrank.com/challenges/compare-the-triplets/problem?isFullScreen=true&h_r=next-challenge&h_v=zen) - [___Solution___](1.%20Algorithms/1.%20Warmup/Compare%20the%20Triplets.py)
- [x] πŸ“ƒ [Birthday cake candles](https://www.hackerrank.com/challenges/birthday-cake-candles/problem?isFullScreen=true&h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen) - [___Solution___](1.%20Algorithms/1.%20Warmup/Birthday%20Cake%20Candles.py)
- [x] πŸ“ƒ [Time conversion](https://www.hackerrank.com/challenges/time-conversion/problem?isFullScreen=true&h_r=next-challenge&h_v=zen) - [___Solution___](1.%20Algorithms/1.%20Warmup/Time%20Conversion.py)
- [x] πŸ“ƒ [Mini-max sum](https://www.hackerrank.com/challenges/mini-max-sum/problem?isFullScreen=true&h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen) - [___Solution___](1.%20Algorithms/1.%20Warmup/Mini-Max%20Sum.py)
- [x] πŸ“ƒ [Simple array sum](https://www.hackerrank.com/challenges/simple-array-sum/problem?isFullScreen=true) - [___Solution___](1.%20Algorithms/1.%20Warmup/Simple%20Array%20Sum.py)
- [x] πŸ“ƒ [Plus minus](https://www.hackerrank.com/challenges/plus-minus/problem?isFullScreen=true&h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen) - [___Solution___](1.%20Algorithms/1.%20Warmup/Plus%20Minus.py)
- [x] πŸ“ƒ [Compare the triplets](https://www.hackerrank.com/challenges/compare-the-triplets/problem?isFullScreen=true&h_r=next-challenge&h_v=zen) - [___Solution___](1.%20Algorithms/1.%20Warmup/Compare%20the%20Triplets.py)
- [x] πŸ“ƒ [Time conversion](https://www.hackerrank.com/challenges/time-conversion/problem?isFullScreen=true&h_r=next-challenge&h_v=zen) - [___Solution___](1.%20Algorithms/1.%20Warmup/Time%20Conversion.py)
- [x] πŸ“ƒ [Diagonal difference](https://www.hackerrank.com/challenges/diagonal-difference/problem?isFullScreen=true&h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen) - [___Solution___](1.%20Algorithms/1.%20Warmup/Diagonal%20Difference.py)
- [x] πŸ“ƒ [Mini-max sum](https://www.hackerrank.com/challenges/mini-max-sum/problem?isFullScreen=true&h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen) - [___Solution___](1.%20Algorithms/1.%20Warmup/Mini-Max%20Sum.py)
- [x] πŸ“ƒ [A very big sum](https://www.hackerrank.com/challenges/a-very-big-sum/problem?isFullScreen=true&h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen) - [___Solution___](1.%20Algorithms/1.%20Warmup/A%20Very%20Big%20Sum.py)
- ### πŸ“ [Implementation](1.%20Algorithms//2.%20Implementation)
- [x] πŸ“ƒ [Angry professor](https://www.hackerrank.com/challenges/angry-professor/problem?isFullScreen=false) - [___Solution___](1.%20Algorithms/2.%20Implementation/Angry%20Professor.py)
- [x] πŸ“ƒ [Divisible sum pairs](https://www.hackerrank.com/challenges/divisible-sum-pairs/problem?h_r=next-challenge&h_v=zen) - [___Solution___](1.%20Algorithms/2.%20Implementation/Divisible%20Sum%20Pairs.py)
- [x] πŸ“ƒ [Find digits](https://www.hackerrank.com/challenges/find-digits/problem?isFullScreen=false) - [___Solution___](1.%20Algorithms/2.%20Implementation/Find%20Digits.py)
- [x] πŸ“ƒ [Migratory birds](https://www.hackerrank.com/challenges/migratory-birds/problem?h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen) - [___Solution___](1.%20Algorithms/2.%20Implementation/Migratory%20Birds.py)
- [x] πŸ“ƒ [Electronics shop](https://www.hackerrank.com/challenges/electronics-shop/problem?h_r=next-challenge&h_v=zen) - [___Solution___](1.%20Algorithms/2.%20Implementation/Electronics%20Shop.py)
- [x] πŸ“ƒ [Bill division](hackerrank.com/challenges/bon-appetit/problem?isFullScreen=false) - [___Solution___](1.%20Algorithms/2.%20Implementation/Bill%20Division.py)
- [x] πŸ“ƒ [Drawing book](https://www.hackerrank.com/challenges/drawing-book/problem?isFullScreen=false) - [___Solution___](1.%20Algorithms/2.%20Implementation/Drawing%20Book.py)
- [x] πŸ“ƒ [Designer pdf viewer](https://www.hackerrank.com/challenges/designer-pdf-viewer/problem?isFullScreen=false) - [___Solution___](1.%20Algorithms/2.%20Implementation/Designer%20PDF%20Viewer.py)
- [x] πŸ“ƒ [The hurdle race](https://www.hackerrank.com/challenges/the-hurdle-race/problem?isFullScreen=false) - [___Solution___](1.%20Algorithms/2.%20Implementation/The%20Hurdle%20Race.py)
- [x] πŸ“ƒ [Picking numbers](https://www.hackerrank.com/challenges/picking-numbers/problem?isFullScreen=false) - [___Solution___](1.%20Algorithms/2.%20Implementation/Picking%20Numbers.py)
- [x] πŸ“ƒ [Counting valleys](https://www.hackerrank.com/challenges/counting-valleys/problem?h_r=next-challenge&h_v=zen) - [___Solution___](1.%20Algorithms/2.%20Implementation/Counting%20Valleys.py)
- [x] πŸ“ƒ [Number line jumps](https://www.hackerrank.com/challenges/kangaroo/problem) - [___Solution___](1.%20Algorithms/2.%20Implementation/Number%20Line%20Jumps.py)
- [x] πŸ“ƒ [Apple and orange](https://www.hackerrank.com/challenges/apple-and-orange/problem?isFullScreen=false) - [___Solution___](1.%20Algorithms/2.%20Implementation/Apple%20and%20Orange.py)
- [x] πŸ“ƒ [Find digits](https://www.hackerrank.com/challenges/find-digits/problem?isFullScreen=false) - [___Solution___](1.%20Algorithms/2.%20Implementation/Find%20Digits.py)
- [x] πŸ“ƒ [Day of the programmer](https://www.hackerrank.com/challenges/day-of-the-programmer/problem?h_r=next-challenge&h_v=legacy) - [___Solution___](1.%20Algorithms/2.%20Implementation/Day%20of%20the%20Programmer.py)
- [x] πŸ“ƒ [Counting valleys](https://www.hackerrank.com/challenges/counting-valleys/problem?h_r=next-challenge&h_v=zen) - [___Solution___](1.%20Algorithms/2.%20Implementation/Counting%20Valleys.py)
- [x] πŸ“ƒ [Repeated string](https://www.hackerrank.com/challenges/repeated-string/problem?isFullScreen=false) - [___Solution___](1.%20Algorithms/2.%20Implementation/Repeated%20String.py)
- [x] πŸ“ƒ [Migratory birds](https://www.hackerrank.com/challenges/migratory-birds/problem?h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen) - [___Solution___](1.%20Algorithms/2.%20Implementation/Migratory%20Birds.py)
- [x] πŸ“ƒ [Beautiful days at the movies](https://www.hackerrank.com/challenges/beautiful-days-at-the-movies/problem?isFullScreen=false&h_r=next-challenge&h_v=zen) - [___Solution___](1.%20Algorithms/2.%20Implementation/Beautiful%20Days%20at%20the%20Movies.py)
- [x] πŸ“ƒ [Breaking the records](https://www.hackerrank.com/challenges/breaking-best-and-worst-records/problem?h_r=next-challenge&h_v=zen) - [___Solution___](1.%20Algorithms/2.%20Implementation/Breaking%20the%20Records.py)
- [x] πŸ“ƒ [Sales by match](https://www.hackerrank.com/challenges/sock-merchant/problem?isFullScreen=true) - [___Solution___](1.%20Algorithms/2.%20Implementation/Sales%20by%20Match.py)
- [x] πŸ“ƒ [Subarray division](https://www.hackerrank.com/challenges/the-birthday-bar/problem?h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen) - [___Solution___](1.%20Algorithms/2.%20Implementation/Subarray%20Division.py)
- [x] πŸ“ƒ [Angry professor](https://www.hackerrank.com/challenges/angry-professor/problem?isFullScreen=false) - [___Solution___](1.%20Algorithms/2.%20Implementation/Angry%20Professor.py)
- [x] πŸ“ƒ [Divisible sum pairs](https://www.hackerrank.com/challenges/divisible-sum-pairs/problem?h_r=next-challenge&h_v=zen) - [___Solution___](1.%20Algorithms/2.%20Implementation/Divisible%20Sum%20Pairs.py)
- [x] πŸ“ƒ [Day of the programmer](https://www.hackerrank.com/challenges/day-of-the-programmer/problem?h_r=next-challenge&h_v=legacy) - [___Solution___](1.%20Algorithms/2.%20Implementation/Day%20of%20the%20Programmer.py)
- [x] πŸ“ƒ [Grading students](https://www.hackerrank.com/challenges/grading/problem?isFullScreen=false) - [___Solution___](1.%20Algorithms/2.%20Implementation/Grading%20Students.py)
- [x] πŸ“ƒ [Picking numbers](https://www.hackerrank.com/challenges/picking-numbers/problem?isFullScreen=false) - [___Solution___](1.%20Algorithms/2.%20Implementation/Picking%20Numbers.py)
- [x] πŸ“ƒ [Drawing book](https://www.hackerrank.com/challenges/drawing-book/problem?isFullScreen=false) - [___Solution___](1.%20Algorithms/2.%20Implementation/Drawing%20Book.py)
- [x] πŸ“ƒ [The hurdle race](https://www.hackerrank.com/challenges/the-hurdle-race/problem?isFullScreen=false) - [___Solution___](1.%20Algorithms/2.%20Implementation/The%20Hurdle%20Race.py)
- [x] πŸ“ƒ [Bill division](hackerrank.com/challenges/bon-appetit/problem?isFullScreen=false) - [___Solution___](1.%20Algorithms/2.%20Implementation/Bill%20Division.py)
- [x] πŸ“ƒ [Cats and a mouse](https://www.hackerrank.com/challenges/cats-and-a-mouse/problem?isFullScreen=true) - [___Solution___](1.%20Algorithms/2.%20Implementation/Cats%20and%20a%20Mouse.py)
- [x] πŸ“ƒ [Designer pdf viewer](https://www.hackerrank.com/challenges/designer-pdf-viewer/problem?isFullScreen=false) - [___Solution___](1.%20Algorithms/2.%20Implementation/Designer%20PDF%20Viewer.py)
- [x] πŸ“ƒ [Utopian tree](https://www.hackerrank.com/challenges/utopian-tree/problem?isFullScreen=false&h_r=next-challenge&h_v=zen) - [___Solution___](1.%20Algorithms/2.%20Implementation/Utopian%20Tree.py)
- [x] πŸ“ƒ [Apple and orange](https://www.hackerrank.com/challenges/apple-and-orange/problem?isFullScreen=false) - [___Solution___](1.%20Algorithms/2.%20Implementation/Apple%20and%20Orange.py)
- [x] πŸ“ƒ [Breaking the records](https://www.hackerrank.com/challenges/breaking-best-and-worst-records/problem?h_r=next-challenge&h_v=zen) - [___Solution___](1.%20Algorithms/2.%20Implementation/Breaking%20the%20Records.py)
- [x] πŸ“ƒ [Subarray division](https://www.hackerrank.com/challenges/the-birthday-bar/problem?h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen) - [___Solution___](1.%20Algorithms/2.%20Implementation/Subarray%20Division.py)
- [x] πŸ“ƒ [Between two sets](https://www.hackerrank.com/challenges/between-two-sets/problem?isFullScreen=false) - [___Solution___](1.%20Algorithms/2.%20Implementation/Between%20Two%20Sets.py)
- [x] πŸ“ƒ [Cats and a mouse](https://www.hackerrank.com/challenges/cats-and-a-mouse/problem?isFullScreen=true) - [___Solution___](1.%20Algorithms/2.%20Implementation/Cats%20and%20a%20Mouse.py)
# πŸ“’ [Data Structures](2.%20Data%20Structures)
- ### πŸ“ [Arrays](2.%20Data%20Structures//1.%20Arrays)
- [x] πŸ“ƒ [Left rotation](https://www.hackerrank.com/challenges/array-left-rotation/problem?isFullScreen=true) - [___Solution___](2.%20Data%20Structures/1.%20Arrays/Left%20Rotation.py)
- [x] πŸ“ƒ [2d array - ds](https://www.hackerrank.com/challenges/2d-array/problem?isFullScreen=false) - [___Solution___](2.%20Data%20Structures/1.%20Arrays/2D%20Array%20-%20DS.py)
- [x] πŸ“ƒ [Left rotation](https://www.hackerrank.com/challenges/array-left-rotation/problem?isFullScreen=true) - [___Solution___](2.%20Data%20Structures/1.%20Arrays/Left%20Rotation.py)
# πŸ“’ [Mathematics](3.%20Mathematics)
- ### πŸ“ [Fundamentals](3.%20Mathematics//1.%20Fundamentals)
- [x] πŸ“ƒ [Find the point](https://www.hackerrank.com/challenges/find-point/problem) - [___Solution___](3.%20Mathematics/1.%20Fundamentals/Find%20the%20Point.py)
# πŸ“’ [Preparation Kits](4.%20Preparation%20Kits)
- ### πŸ“ [1 Week Preparation Kit](4.%20Preparation%20Kits//1.%201%20Week%20Preparation%20Kit)
- [x] πŸ“ƒ [Time conversion](https://www.hackerrank.com/challenges/one-week-preparation-kit-time-conversion/problem?h_l=interview&isFullScreen=false&playlist_slugs%5B%5D=preparation-kits&playlist_slugs%5B%5D=one-week-preparation-kit&playlist_slugs%5B%5D=one-week-day-one&h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen) - [___Solution___](4.%20Preparation%20Kits/1.%201%20Week%20Preparation%20Kit/Time%20Conversion.py)
- [x] πŸ“ƒ [Mock test - 1](https://www.hackerrank.com/interview/preparation-kits/one-week-preparation-kit/one-week-day-one/challenges) - [___Solution___](4.%20Preparation%20Kits/1.%201%20Week%20Preparation%20Kit/Mock%20Test%20-%201.py)
- [x] πŸ“ƒ [Lonely integer](https://www.hackerrank.com/challenges/one-week-preparation-kit-lonely-integer/problem?h_l=interview&isFullScreen=false&playlist_slugs%5B%5D=preparation-kits&playlist_slugs%5B%5D=one-week-preparation-kit&playlist_slugs%5B%5D=one-week-day-two) - [___Solution___](4.%20Preparation%20Kits/1.%201%20Week%20Preparation%20Kit/Lonely%20Integer.py)
- [x] πŸ“ƒ [Plus minus](https://www.hackerrank.com/challenges/one-week-preparation-kit-plus-minus/problem?h_l=interview&isFullScreen=false&playlist_slugs%5B%5D=preparation-kits&playlist_slugs%5B%5D=one-week-preparation-kit&playlist_slugs%5B%5D=one-week-day-one) - [___Solution___](4.%20Preparation%20Kits/1.%201%20Week%20Preparation%20Kit/Plus%20Minus.py)
- [x] πŸ“ƒ [Diagonal difference](https://www.hackerrank.com/challenges/one-week-preparation-kit-diagonal-difference/problem?h_l=interview&isFullScreen=false&playlist_slugs%5B%5D=preparation-kits&playlist_slugs%5B%5D=one-week-preparation-kit&playlist_slugs%5B%5D=one-week-day-two) - [___Solution___](4.%20Preparation%20Kits/1.%201%20Week%20Preparation%20Kit/Diagonal%20Difference.py)
- [x] πŸ“ƒ [Mini-max sum](https://www.hackerrank.com/challenges/one-week-preparation-kit-mini-max-sum/problem?h_l=interview&isFullScreen=false&playlist_slugs%5B%5D=preparation-kits&playlist_slugs%5B%5D=one-week-preparation-kit&playlist_slugs%5B%5D=one-week-day-one&h_r=next-challenge&h_v=zen) - [___Solution___](4.%20Preparation%20Kits/1.%201%20Week%20Preparation%20Kit/Mini-Max%20Sum.py)
- [x] πŸ“ƒ [Counting sort 1](https://www.hackerrank.com/challenges/one-week-preparation-kit-countingsort1/problem?h_l=interview&isFullScreen=false&playlist_slugs%5B%5D=preparation-kits&playlist_slugs%5B%5D=one-week-preparation-kit&playlist_slugs%5B%5D=one-week-day-two) - [___Solution___](4.%20Preparation%20Kits/1.%201%20Week%20Preparation%20Kit/Counting%20Sort%201.py)
- [x] πŸ“ƒ [Time conversion](https://www.hackerrank.com/challenges/one-week-preparation-kit-time-conversion/problem?h_l=interview&isFullScreen=false&playlist_slugs%5B%5D=preparation-kits&playlist_slugs%5B%5D=one-week-preparation-kit&playlist_slugs%5B%5D=one-week-day-one&h_r=next-challenge&h_v=zen&h_r=next-challenge&h_v=zen) - [___Solution___](4.%20Preparation%20Kits/1.%201%20Week%20Preparation%20Kit/Time%20Conversion.py)
- [x] πŸ“ƒ [Diagonal difference](https://www.hackerrank.com/challenges/one-week-preparation-kit-diagonal-difference/problem?h_l=interview&isFullScreen=false&playlist_slugs%5B%5D=preparation-kits&playlist_slugs%5B%5D=one-week-preparation-kit&playlist_slugs%5B%5D=one-week-day-two) - [___Solution___](4.%20Preparation%20Kits/1.%201%20Week%20Preparation%20Kit/Diagonal%20Difference.py)
- [x] πŸ“ƒ [Mock test - 1](https://www.hackerrank.com/interview/preparation-kits/one-week-preparation-kit/one-week-day-one/challenges) - [___Solution___](4.%20Preparation%20Kits/1.%201%20Week%20Preparation%20Kit/Mock%20Test%20-%201.py)

<hr><p align="left">
<img src="https://img.shields.io/badge/Problems%20Solved-42-brightgreen.svg">
Expand Down
Loading

0 comments on commit cf16bb5

Please sign in to comment.