From 6f641e0030fd2f4d4682969fa3d8f7291992cbe7 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 9 Oct 2024 18:08:54 +0000 Subject: [PATCH] =?UTF-8?q?Automated=20Commit=20=F0=9F=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1. Algorithms/1. Warmup/README.md | 8 +-- 1. Algorithms/2. Implementation/README.md | 36 ++++++------- 2. Data Structures/1. Arrays/README.md | 2 +- .../1. 1 Week Preparation Kit/README.md | 8 +-- README.md | 54 +++++++++---------- index.html | 54 +++++++++---------- 6 files changed, 81 insertions(+), 81 deletions(-) diff --git a/1. Algorithms/1. Warmup/README.md b/1. Algorithms/1. Warmup/README.md index 7421bd3..0596032 100644 --- a/1. Algorithms/1. Warmup/README.md +++ b/1. Algorithms/1. Warmup/README.md @@ -1,10 +1,10 @@ ### Table of Contents -1. __Plus minus__ - [Python](Plus%20Minus.py) -1. __Staircase__ - [Python](Staircase.py) 1. __Birthday cake candles__ - [Python](Birthday%20Cake%20Candles.py) -1. __Mini-max sum__ - [Python](Mini-Max%20Sum.py) -1. __Simple array sum__ - [Python](Simple%20Array%20Sum.py) +1. __Staircase__ - [Python](Staircase.py) 1. __Compare the triplets__ - [Python](Compare%20the%20Triplets.py) +1. __Plus minus__ - [Python](Plus%20Minus.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. __Simple array sum__ - [Python](Simple%20Array%20Sum.py) 1. __A very big sum__ - [Python](A%20Very%20Big%20Sum.py) diff --git a/1. Algorithms/2. Implementation/README.md b/1. Algorithms/2. Implementation/README.md index f2a4935..12b6d89 100644 --- a/1. Algorithms/2. Implementation/README.md +++ b/1. Algorithms/2. Implementation/README.md @@ -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. __Number line jumps__ - [Python](Number%20Line%20Jumps.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. __Beautiful days at the movies__ - [Python](Beautiful%20Days%20at%20the%20Movies.py) -1. __Sales by match__ - [Python](Sales%20by%20Match.py) -1. __Grading students__ - [Python](Grading%20Students.py) -1. __Picking numbers__ - [Python](Picking%20Numbers.py) -1. __Drawing book__ - [Python](Drawing%20Book.py) +1. __Subarray division__ - [Python](Subarray%20Division.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. __Number line jumps__ - [Python](Number%20Line%20Jumps.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. __Electronics shop__ - [Python](Electronics%20Shop.py) +1. __Picking numbers__ - [Python](Picking%20Numbers.py) +1. __Drawing book__ - [Python](Drawing%20Book.py) +1. __Find digits__ - [Python](Find%20Digits.py) 1. __Breaking the records__ - [Python](Breaking%20the%20Records.py) -1. __Subarray division__ - [Python](Subarray%20Division.py) +1. __Beautiful days at the movies__ - [Python](Beautiful%20Days%20at%20the%20Movies.py) +1. __Utopian tree__ - [Python](Utopian%20Tree.py) +1. __Repeated string__ - [Python](Repeated%20String.py) 1. __Between two sets__ - [Python](Between%20Two%20Sets.py) +1. __Sales by match__ - [Python](Sales%20by%20Match.py) +1. __Cats and a mouse__ - [Python](Cats%20and%20a%20Mouse.py) +1. __Migratory birds__ - [Python](Migratory%20Birds.py) +1. __Bill division__ - [Python](Bill%20Division.py) +1. __Grading students__ - [Python](Grading%20Students.py) +1. __Angry professor__ - [Python](Angry%20Professor.py) +1. __Apple and orange__ - [Python](Apple%20and%20Orange.py) +1. __Divisible sum pairs__ - [Python](Divisible%20Sum%20Pairs.py) +1. __Day of the programmer__ - [Python](Day%20of%20the%20Programmer.py) diff --git a/2. Data Structures/1. Arrays/README.md b/2. Data Structures/1. Arrays/README.md index 14bb3a7..44cb78a 100644 --- a/2. Data Structures/1. Arrays/README.md +++ b/2. Data Structures/1. Arrays/README.md @@ -1,3 +1,3 @@ ### Table of Contents -1. __2d array - ds__ - [Python](2D%20Array%20-%20DS.py) 1. __Left rotation__ - [Python](Left%20Rotation.py) +1. __2d array - ds__ - [Python](2D%20Array%20-%20DS.py) diff --git a/4. Preparation Kits/1. 1 Week Preparation Kit/README.md b/4. Preparation Kits/1. 1 Week Preparation Kit/README.md index 6378263..533df12 100644 --- a/4. Preparation Kits/1. 1 Week Preparation Kit/README.md +++ b/4. Preparation Kits/1. 1 Week Preparation Kit/README.md @@ -1,8 +1,8 @@ ### Table of Contents -1. __Lonely integer__ - [Python](Lonely%20Integer.py) +1. __Mock test - 1__ - [Python](Mock%20Test%20-%201.py) 1. __Plus minus__ - [Python](Plus%20Minus.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) +1. __Mini-max sum__ - [Python](Mini-Max%20Sum.py) +1. __Lonely integer__ - [Python](Lonely%20Integer.py) +1. __Counting sort 1__ - [Python](Counting%20Sort%201.py) diff --git a/README.md b/README.md index 8fe7012..700a261 100644 --- a/README.md +++ b/README.md @@ -18,55 +18,55 @@ # 📒 [Algorithms](1.%20Algorithms) - ### 📁 [Warmup](1.%20Algorithms//1.%20Warmup) - - [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] 📃 [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] 📃 [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] 📃 [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] 📃 [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] 📃 [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] 📃 [Simple array sum](https://www.hackerrank.com/challenges/simple-array-sum/problem?isFullScreen=true) - [___Solution___](1.%20Algorithms/1.%20Warmup/Simple%20Array%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] 📃 [Number line jumps](https://www.hackerrank.com/challenges/kangaroo/problem) - [___Solution___](1.%20Algorithms/2.%20Implementation/Number%20Line%20Jumps.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] 📃 [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] 📃 [Sales by match](https://www.hackerrank.com/challenges/sock-merchant/problem?isFullScreen=true) - [___Solution___](1.%20Algorithms/2.%20Implementation/Sales%20by%20Match.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] 📃 [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] 📃 [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] 📃 [Number line jumps](https://www.hackerrank.com/challenges/kangaroo/problem) - [___Solution___](1.%20Algorithms/2.%20Implementation/Number%20Line%20Jumps.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] 📃 [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] 📃 [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] 📃 [Find digits](https://www.hackerrank.com/challenges/find-digits/problem?isFullScreen=false) - [___Solution___](1.%20Algorithms/2.%20Implementation/Find%20Digits.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] 📃 [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] 📃 [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] 📃 [Repeated string](https://www.hackerrank.com/challenges/repeated-string/problem?isFullScreen=false) - [___Solution___](1.%20Algorithms/2.%20Implementation/Repeated%20String.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] 📃 [Sales by match](https://www.hackerrank.com/challenges/sock-merchant/problem?isFullScreen=true) - [___Solution___](1.%20Algorithms/2.%20Implementation/Sales%20by%20Match.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] 📃 [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] 📃 [Bill division](hackerrank.com/challenges/bon-appetit/problem?isFullScreen=false) - [___Solution___](1.%20Algorithms/2.%20Implementation/Bill%20Division.py) + - [x] 📃 [Grading students](https://www.hackerrank.com/challenges/grading/problem?isFullScreen=false) - [___Solution___](1.%20Algorithms/2.%20Implementation/Grading%20Students.py) + - [x] 📃 [Angry professor](https://www.hackerrank.com/challenges/angry-professor/problem?isFullScreen=false) - [___Solution___](1.%20Algorithms/2.%20Implementation/Angry%20Professor.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] 📃 [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) # 📒 [Data Structures](2.%20Data%20Structures) - ### 📁 [Arrays](2.%20Data%20Structures//1.%20Arrays) - - [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) + - [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) # 📒 [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] 📃 [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] 📃 [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] 📃 [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] 📃 [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) + - [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] 📃 [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] 📃 [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)

diff --git a/index.html b/index.html index 11abc07..8d5dfa3 100644 --- a/index.html +++ b/index.html @@ -19,43 +19,43 @@

📒 Algorithms

  • 📁 Warmup

  • 📁 Implementation

  • @@ -64,8 +64,8 @@

    📒 Data Structures

  • 📁 Arrays

  • @@ -83,13 +83,13 @@

    📒 Preparation Kits

  • 📁 1 Week Preparation Kit