Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sav/hackerrank
My solutions to various hackerrank.com puzzles.
https://github.com/sav/hackerrank
algorithms competitive-programming hackerrank hackerrank-solutions
Last synced: 3 days ago
JSON representation
My solutions to various hackerrank.com puzzles.
- Host: GitHub
- URL: https://github.com/sav/hackerrank
- Owner: sav
- License: mit
- Created: 2023-06-22T07:33:53.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-07T11:26:04.000Z (5 months ago)
- Last Synced: 2024-06-07T12:46:56.232Z (5 months ago)
- Topics: algorithms, competitive-programming, hackerrank, hackerrank-solutions
- Language: Go
- Homepage:
- Size: 313 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hackerrank
This repository contains my solutions to various coding challenges from [HackerRank](https://hackerank.com). It serves as a reference and showcase of my problem-solving skills and coding abilities. Each solution is implemented in a specific programming language and is organized into separate directories based on the challenge categories.
## Table of Contents
- [General Information](#general-information)
- [Languages Used](#languages-used)
- [License](#license)## General Information
[HackerRank](https://www.hackerrank.com/) is an online platform that offers a wide range of coding challenges to help programmers enhance their skills. This repository contains my solutions to these challenges, showcasing my understanding of various algorithms, data structures, and programming concepts.
Each solution includes the problem statement, the approach taken to solve the challenge, and the corresponding code implementation. Feel free to explore the solutions and use them as a reference for your own learning or for comparing different approaches to the same problem.
## Languages Used
The solutions in this repository are implemented in the following programming languages:
- C++
- Rust
- Go## License
The contents of this repository are licensed under the [MIT License](LICENSE). Feel free to use the code and solutions for personal learning purposes. However, please note that the solutions are provided as-is and without any warranty.