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

https://github.com/xfactor-toml/rust-coding-challenges

Hackerrank Coding Challenges with Rust
https://github.com/xfactor-toml/rust-coding-challenges

dsa-algorithm hackerrank rust

Last synced: 3 days ago
JSON representation

Hackerrank Coding Challenges with Rust

Awesome Lists containing this project

README

          

# Hackerrank Coding Challenges with Rust

> **Hackerrank has around 3 levels of difficulty: Easy, Medium(Intermediate), Hard(Advanced, Expert)**

## Hard
1. [Matrix Rotation Algo](https://github.com/xfactor-toml/rust-coding-challenges/tree/master/hard/matrix-rotation-algo)
2. [Morgan and a String](https://github.com/xfactor-toml/rust-coding-challenges/tree/master/hard/morgan-and-string)
3. [Bead Ornaments](https://github.com/xfactor-toml/rust-coding-challenges/tree/master/hard/bead-ornaments)
4. [String Similarity](https://github.com/xfactor-toml/rust-coding-challenges/tree/master/hard/string-similarity)

## Medium
1. [Forming a Magic Square](https://github.com/xfactor-toml/rust-coding-challenges/tree/master/medium/magic-square-forming)
2. [Climbing the Leaderboard](https://github.com/xfactor-toml/rust-coding-challenges/tree/master/medium/climbing-the-leaderboard)
3. [Extra Long Factorials](https://github.com/xfactor-toml/rust-coding-challenges/tree/master/medium/extra-long-factorials)
4. [Non-Divisible Subset](https://github.com/xfactor-toml/rust-coding-challenges/tree/master/medium/non-divisible-subset)
5. [Queen's Attack II](https://github.com/xfactor-toml/rust-coding-challenges/tree/master/medium/queens-attack2)
6. [The Time in Words](https://github.com/xfactor-toml/rust-coding-challenges/tree/master/medium/the-time-in-words)
7. [Bigger is Greater](https://github.com/xfactor-toml/rust-coding-challenges/tree/master/medium/bigger-is-greater)
8. [3D Surface Area](https://github.com/xfactor-toml/rust-coding-challenges/tree/master/medium/threed-surface-area)
9. [Bear and Steady Gene](https://github.com/xfactor-toml/rust-coding-challenges/tree/master/medium/bear-and-steady-gene)
10. [Minimum Loss](https://github.com/xfactor-toml/rust-coding-challenges/tree/master/medium/minimum-loss)
11. [Connected Cell in a Grid](https://github.com/xfactor-toml/rust-coding-challenges/tree/master/medium/connected-cell-in-grid)
12. [Short Palindrome](https://github.com/xfactor-toml/rust-coding-challenges/tree/master/medium/short-palindrome)
13. [Gena Playing Hanoi](https://github.com/xfactor-toml/rust-coding-challenges/tree/master/medium/gena-playing-hanoi)
14. [Roads and Libraries](https://github.com/xfactor-toml/rust-coding-challenges/tree/master/medium/roads-and-libraries)
15. [Journey to the Moon](https://github.com/xfactor-toml/rust-coding-challenges/tree/master/medium/journey-to-moon)
16. [Kruskal (MST): Really Special Subtree](https://github.com/xfactor-toml/rust-coding-challenges/tree/master/medium/really-special-subtree)
17. [Snakes and Ladders: The Quickest Way Up](https://github.com/xfactor-toml/rust-coding-challenges/tree/master/medium/snakes-and-ladders)
18. [BFS: Shortest Reach](https://github.com/xfactor-toml/rust-coding-challenges/tree/master/medium/shortest-reach)
19. [Prim's (MST): Special Subtree](https://github.com/xfactor-toml/rust-coding-challenges/tree/master/medium/special-subtree)
20. [Larry's Array](https://github.com/xfactor-toml/rust-coding-challenges/tree/master/medium/larry-array)
21. [Sherlock and Anagrams](https://github.com/xfactor-toml/rust-coding-challenges/tree/master/medium/sherlock-and-anagrams)
22. [The Coin Change Problem](https://github.com/xfactor-toml/rust-coding-challenges/tree/master/medium/coin-change)
23. [Pairs](https://github.com/xfactor-toml/rust-coding-challenges/tree/master/medium/pairs)
24. [Red John is Back](https://github.com/xfactor-toml/rust-coding-challenges/tree/master/medium/red-john-is-back)
25. [Stock Maximize](https://github.com/xfactor-toml/rust-coding-challenges/tree/master/medium/stock-maximize)
26. [The Longest Common Subsequence](https://github.com/xfactor-toml/rust-coding-challenges/tree/master/medium/longest-common-subsequence)
27. [Play with words](https://github.com/xfactor-toml/rust-coding-challenges/tree/master/medium/play-with-words)
28. [Knapsack](https://github.com/xfactor-toml/rust-coding-challenges/tree/master/medium/unbounded-knapsack)
29. [Common Child](https://github.com/xfactor-toml/rust-coding-challenges/tree/master/medium/common-child)
30. [Lego Blocks](https://github.com/xfactor-toml/rust-coding-challenges/tree/master/medium/lego-blocks)
31. [Abbreviation](https://github.com/xfactor-toml/rust-coding-challenges/tree/master/medium/abbreviation)
32. [Sam and Substrings](https://github.com/xfactor-toml/rust-coding-challenges/tree/master/medium/sam-substrings)

## Easy
1. [Solve Me First](https://github.com/xfactor-toml/rust-coding-challenges/tree/master/easy/solve-me-first)
2. [Simple Array Sum](https://github.com/xfactor-toml/rust-coding-challenges/tree/master/easy/simple-array-sum)
3. [Compare the Triplets](https://github.com/xfactor-toml/rust-coding-challenges/tree/master/easy/compare-the-triplets)
4. [A Very Big Sum](https://github.com/xfactor-toml/rust-coding-challenges/tree/master/easy/a-very-big-sum)

---
## Contribution Guide
1. Fork this repo, contribute and then send Pull Request.
2. Every solution should be written in Rust and involving README.md for algorithm explanation.