-
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
Sep 4, 2024
1 parent
a2a078e
commit ac59b98
Showing
6 changed files
with
84 additions
and
84 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. __A very big sum__ - [Python](A%20Very%20Big%20Sum.py) | ||
1. __Diagonal difference__ - [Python](Diagonal%20Difference.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. __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. __Simple array sum__ - [Python](Simple%20Array%20Sum.py) | ||
1. __Plus minus__ - [Python](Plus%20Minus.py) | ||
1. __Diagonal difference__ - [Python](Diagonal%20Difference.py) | ||
1. __Mini-max sum__ - [Python](Mini-Max%20Sum.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. __Find digits__ - [Python](Find%20Digits.py) | ||
1. __Counting valleys__ - [Python](Counting%20Valleys.py) | ||
1. __Between two sets__ - [Python](Between%20Two%20Sets.py) | ||
1. __Grading students__ - [Python](Grading%20Students.py) | ||
1. __Sales by match__ - [Python](Sales%20by%20Match.py) | ||
1. __Repeated string__ - [Python](Repeated%20String.py) | ||
1. __Apple and orange__ - [Python](Apple%20and%20Orange.py) | ||
1. __Picking numbers__ - [Python](Picking%20Numbers.py) | ||
1. __Electronics shop__ - [Python](Electronics%20Shop.py) | ||
1. __Angry professor__ - [Python](Angry%20Professor.py) | ||
1. __Day of the programmer__ - [Python](Day%20of%20the%20Programmer.py) | ||
1. __Drawing book__ - [Python](Drawing%20Book.py) | ||
1. __Migratory birds__ - [Python](Migratory%20Birds.py) | ||
1. __Beautiful days at the movies__ - [Python](Beautiful%20Days%20at%20the%20Movies.py) | ||
1. __Bill division__ - [Python](Bill%20Division.py) | ||
1. __Cats and a mouse__ - [Python](Cats%20and%20a%20Mouse.py) | ||
1. __Drawing book__ - [Python](Drawing%20Book.py) | ||
1. __Designer pdf viewer__ - [Python](Designer%20PDF%20Viewer.py) | ||
1. __Utopian tree__ - [Python](Utopian%20Tree.py) | ||
1. __Number line jumps__ - [Python](Number%20Line%20Jumps.py) | ||
1. __Divisible sum pairs__ - [Python](Divisible%20Sum%20Pairs.py) | ||
1. __The hurdle race__ - [Python](The%20Hurdle%20Race.py) | ||
1. __Subarray division__ - [Python](Subarray%20Division.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. __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. __Utopian tree__ - [Python](Utopian%20Tree.py) | ||
1. __Between two sets__ - [Python](Between%20Two%20Sets.py) | ||
1. __Cats and a mouse__ - [Python](Cats%20and%20a%20Mouse.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,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) |
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. __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. __Time conversion__ - [Python](Time%20Conversion.py) | ||
1. __Plus minus__ - [Python](Plus%20Minus.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) |
Oops, something went wrong.