|
5 | 5 | 
|
6 | 6 | [](https://github.com/anishLearnsToCode/competitive-programming)
|
7 | 7 |
|
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 |
| - |
42 | 8 | This repository contains solutions to the [C++ domain](https://www.hackerrank.com/domains/cpp)
|
43 | 9 | part of HackerRank. My HackerRank profile can be viewed [here](https://www.hackerrank.com/anishviewer).
|
44 | 10 |
|
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: |
46 | 12 |
|
47 | 13 | | Domain | Solutions Repository Link |
|
48 | 14 | |--------|---------------------------|
|
@@ -108,18 +74,30 @@ The C++ Domain is further Divided into the following sub-domains.
|
108 | 74 |
|
109 | 75 | | Problem | Difficulty | Solution |
|
110 | 76 | |---------|------------|----------|
|
111 |
| -| []() | Easy | []() | |
112 |
| -| []() | Easy | []() | |
113 |
| -| []() | Easy | []() | |
114 |
| -| []() | Easy | []() | |
115 |
| -| []() | Easy | []() | |
| 77 | +| [Inheritance Introduction](https://www.hackerrank.com/challenges/inheritance-introduction) | Easy | []() | |
| 78 | +| [Rectangle Area](https://www.hackerrank.com/challenges/rectangle-area) | Easy | []() | |
| 79 | +| [Multi Level Inheritance](https://www.hackerrank.com/challenges/multi-level-inheritance-cpp) | Easy | []() | |
| 80 | +| [Accessing Inherited Functions](https://www.hackerrank.com/challenges/accessing-inherited-functions) | Medium | []() | |
| 81 | +| [Magic Spells](https://www.hackerrank.com/challenges/magic-spells) | Hard | []() | |
116 | 82 |
|
117 | 83 | ### Debugging 
|
118 | 84 |
|
119 | 85 | | Problem | Difficulty | Solution |
|
120 | 86 | |---------|------------|----------|
|
| 87 | +| [Hotel Prices](https://www.hackerrank.com/challenges/hotel-prices) | Medium | []() |
| 88 | +| [Cpp Exception handling](https://www.hackerrank.com/challenges/cpp-exception-handling) | Medium | []() |
| 89 | +| [Overloading Ostream Operator](https://www.hackerrank.com/challenges/overloading-ostream-operator) | Medium | []() |
| 90 | +| [Messages Order](https://www.hackerrank.com/challenges/messages-order) | Medium | []() |
121 | 91 |
|
122 | 92 | ### Other Concepts 
|
123 | 93 |
|
124 | 94 | | Problem | Difficulty | Solution |
|
125 | 95 | |---------|------------|----------|
|
| 96 | +| [C++ Class Templates](https://www.hackerrank.com/challenges/c-class-templates) | Easy | []() | |
| 97 | +| [Preprocessor Solution](https://www.hackerrank.com/challenges/preprocessor-solution) | Easy | []() | |
| 98 | +| [Operator Overloading](https://www.hackerrank.com/challenges/operator-overloading) | Medium | []() | |
| 99 | +| [Overload Operators](https://www.hackerrank.com/challenges/overload-operators) | Easy | []() | |
| 100 | +| [Attending Workshops](https://www.hackerrank.com/challenges/attending-workshops) | Medium | []() | |
| 101 | +| [C++ Class Template Specialization](https://www.hackerrank.com/challenges/cpp-class-template-specialization) | Medium | []() | |
| 102 | +| [C++ Variadics]() | Hard | []() | |
| 103 | +| [Bit Array](https://www.hackerrank.com/challenges/bitset-1) | Hard | []() | |
0 commit comments