You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 2, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+8-17Lines changed: 8 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
<palign="center">
2
-
<ahref="http://codeperfectplus.herokuapp.com/"><imgsrc="https://capsule-render.vercel.app/api?type=rect&color=666666&height=100§ion=header&text=Algorithms%20And%20Data%20Structures&fontSize=55%&fontColor=ffffff&fontAlignY=65"alt="website title image"></a>
2
+
<ahref="http://codeperfectplus.com/"><imgsrc="https://capsule-render.vercel.app/api?type=rect&color=666666&height=100§ion=header&text=Algorithms%20And%20Data%20Structures&fontSize=55%&fontColor=ffffff&fontAlignY=65"alt="website title image"></a>
3
3
<h2align="center">👉 A Collection of Algorithms And Data Structures in C++ and Python 👈</h2>
4
4
</p>
5
5
6
6
<palign="center">
7
-
<ahref="http://codeperfectplus.herokuapp.com/"><imgsrc="https://capsule-render.vercel.app/api?type=rect&color=666444&height=40§ion=header&text=Hacktoberfest%20Excluded&fontSize=35%&fontColor=ffffff&fontAlignY=65"alt="website title image"></a>
7
+
<ahref="http://codeperfectplus.com/"><imgsrc="https://capsule-render.vercel.app/api?type=rect&color=666444&height=40§ion=header&text=Hacktoberfest%20Excluded&fontSize=35%&fontColor=ffffff&fontAlignY=65"alt="website title image"></a>
-[Data Structures](#data-structures)<!-- Data Structure hyperlink in the readme doesn't link #925 issue solved. P.S. It was a typo -->
37
36
-[Algorithms](#algorithms)
38
37
-[Languages](#languages)
39
38
-[Support](#support)
40
39
-[Project Progress](#project-progress)
41
40
-[Contributing](#contributing)
42
-
-[Authors and acknowledgment](#authors-and-acknowledgment)
41
+
-[Authors and acknowledgement](#authors-and-acknowledgement)
43
42
-[License](#license)
44
43
-[Maintainers](#maintainers)
45
44
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
-
53
45
## Introduction
54
46
55
47
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
58
50
:fork_and_knife:Fork it
59
51
:handshake: Contribute to it!
60
52
61
-
62
53
## Data Structures
63
54
64
55
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.
89
80
- Create separate issues for Python and C++.
90
81
- You can only work on issues that you have been assigned to.
91
82
- 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.)
93
84
94
-
## Authors and acknowledgment
85
+
## Authors and acknowledgement
95
86
96
87
Show your appreciation to those who have contributed to the project.
97
88
@@ -135,9 +126,9 @@ For open-source projects, Under [MIT License](/LICENSE).
135
126
136
127
## Must Read Articles
137
128
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/)
141
132
142
133
<palign="center">
143
134
<ahref="https://api.github.com/repos/py-contributors/AlgorithmsAndDataStructure/contributors"><imgsrc="http://ForTheBadge.com/images/badges/built-by-developers.svg"alt="built by developers"></a>
0 commit comments