diff --git a/README.md b/README.md
index d9338b90..48d5cc60 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,10 @@
-
+
👉 A Collection of Algorithms And Data Structures in C++ and Python 👈
-
+
@@ -31,7 +31,6 @@
-
- [Introduction](#introduction)
- [Data Structures](#data-structures)
- [Algorithms](#algorithms)
@@ -39,17 +38,10 @@
- [Support](#support)
- [Project Progress](#project-progress)
- [Contributing](#contributing)
-- [Authors and acknowledgment](#authors-and-acknowledgment)
+- [Authors and acknowledgement](#authors-and-acknowledgement)
- [License](#license)
- [Maintainers](#maintainers)
-
-**Anyone Interested in managing the repository for the upcoming HacktoberFest2021, email us at `pycontributors@gmail.com`**
-
-- Must be a student
-- Must have knowledge of Git Commands ex- branching, merging etc
-- Must have Python/C++ DS and Algo knowledge to review code.
-
## Introduction
Data structures & algorithms are an essential part of programming. They both fall under the fundamentals of computer science. Understanding these gives us the advantage of writing better and more efficient code in less time. They are key topics when it comes to acing software engineering interview questions, so as developers, we must have knowledge of data structures and algorithms.
@@ -58,7 +50,6 @@ Data structures & algorithms are an essential part of programming. They both fal
:fork_and_knife:Fork it
:handshake: Contribute to it!
-
## Data Structures
In computer science, a data structure is a data organization, management, and storage format that enables efficient access and modification.
@@ -89,9 +80,9 @@ Check [Contribution](/CONTRIBUTING.md) Guide Before Contribution.
- Create separate issues for Python and C++.
- You can only work on issues that you have been assigned to.
- Use Flake8 locally for linting Python Code. `pip install flake8`.
- (We have linting checks so if your code fails it we will not merge the PR.)
+ (We have linting checks so if your code fails we will not merge the PR.)
-## Authors and acknowledgment
+## Authors and acknowledgement
Show your appreciation to those who have contributed to the project.
@@ -135,9 +126,9 @@ For open-source projects, Under [MIT License](/LICENSE).
## Must Read Articles
-- [5 Tips for computer programming begineers](https://codeperfectplus.herokuapp.com/5-tips-for-computer-programming-beginners)
-- [What is HacktoberFest](https://codeperfectplus.herokuapp.com/what-is-hacktoberfest)
-- [What is Git and Github](https://codeperfectplus.herokuapp.com/what-is-git-and-gitHub)
+- [How to Solve Linear Equations with Matrix Inversion](https://codeperfectplus.com/how-to-solve-linear-equations-with-matrix-inversion)
+- [HackerRank Algorithms Solutions using Python and C++](https://codeperfectplus.com/hackerrank-algorithms-solutions-using-python-and-c-cpp)
+- [30 Days of Code - HackerRank](https://codeperfectplus.com/category/hackerank-30daysofcode/)