Skip to content

Commit

Permalink
Automated Commit 🤖
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 9, 2024
1 parent cf16bb5 commit 6f641e0
Show file tree
Hide file tree
Showing 6 changed files with 81 additions and 81 deletions.
8 changes: 4 additions & 4 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. __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)
36 changes: 18 additions & 18 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. __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)
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. __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)
8 changes: 4 additions & 4 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. __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)
Loading

0 comments on commit 6f641e0

Please sign in to comment.