Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayushsiloiya619/hackerrank_cplusplus
Repo for the HackerRank solutions.
https://github.com/ayushsiloiya619/hackerrank_cplusplus
cplusplus hackerrank hackerrank-solutions
Last synced: about 1 month ago
JSON representation
Repo for the HackerRank solutions.
- Host: GitHub
- URL: https://github.com/ayushsiloiya619/hackerrank_cplusplus
- Owner: ayushsiloiya619
- Created: 2023-03-04T18:16:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T11:53:40.000Z (over 1 year ago)
- Last Synced: 2024-03-26T04:12:46.764Z (10 months ago)
- Topics: cplusplus, hackerrank, hackerrank-solutions
- Language: C++
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
HackerRank C++ Journey
From 1 Star to 3 Stars
This repository documents my journey on HackerRank, where I progressed from a 1-star rating to reaching a 3-star rating in the C++ programming language. The goal of this journey was to improve my problem-solving skills, strengthen my understanding of C++, and tackle a variety of coding challenges available on HackerRank.
Progression
Here's a breakdown of my journey, highlighting the concepts and topics I covered at each star level:
1 Star
- Basic input/output operations
- Conditional statements and loops
- Arrays and strings
- Basic mathematical calculations
2 Stars
- Advanced data structures (e.g., vectors, sets, maps)
- Functions and recursion
- Pointers and memory management
- File handling and I/O operations
3 Stars
- Object-oriented programming (classes, objects, inheritance, polymorphism)
- Standard Template Library (STL) usage
- Advanced algorithms and data structures (e.g., sorting, searching, graphs)
Getting Started
If you're starting your own C++ journey on HackerRank, here are some steps to follow:
- Create a HackerRank account at https://www.hackerrank.com
- Choose the C++ language track
- Start solving problems from the "Easy" difficulty level and gradually progress to higher difficulty levels
- Analyze the problem statements, design efficient algorithms, and implement solutions in C++
- Test your solutions with HackerRank's provided test cases and verify correctness
- Optimize your code for better time and space complexity
- Learn from the editorial solutions and discuss problem-solving strategies with the community
View My HackerRank Profile
To see my progress and explore my HackerRank solutions, you can visit my HackerRank profile at @ayush_cs_1062.
Contact
If you have any questions or suggestions regarding this HackerRank journey or repository, feel free to reach out to me Ayush Siloiya.
Happy coding and happy problem-solving!