|
3 | 3 | [](https://youtu.be/RGE2GC8OCgk)
|
4 | 4 |
|
5 | 5 | # Solutions to Hackerrank practice problems
|
6 |
| -This repository contains 133 solutions to Hackerrank practice problems with Python 3 and Oracle SQL. |
| 6 | +This repository contains 135 solutions to Hackerrank practice problems with Python 3 and Oracle SQL. |
7 | 7 |
|
8 | 8 | Updated daily :) If it was helpful please press a star.
|
9 | 9 |
|
@@ -49,6 +49,7 @@ Updated daily :) If it was helpful please press a star.
|
49 | 49 | - The Coin Change Problem | [Problem](https://www.hackerrank.com/challenges/coin-change/problem) | [Solution](https://github.com/marinskiy/HackerrankPractice/blob/master/Algorithms/08.%20Dynamic%20Programming/001.%20The%20Coin%20Change%20Problem.py) | Score: 60
|
50 | 50 | - Equal | [Problem](https://www.hackerrank.com/challenges/equal/problem) | [Solution](https://github.com/marinskiy/HackerrankPractice/blob/master/Algorithms/08.%20Dynamic%20Programming/002.%20Equal.py) | Score: 30
|
51 | 51 | - Sherlock and Cost | [Problem](https://www.hackerrank.com/challenges/sherlock-and-cost/problem) | [Solution](https://github.com/marinskiy/HackerrankPractice/blob/master/Algorithms/08.%20Dynamic%20Programming/003.%20Sherlock%20and%20Cost.py) | Score: 50
|
| 52 | + - Construct the Array | [Problem](https://www.hackerrank.com/challenges/construct-the-array/problem) | [Solution](https://github.com/marinskiy/HackerrankPractice/blob/master/Algorithms/08.%20Dynamic%20Programming/004.%20Construct%20the%20Array.py) | Score: 35 |
52 | 53 | - Fibonacci Modified | [Problem](https://www.hackerrank.com/challenges/fibonacci-modified/problem) | [Solution](https://github.com/marinskiy/HackerrankPractice/blob/master/Algorithms/08.%20Dynamic%20Programming/008.%20Fibonacci%20Modified.py) | Score: 45
|
53 | 54 | - Data Structures
|
54 | 55 | 01. Arrays
|
@@ -120,6 +121,7 @@ Updated daily :) If it was helpful please press a star.
|
120 | 121 | - Incorrect Regex | [Problem](https://www.hackerrank.com/challenges/incorrect-regex/problem) | [Solution](https://github.com/marinskiy/HackerrankPractice/blob/master/Python/09.%20Errors%20and%20Exceptions/002.%20Incorrect%20Regex.py) | Score: 20
|
121 | 122 | 16. Numpy
|
122 | 123 | - Arrays | [Problem](https://www.hackerrank.com/challenges/np-arrays/problem) | [Solution](https://github.com/marinskiy/HackerrankPractice/blob/master/Python/16.%20Numpy/001.%20Arrays.py) | Score: 10
|
| 124 | + - Shape and Reshape | [Problem](https://www.hackerrank.com/challenges/np-shape-reshape/problem) | [Solution](https://github.com/marinskiy/HackerrankPractice/blob/master/Python/16.%20Numpy/002.%20Shape%20and%20Reshape.py) | Score: 20 |
123 | 125 | - SQL
|
124 | 126 | 01. Basic Select
|
125 | 127 | - Revising the Select Query I | [Problem](https://www.hackerrank.com/challenges/revising-the-select-query/problem) | [Solution](https://github.com/marinskiy/HackerrankPractice/blob/master/SQL/01.%20Basic%20Select/001.%20Revising%20the%20Select%20Query%20I.sql) | Score: 10
|
|
0 commit comments