Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jesbalchiero/hackerrank
HackerRank solutions solved.
https://github.com/jesbalchiero/hackerrank
csharp go golang hackerrank hackerrank-solutions typescript
Last synced: about 2 months ago
JSON representation
HackerRank solutions solved.
- Host: GitHub
- URL: https://github.com/jesbalchiero/hackerrank
- Owner: jesbalchiero
- Created: 2024-05-14T13:49:49.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-21T16:52:56.000Z (8 months ago)
- Last Synced: 2024-05-23T04:57:15.817Z (8 months ago)
- Topics: csharp, go, golang, hackerrank, hackerrank-solutions, typescript
- Language: Go
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HackerRank Solutions
This repository contains my solutions to HackerRank problems in three programming languages: Go, C#, and TypeScript. Additionally, it includes the solutions necessary to obtain certificates on the platform.
## Supported Languages
- [Go](./Go/)
- [C#](./CSharp/)
- [TypeScript](./TypeScript/)## Repository Organization
Each language has its own directory within the solution directory, where you'll find solutions to HackerRank problems and files related to certificate acquisition.
## Directory Structure
- `/go/`: Contains the solution in Go.
- `/c-sharp/`: Contains the solution in C#.
- `/ts/`: Contains the solution in TypeScript.
- `skills-certification-test/`: Directory for certifications.
- `skills-certification-test/`: Directory for solutions generated to obtain the certificate.## Acknowledgements
Thanks to HackerRank for providing such a challenging and educational platform.