An open API service indexing awesome lists of open source software.

https://github.com/ddebin/hackerrank-python

My submissions to HN challenges
https://github.com/ddebin/hackerrank-python

Last synced: 4 months ago
JSON representation

My submissions to HN challenges

Awesome Lists containing this project

README

          

# [My](https://www.hackerrank.com/profile/damien_debin) submissions to [HackerRank](https://www.hackerrank.com/) in Python 3

## Medium difficulty

- [`magic-square-forming`](src/magic_square_forming.py): [Forming a Magic Square](https://www.hackerrank.com/challenges/magic-square-forming/)
- [`climbing-the-leaderboard`](src/climbing_the_leaderboard.py): [Climbing the Leaderboard](https://www.hackerrank.com/challenges/climbing-the-leaderboard/)
- [`encryption`](src/encryption.py): [Encryption](https://www.hackerrank.com/challenges/encryption/)
- [`bigger-is-greater`](src/bigger_is_greater.py): [Bigger is Greater](https://www.hackerrank.com/challenges/bigger-is-greater/)
- [`the-grid-search`](src/the_grid_search.py): [The Grid Search](https://www.hackerrank.com/challenges/the-grid-search/)

## Hard difficulty

- [`matrix-rotation-algo`](src/matrix_rotation_algo.py): [Matrix Layer Rotation](https://www.hackerrank.com/challenges/matrix-rotation-algo/)
- [`determining-dna-health`](src/determining_dna_health.py): [Determining DNA Health](https://www.hackerrank.com/challenges/determining-dna-health/)

## Expert difficulty

- [`morgan-and-a-string`](src/morgan_and_a_string.py): [Morgan and a String](https://www.hackerrank.com/challenges/morgan-and-a-string/)
- [`string-similarity v1`](src/string_similarity_v1.py), [`v2`](src/string_similarity_v2.py): [String Similarity](https://www.hackerrank.com/challenges/string-similarity/)

## Advanced difficulty

- [`ashton-and-string`](src/ashton_and_string.py): [Ashton and String](https://www.hackerrank.com/challenges/ashton-and-string/)
- [`quadrant-queries v1`](src/quadrant_queries_v1.py), [`v2`](src/quadrant_queries_v2.py): [Quadrant Queries](https://www.hackerrank.com/challenges/quadrant-queries/)