-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
github-actions
committed
Jul 24, 2024
1 parent
0105a4f
commit d2e4cb6
Showing
5 changed files
with
72 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
### Table of Contents | ||
1. __Simple array sum__ - [Python](Simple%20Array%20Sum.py) | ||
1. __Mini-max sum__ - [Python](Mini-Max%20Sum.py) | ||
1. __Time conversion__ - [Python](Time%20Conversion.py) | ||
1. __Plus minus__ - [Python](Plus%20Minus.py) | ||
1. __Birthday cake candles__ - [Python](Birthday%20Cake%20Candles.py) | ||
1. __Simple array sum__ - [Python](Simple%20Array%20Sum.py) | ||
1. __Compare the triplets__ - [Python](Compare%20the%20Triplets.py) | ||
1. __Mini-max sum__ - [Python](Mini-Max%20Sum.py) | ||
1. __Staircase__ - [Python](Staircase.py) | ||
1. __Diagonal difference__ - [Python](Diagonal%20Difference.py) | ||
1. __A very big sum__ - [Python](A%20Very%20Big%20Sum.py) | ||
1. __Diagonal difference__ - [Python](Diagonal%20Difference.py) | ||
1. __Plus minus__ - [Python](Plus%20Minus.py) | ||
1. __Birthday cake candles__ - [Python](Birthday%20Cake%20Candles.py) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
### Table of Contents | ||
1. __Day of the programmer__ - [Python](Day%20of%20the%20Programmer.py) | ||
1. __Number line jumps__ - [Python](Number%20Line%20Jumps.py) | ||
1. __Beautiful days at the movies__ - [Python](Beautiful%20Days%20at%20the%20Movies.py) | ||
1. __Migratory birds__ - [Python](Migratory%20Birds.py) | ||
1. __Divisible sum pairs__ - [Python](Divisible%20Sum%20Pairs.py) | ||
1. __Find digits__ - [Python](Find%20Digits.py) | ||
1. __Drawing book__ - [Python](Drawing%20Book.py) | ||
1. __Bill division__ - [Python](Bill%20Division.py) | ||
1. __Designer pdf viewer__ - [Python](Designer%20PDF%20Viewer.py) | ||
1. __Cats and a mouse__ - [Python](Cats%20and%20a%20Mouse.py) | ||
1. __Electronics shop__ - [Python](Electronics%20Shop.py) | ||
1. __Grading students__ - [Python](Grading%20Students.py) | ||
1. __Day of the programmer__ - [Python](Day%20of%20the%20Programmer.py) | ||
1. __Beautiful days at the movies__ - [Python](Beautiful%20Days%20at%20the%20Movies.py) | ||
1. __Utopian tree__ - [Python](Utopian%20Tree.py) | ||
1. __Breaking the records__ - [Python](Breaking%20the%20Records.py) | ||
1. __Counting valleys__ - [Python](Counting%20Valleys.py) | ||
1. __Sales by match__ - [Python](Sales%20by%20Match.py) | ||
1. __Apple and orange__ - [Python](Apple%20and%20Orange.py) | ||
1. __Repeated string__ - [Python](Repeated%20String.py) | ||
1. __Subarray division__ - [Python](Subarray%20Division.py) | ||
1. __The hurdle race__ - [Python](The%20Hurdle%20Race.py) | ||
1. __Number line jumps__ - [Python](Number%20Line%20Jumps.py) | ||
1. __Counting valleys__ - [Python](Counting%20Valleys.py) | ||
1. __Subarray division__ - [Python](Subarray%20Division.py) | ||
1. __Breaking the records__ - [Python](Breaking%20the%20Records.py) | ||
1. __Find digits__ - [Python](Find%20Digits.py) | ||
1. __Between two sets__ - [Python](Between%20Two%20Sets.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. __Designer pdf viewer__ - [Python](Designer%20PDF%20Viewer.py) | ||
1. __Electronics shop__ - [Python](Electronics%20Shop.py) | ||
1. __Picking numbers__ - [Python](Picking%20Numbers.py) | ||
1. __Drawing book__ - [Python](Drawing%20Book.py) | ||
1. __Migratory birds__ - [Python](Migratory%20Birds.py) | ||
1. __Sales by match__ - [Python](Sales%20by%20Match.py) | ||
1. __Bill division__ - [Python](Bill%20Division.py) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. __Time conversion__ - [Python](Time%20Conversion.py) | ||
1. __Plus minus__ - [Python](Plus%20Minus.py) | ||
1. __Mock test - 1__ - [Python](Mock%20Test%20-%201.py) | ||
1. __Counting sort 1__ - [Python](Counting%20Sort%201.py) | ||
1. __Mini-max sum__ - [Python](Mini-Max%20Sum.py) | ||
1. __Time conversion__ - [Python](Time%20Conversion.py) | ||
1. __Mock test - 1__ - [Python](Mock%20Test%20-%201.py) | ||
1. __Diagonal difference__ - [Python](Diagonal%20Difference.py) | ||
1. __Plus minus__ - [Python](Plus%20Minus.py) | ||
1. __Lonely integer__ - [Python](Lonely%20Integer.py) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.