8000 GitHub - alexnaughtonjr/Algorithms_Notes: A place for notes related to learning Algorithms.
[go: up one dir, main page]

Skip to content

alexnaughtonjr/Algorithms_Notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

algorithms_Notes

Regardless of the context in which they are used, algorithms are essentially problem solvers - their purpose is to solve and often automate a solution to a particular problem. Introductory textbooks on algorithms tend to outline their subject broadly, defining an algorithm as 'a set of steps to accomplish a task' 3.

0