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
- Host: GitHub
- URL: https://github.com/ddebin/hackerrank-python
- Owner: ddebin
- Created: 2025-09-30T07:54:45.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-10-01T21:45:49.000Z (4 months ago)
- Last Synced: 2025-10-01T23:29:39.370Z (4 months ago)
- Language: Python
- Homepage: https://www.hackerrank.com
- Size: 4.18 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)