Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guanshiyin28/hackerrank
Hacker Rank Solve (On Going)
https://github.com/guanshiyin28/hackerrank
c cpp csharp go hackerrank hackerrank-challenges hackerrank-python hackerrank-solution haskell html java javascript kotlin php python ruby solver swift typescript vscode
Last synced: 18 days ago
JSON representation
Hacker Rank Solve (On Going)
- Host: GitHub
- URL: https://github.com/guanshiyin28/hackerrank
- Owner: guanshiyin28
- Created: 2024-11-01T09:53:01.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2025-01-02T01:57:34.000Z (about 1 month ago)
- Last Synced: 2025-01-02T02:21:41.236Z (about 1 month ago)
- Topics: c, cpp, csharp, go, hackerrank, hackerrank-challenges, hackerrank-python, hackerrank-solution, haskell, html, java, javascript, kotlin, php, python, ruby, solver, swift, typescript, vscode
- Language: C++
- Homepage:
- Size: 633 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Jane Doe Banner](https://github.com/user-attachments/assets/6dce4a9a-c124-413d-816b-a0ea878a6cd9)
# HackerRank
HackerRank is a technology company that focuses on competitive programming challenges for both consumers and businesses. Developers compete by writing programs according to provided specifications. HackerRank's programming challenges can be solved in a variety of programming languages (including Java, C++, PHP, Python, SQL, and JavaScript) and span multiple computer science domains.
## Purpose of This Repository
This repository is created to store and manage solutions that have been completed on the HackerRank platform. The primary objectives of this repository are:
* **Sharing Knowledge:** To provide a learning resource for both novice and experienced programmers.
* **Personal Documentation:** To track progress in solving programming problems.
* **Collaboration:** To enable users to contribute, provide feedback, or improve existing solutions.
* **Quick Reference:** To provide a place to find solutions to similar problems.
## Table of Contents
### Prepare
| No | Languages | Link |
|:---:| :---: | ---- |
| 1 | Ruby | Introduction |
| | | Arrays & Hashes |
| | | Enumerables |
| | | Methods |
| | | Strings |
| | | |
| | | |
| 2 | Python | Introduction |
| | | Basic Data Types |
| | | Strings |
| | | Sets |
| | | Math |
| | | Itertools |
| | | Collections |
| | | Date and Time |
| | | Errors and Exceptions |
| | | Classes |
| | | Built-Ins |
| | | Python Functionals |
| | | Regex and Parsing |
| | | XML |
| | | Closures and Decorators |
| | | Numpy |
| | | Debugging |
| | | |
| | | |
| 3 | C | Introduction |
| | | Conditionals and Loops |
| | | Arrays and Strings |
| | | Functions |
| | | Structs and Enums |
| | | |
| | | |
| 4 | C++ | Introduction |
| | | Strings |
| | | Classes |
| | | STL |
| | | Inheritance |
| | | Debugging |
| | | Other Concepts |
| | | |
| | | |
| 5 | Linux Shell | Bash |
| | | Text Processing |
| | | Arrays in Bash |
| | | Grep Sed Awk |
| | | |
| | | |
| 6 | Problem Solving | Warmup |
| | | Implementation |
| | | |
| | | |