Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5f798e5

Browse files
Update README.md
Add Algorithm Definition
1 parent 3fac1df commit 5f798e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎README.md‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,7 @@ Data Structures that we will discuss in this repository are:
3737
- [Advanced Lists](https://github.com/rahulSlash/data-structures-algorithms-javascript)
3838
- [Other Advanced Data Structures](https://github.com/rahulSlash/data-structures-algorithms-javascript)
3939
---
40+
An **algorithm** is a set of finite and well-defined instructions, typically to solve a class of problems or to perform a computation. Algorithms are a very important topic in Computer Science because they help software developers create efficient and error free programs. The most important thing to remember about algorithms is that there can be many different algorithms for the same problem, but some are much better than others.
41+
42+
Computers are incredibly fast at manipulating, moving and looking through data. However the amount of data computers use is often so large that it doesn't matter how fast the computer is, it will take it far too long to examine every single piece of data (companies like Google, Facebook and Twitter routinely process billions of things per day, and in some cases, per minute!). This is where algorithms come in. If a computer is given a better algorithm to process the data then it doesn't matter how much information it has to look through, it will still be able to do it in a reasonable amount of time. [More Reading...](https://csfieldguide.org.nz/en/chapters/algorithms/)
43+

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /