Skip to content

Commit c30785c

Browse files
authored
Update README.md
1 parent 64f209c commit c30785c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ Welcome to my C++ learning repository! This is a curated collection of concepts,
77
The repository is organized into the following folders:
88

99
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.
1111

1212
2. **Object-Oriented Programming (OOP)**
1313
Dive into classes, objects, inheritance, polymorphism, encapsulation, and abstraction.
1414

1515
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.
1717

1818
4. **Data Structures**
19-
Implementations of arrays, linked lists, stacks, queues, trees, and graphs.
19+
Implementations of arrays, linked lists, stacks, and queues.
2020

2121
5. **Standard Template Library (STL)**
2222
Comprehensive examples and use cases of STL components like:
2323
- Containers: `vector`, `map`, `set`, `deque`, etc.
2424
- Iterators and Algorithms: `sort`, `binary_search`, etc.
25-
- Utilities: `pair`, `tuple`, etc.
25+
- Utilities: `pair`, etc.
2626

2727
6. **Problem-Solving**
2828
Real-world problems and their solutions using C++ and STL.

0 commit comments

Comments
 (0)