@@ -7,22 +7,22 @@ Welcome to my C++ learning repository! This is a curated collection of concepts,
7
7
The repository is organized into the following folders:
8
8
9
9
1 . ** Basics**
10
- Covers the foundational concepts such as data types, operators, control structures, and functions.
10
+ It covers the foundational concepts such as data types, operators, control structures, and functions.
11
11
12
12
2 . ** Object-Oriented Programming (OOP)**
13
13
Dive into classes, objects, inheritance, polymorphism, encapsulation, and abstraction.
14
14
15
15
3 . ** Advanced Concepts**
16
- Topics like pointers, memory management, file handling, templates, and lambda functions.
16
+ Topics like pointers, memory management, file handling, templates, and friend functions.
17
17
18
18
4 . ** Data Structures**
19
- Implementations of arrays, linked lists, stacks, queues, trees, and graphs .
19
+ Implementations of arrays, linked lists, stacks, and queues .
20
20
21
21
5 . ** Standard Template Library (STL)**
22
22
Comprehensive examples and use cases of STL components like:
23
23
- Containers: ` vector ` , ` map ` , ` set ` , ` deque ` , etc.
24
24
- Iterators and Algorithms: ` sort ` , ` binary_search ` , etc.
25
- - Utilities: ` pair ` , ` tuple ` , etc.
25
+ - Utilities: ` pair ` , etc.
26
26
27
27
6 . ** Problem-Solving**
28
28
Real-world problems and their solutions using C++ and STL.
0 commit comments