Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alain-godo/hackerrank-solutions
My HackerRank solutions.
https://github.com/alain-godo/hackerrank-solutions
hackerrank hackerrank-python hackerrank-python-solutions hackerrank-regex hackerrank-solutions hackerrank-sql hackerrank-sql-solutions ms-sql-server python regex sql
Last synced: 27 days ago
JSON representation
My HackerRank solutions.
- Host: GitHub
- URL: https://github.com/alain-godo/hackerrank-solutions
- Owner: Alain-Godo
- License: mit
- Created: 2023-03-06T21:18:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-08T14:01:46.000Z (8 months ago)
- Last Synced: 2024-10-12T07:40:15.395Z (27 days ago)
- Topics: hackerrank, hackerrank-python, hackerrank-python-solutions, hackerrank-regex, hackerrank-solutions, hackerrank-sql, hackerrank-sql-solutions, ms-sql-server, python, regex, sql
- Language: Python
- Homepage:
- Size: 120 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HackerRank-Solutions
Every day ( per year :sweat_smile:) I do some code for fun, and of course... to improve myself and learn something new :smiley:
## What can you find here?
Solutions to HackerRank problems, until now, about:
+ Python
+ SQL
+ C++
+ Regex (For the future)### Notes
> The SQL problems were solved using MS SQL Server, but some of them, just a few, using MySQL due to little inconsistencies to adjust the output to the expected one, for example, errors by rounding (Extremely hard to handle in MS SQL without ugly code on occasion).
> Despite is not relevant, Regex problems were solved using Python as programming language.