Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Commit 9507e5b

Browse files
Update README.md
Signed-off-by: Deepak Raj <54245038+codeperfectplus@users.noreply.github.com>
1 parent 6b9b8b0 commit 9507e5b

File tree

1 file changed

+8
-17
lines changed

1 file changed

+8
-17
lines changed

README.md

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<p align="center">
2-
<a href="http://codeperfectplus.herokuapp.com/"><img src="https://capsule-render.vercel.app/api?type=rect&color=666666&height=100&section=header&text=Algorithms%20And%20Data%20Structures&fontSize=55%&fontColor=ffffff&fontAlignY=65" alt="website title image"></a>
2+
<a href="http://codeperfectplus.com/"><img src="https://capsule-render.vercel.app/api?type=rect&color=666666&height=100&section=header&text=Algorithms%20And%20Data%20Structures&fontSize=55%&fontColor=ffffff&fontAlignY=65" alt="website title image"></a>
33
<h2 align="center">👉 A Collection of Algorithms And Data Structures in C++ and Python 👈</h2>
44
</p>
55

66
<p align="center">
7-
<a href="http://codeperfectplus.herokuapp.com/"><img src="https://capsule-render.vercel.app/api?type=rect&color=666444&height=40&section=header&text=Hacktoberfest%20Excluded&fontSize=35%&fontColor=ffffff&fontAlignY=65" alt="website title image"></a>
7+
<a href="http://codeperfectplus.com/"><img src="https://capsule-render.vercel.app/api?type=rect&color=666444&height=40&section=header&text=Hacktoberfest%20Excluded&fontSize=35%&fontColor=ffffff&fontAlignY=65" alt="website title image"></a>
88
</p>
99

1010
<p align="center">
@@ -31,25 +31,17 @@
3131
<a href="https://api.github.com/repos/codeperfectplus/AlgorithmsAndDataStructure/contributors"><img src="https://img.shields.io/github/contributors/codeperfectplus/AlgorithmsAndDataStructure?style=for-the-badge" alt="total contributors"></a>
3232
</p>
3333

34-
3534
- [Introduction](#introduction)
3635
- [Data Structures](#data-structures) <!-- Data Structure hyperlink in the readme doesn't link #925 issue solved. P.S. It was a typo -->
3736
- [Algorithms](#algorithms)
3837
- [Languages](#languages)
3938
- [Support](#support)
4039
- [Project Progress](#project-progress)
4140
- [Contributing](#contributing)
42-
- [Authors and acknowledgment](#authors-and-acknowledgment)
41+
- [Authors and acknowledgement](#authors-and-acknowledgement)
4342
- [License](#license)
4443
- [Maintainers](#maintainers)
4544

46-
47-
**Anyone Interested in managing the repository for the upcoming HacktoberFest2021, email us at `pycontributors@gmail.com`**
48-
49-
- Must be a student
50-
- Must have knowledge of Git Commands ex- branching, merging etc
51-
- Must have Python/C++ DS and Algo knowledge to review code.
52-
5345
## Introduction
5446

5547
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
5850
:fork_and_knife:Fork it
5951
:handshake: Contribute to it!
6052

61-
6253
## Data Structures
6354

6455
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.
8980
- Create separate issues for Python and C++.
9081
- You can only work on issues that you have been assigned to.
9182
- Use Flake8 locally for linting Python Code. `pip install flake8`.
92-
(We have linting checks so if your code fails it we will not merge the PR.)
83+
(We have linting checks so if your code fails we will not merge the PR.)
9384

94-
## Authors and acknowledgment
85+
## Authors and acknowledgement
9586

9687
Show your appreciation to those who have contributed to the project.
9788

@@ -135,9 +126,9 @@ For open-source projects, Under [MIT License](/LICENSE).
135126

136127
## Must Read Articles
137128

138-
- [5 Tips for computer programming begineers](https://codeperfectplus.herokuapp.com/5-tips-for-computer-programming-beginners)
139-
- [What is HacktoberFest](https://codeperfectplus.herokuapp.com/what-is-hacktoberfest)
140-
- [What is Git and Github](https://codeperfectplus.herokuapp.com/what-is-git-and-gitHub)
129+
- [How to Solve Linear Equations with Matrix Inversion](https://codeperfectplus.com/how-to-solve-linear-equations-with-matrix-inversion)
130+
- [HackerRank Algorithms Solutions using Python and C++](https://codeperfectplus.com/hackerrank-algorithms-solutions-using-python-and-c-cpp)
131+
- [30 Days of Code - HackerRank](https://codeperfectplus.com/category/hackerank-30daysofcode/)
141132

142133
<p align="center">
143134
<a href="https://api.github.com/repos/py-contributors/AlgorithmsAndDataStructure/contributors"><img src="http://ForTheBadge.com/images/badges/built-by-developers.svg" alt="built by developers"></a>

0 commit comments

Comments
 (0)