Skip to content

Commit dc2d6a0

Browse files
committed
readme update
1 parent 86a4cc3 commit dc2d6a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Welcome to HackerrankPractice repo on GitHub](http://www.picshare.ru/uploads/180620/mx1ziVEugO.jpg)](https://youtu.be/RGE2GC8OCgk)
44

55
# 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.
77

88
Updated daily :) If it was helpful please press a star.
99

@@ -49,6 +49,7 @@ Updated daily :) If it was helpful please press a star.
4949
- 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
5050
- 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
5151
- 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
5253
- 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
5354
- Data Structures
5455
01. Arrays
@@ -120,6 +121,7 @@ Updated daily :) If it was helpful please press a star.
120121
- 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
121122
16. Numpy
122123
- 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
123125
- SQL
124126
01. Basic Select
125127
- 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

Comments
 (0)