Skip to content

Commit f619e91

Browse files
adds all sub domains in README
1 parent 0dcc0fb commit f619e91

File tree

1 file changed

+18
-40
lines changed

1 file changed

+18
-40
lines changed

README.md

+18-40
Original file line numberDiff line numberDiff line change
@@ -5,44 +5,10 @@
55
![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)
66
[![cp](https://img.shields.io/badge/also%20see-competitve%20programming-1f72ff.svg)](https://github.com/anishLearnsToCode/competitive-programming)
77

8-
HackerRank is an online platform that offers programmers the ability to test their
9-
sills, practice and learn something new. The problem sets on HackerRank are divided in Domains
10-
& Tutorials, and the following are the domains & tutorials on HackerRank:
11-
12-
<details>
13-
<summary><b>Domains</b></summary>
14-
<ul>
15-
<li><a href="https://www.hackerrank.com/domains/algorithms">Algorithms</a></li>
16-
<li><a href="https://www.hackerrank.com/domains/data-structures">Data Structures</a></li>
17-
<li><a href="https://www.hackerrank.com/domains/mathematics">Mathematics</a></li>
18-
<li><a href="https://www.hackerrank.com/domains/c">C</a></li>
19-
<li><a href="https://www.hackerrank.com/domains/cpp">C++</a></li>
20-
<li><a href="https://www.hackerrank.com/domains/java">Java</a></li>
21-
<li><a href="https://www.hackerrank.com/domains/python">Python</a></li>
22-
<li><a href="https://www.hackerrank.com/domains/ruby">Ruby</a></li>
23-
<li><a href="https://www.hackerrank.com/domains/shell">Linux Shell</a></li>
24-
<li><a href="https://www.hackerrank.com/domains/fp">Functional Programming</a></li>
25-
<li><a href="https://www.hackerrank.com/domains/ai">Artificial Intelligence</a></li>
26-
<li><a href="https://www.hackerrank.com/domains/sql">SQL</a></li>
27-
<li><a href="https://www.hackerrank.com/domains/databases">Databases</a></li>
28-
<li><a href="https://www.hackerrank.com/domains/regex">Regex</a></li>
29-
</ul>
30-
</details>
31-
32-
<details>
33-
<summary><b>Tutorials</b></summary>
34-
<ul>
35-
<li><a href="https://www.hackerrank.com/interview">Interview Preparation Kit</a></li>
36-
<li><a href="https://www.hackerrank.com/domains/tutorials/30-days-of-code">30 Days of Code</a></li>
37-
<li><a href="https://www.hackerrank.com/domains/tutorials/10-days-of-statistics">10 Days of Statistics</a></li>
38-
<li><a href="https://www.hackerrank.com/domains/tutorials/10-days-of-javascript">10 Days of JavaScript</a></li>
39-
</ul>
40-
</details>
41-
428
This repository contains solutions to the [C++ domain](https://www.hackerrank.com/domains/cpp)
439
part of HackerRank. My HackerRank profile can be viewed [here](https://www.hackerrank.com/anishviewer).
4410

45-
I have also solved other domains on HackerRank that can be viewed at:
11+
Solutions to other domains on HackerRank that can be viewed at:
4612

4713
| Domain | Solutions Repository Link |
4814
|--------|---------------------------|
@@ -108,18 +74,30 @@ The C++ Domain is further Divided into the following sub-domains.
10874

10975
| Problem | Difficulty | Solution |
11076
|---------|------------|----------|
111-
| []() | Easy | [![cpp](https://img.icons8.com/color/35/000000/c-plus-plus-logo.png)]() |
112-
| []() | Easy | [![cpp](https://img.icons8.com/color/35/000000/c-plus-plus-logo.png)]() |
113-
| []() | Easy | [![cpp](https://img.icons8.com/color/35/000000/c-plus-plus-logo.png)]() |
114-
| []() | Easy | [![cpp](https://img.icons8.com/color/35/000000/c-plus-plus-logo.png)]() |
115-
| []() | Easy | [![cpp](https://img.icons8.com/color/35/000000/c-plus-plus-logo.png)]() |
77+
| [Inheritance Introduction](https://www.hackerrank.com/challenges/inheritance-introduction) | Easy | [![cpp](https://img.icons8.com/color/35/000000/c-plus-plus-logo.png)]() |
78+
| [Rectangle Area](https://www.hackerrank.com/challenges/rectangle-area) | Easy | [![cpp](https://img.icons8.com/color/35/000000/c-plus-plus-logo.png)]() |
79+
| [Multi Level Inheritance](https://www.hackerrank.com/challenges/multi-level-inheritance-cpp) | Easy | [![cpp](https://img.icons8.com/color/35/000000/c-plus-plus-logo.png)]() |
80+
| [Accessing Inherited Functions](https://www.hackerrank.com/challenges/accessing-inherited-functions) | Medium | [![cpp](https://img.icons8.com/color/35/000000/c-plus-plus-logo.png)]() |
81+
| [Magic Spells](https://www.hackerrank.com/challenges/magic-spells) | Hard | [![cpp](https://img.icons8.com/color/35/000000/c-plus-plus-logo.png)]() |
11682

11783
### Debugging ![problems-solved](https://img.shields.io/badge/Problems%20Solved-0/4-1abc9c.svg)
11884

11985
| Problem | Difficulty | Solution |
12086
|---------|------------|----------|
87+
| [Hotel Prices](https://www.hackerrank.com/challenges/hotel-prices) | Medium | [![cpp](https://img.icons8.com/color/35/000000/c-plus-plus-logo.png)]()
88+
| [Cpp Exception handling](https://www.hackerrank.com/challenges/cpp-exception-handling) | Medium | [![cpp](https://img.icons8.com/color/35/000000/c-plus-plus-logo.png)]()
89+
| [Overloading Ostream Operator](https://www.hackerrank.com/challenges/overloading-ostream-operator) | Medium | [![cpp](https://img.icons8.com/color/35/000000/c-plus-plus-logo.png)]()
90+
| [Messages Order](https://www.hackerrank.com/challenges/messages-order) | Medium | [![cpp](https://img.icons8.com/color/35/000000/c-plus-plus-logo.png)]()
12191

12292
### Other Concepts ![problems-solved](https://img.shields.io/badge/Problems%20Solved-0/8-1abc9c.svg)
12393

12494
| Problem | Difficulty | Solution |
12595
|---------|------------|----------|
96+
| [C++ Class Templates](https://www.hackerrank.com/challenges/c-class-templates) | Easy | [![cpp](https://img.icons8.com/color/35/000000/c-plus-plus-logo.png)]() |
97+
| [Preprocessor Solution](https://www.hackerrank.com/challenges/preprocessor-solution) | Easy | [![cpp](https://img.icons8.com/color/35/000000/c-plus-plus-logo.png)]() |
98+
| [Operator Overloading](https://www.hackerrank.com/challenges/operator-overloading) | Medium | [![cpp](https://img.icons8.com/color/35/000000/c-plus-plus-logo.png)]() |
99+
| [Overload Operators](https://www.hackerrank.com/challenges/overload-operators) | Easy | [![cpp](https://img.icons8.com/color/35/000000/c-plus-plus-logo.png)]() |
100+
| [Attending Workshops](https://www.hackerrank.com/challenges/attending-workshops) | Medium | [![cpp](https://img.icons8.com/color/35/000000/c-plus-plus-logo.png)]() |
101+
| [C++ Class Template Specialization](https://www.hackerrank.com/challenges/cpp-class-template-specialization) | Medium | [![cpp](https://img.icons8.com/color/35/000000/c-plus-plus-logo.png)]() |
102+
| [C++ Variadics]() | Hard | [![cpp](https://img.icons8.com/color/35/000000/c-plus-plus-logo.png)]() |
103+
| [Bit Array](https://www.hackerrank.com/challenges/bitset-1) | Hard | [![cpp](https://img.icons8.com/color/35/000000/c-plus-plus-logo.png)]() |

0 commit comments

Comments
 (0)