Skip to content

Commit 3905897

Browse files
committed
readme update
1 parent a53b4ed commit 3905897

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

+4-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 171 solutions to Hackerrank practice problems with Python 3 and Oracle SQL.
6+
This repository contains 173 solutions to Hackerrank practice problems with Python 3 and Oracle SQL.
77

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

@@ -82,6 +82,9 @@ Updated daily :) If it was helpful please press a star.
8282
07. Search
8383
- Hash Tables - Ice Cream Parlor | [Problem](https://www.hackerrank.com/challenges/ctci-ice-cream-parlor/problem) | [Solution](https://github.com/marinskiy/HackerrankPractice/blob/master/Interview%20Preparation%20Kit/07.%20Search/001.%20Hash%20Tables%20-%20Ice%20Cream%20Parlor.py) | Score: 35
8484
- Minimum Time Required | [Problem](https://www.hackerrank.com/challenges/minimum-time-required/problem) | [Solution](https://github.com/marinskiy/HackerrankPractice/blob/master/Interview%20Preparation%20Kit/07.%20Search/002.%20Minimum%20Time%20Required.py) | Score: 35
85+
- Triple sum | [Problem](https://www.hackerrank.com/challenges/triple-sum/problem) | [Solution](https://github.com/marinskiy/HackerrankPractice/blob/master/Interview%20Preparation%20Kit/07.%20Search/003.%20Triple%20sum.py) | Score: 40
86+
08. Dynamic Programming
87+
- Max Array Sum | [Problem](https://www.hackerrank.com/challenges/max-array-sum/problem) | [Solution](https://github.com/marinskiy/HackerrankPractice/blob/master/Interview%20Preparation%20Kit/08.%20Dynamic%20Programming/001.%20Max%20Array%20Sum.py) | Score: 20
8588
- Python
8689
01. Introduction
8790
- Say Hello, World! With Python | [Problem](https://www.hackerrank.com/challenges/py-hello-world/problem) | [Solution](https://github.com/marinskiy/HackerrankPractice/blob/master/Python/01.%20Introduction/001.%20Say%20Hello,%20World!%20With%20Python.py) | Score: 5

0 commit comments

Comments
 (0)